blue clock

Before making your task continuous and committing to it you might want to compare the two versions using the task monitor. The continuous task is the lowest priority task and it gets interrupted frequently. You may actually get better performance by making the main task periodic.

I saw a demonstration by a Rockwell instructor once where the continuous task on the demo was taking about 12mS to scan. He changed it to a periodic task and the task monitor showed that the task was now completing in about 2 milliseconds. When it was a continuous task about 10 mS of the scan time came from the processor doing other things. Then the instructor changed the task rate to 5mS. So now the PLC was completing twice as many scans as before but the CPU still had plenty of time to handle everything else with extra time left over.

The continuous task has its place, but remember that it is a legacy that you might not always want to be stuck with.
 

Similar Topics

Morning gents, I've got an existing program infront of me from a wastewater plant that has some custom AOIs in it, and one of the icons has a...
Replies
3
Views
972
:banghead: Remote I/O The occasional times i have had to deal with blue hose/PLC5 I/O addressing it always wrecks my head. Now i am working on...
Replies
9
Views
3,305
What is the significance of the blue arrows on some dialog selections in Logix? I see them on the clock and MSG dialogs. Why are they there?
Replies
10
Views
3,155
RSLogix 500, what is the little image next to the ladder in the project tree? it looks like a little blue bug with a red dot on its back. just...
Replies
5
Views
2,066
Had my first unrecoverable blue screen on Thursday. I got the following error “driver_verifier_DMA_violation” I’ve tried just about everything...
Replies
13
Views
4,574
Back
Top Bottom