CCW and Micro850, download with warnings

MrFly

Member
Join Date
Jan 2016
Location
Chubut
Posts
2
Hi, I´m working with Connected Components Workbench v9.01.
Building project gives me four warnings, no errors.
When I try to download to the controller (Micro850) a message appear:
"Unable to continue download operation due to the build error(s)."

The warning message is:
"Warning 0084-0000: WHILE:WARNING: Dangerous statement (PLC cycle may be blocked)".
Just a while loop, for search a number inside an array.

How I can download the proyect to the controller with those warnings?

Can someone help me??
 
I'm just guessing, but you must have created a "Structured Text" routine that has a while statement in it and it sounds like the while statement will exceed the execution fault timer.

You may want to re-evaluate your code.
 
Yes, it is a Structured text routine, the while loop must scan an array for a number, if the number is get or if the array is end, the while stops.
Is a warning wat I get, but when I try to download the program the warning is treathed as an error.
Why i can´t download the program to the controller with these warnings.
 

Similar Topics

Hi guys, I have had some issues with uploading a program from a Micro 850 PLC. This is the first time connecting so I don’t have a file on my...
Replies
8
Views
269
Currently a student, so somewhat new to this. But working with an AB 2080-LC50-24QWB, CCW version 21.01.00. CCW will connect okay to the Micro850...
Replies
9
Views
289
I'm controlling an Applied Motion HW23-601D using a Leadshine EM542S connected to a 2080-LC50-48QBB, using CCW, and experiencing some weird...
Replies
2
Views
599
Hi All, Hoping the community here can help as I'm new to PLC programming. The project I'm working on is using a Micro850 2080-LC50-24QBB and...
Replies
3
Views
1,662
I am working with Rockwell Micro850 PLCs and CCW. In our application we use various arrays for pretty much everything. Some logics require...
Replies
2
Views
1,093
Back
Top Bottom