Optimum PLC CPU use % of continuous task?

unsaint32

Member
Join Date
Oct 2012
Location
minneapolis
Posts
365
Our HMI is slow to update some PLC tags. I noticed the PLC project has only one continuous task and it is using about 80% of CPU. Is that too much? It's CLGX5K L71 with eight I/O cards. What is the optimum percentage of PLC CPU usage of a continuous task? If 80% is too much, does that mean some of the continuous task should be rewritten to be periodic tasks?
 
Our HMI is slow to update some PLC tags. I noticed the PLC project has only one continuous task and it is using about 80% of CPU. Is that too much? It's CLGX5K L71 with eight I/O cards. What is the optimum percentage of PLC CPU usage of a continuous task? If 80% is too much, does that mean some of the continuous task should be rewritten to be periodic tasks?

Actually, the "80%" number you quote can't possibly be the CPU usage, if there is a cont. task. Because: by definition, the CPU is 100% utilized when a cont. task is present.
Now, if you change your MAIN to a Periodic Task,
THEN the Task Monitor tool will work, and show you where your hang up is.
 

Similar Topics

I have a customer who has some old Automated Assemblies Corp, Servo controlled robots with Eaton CH PanelMate 1500 Series HMIs. We need the driver...
Replies
1
Views
2,736
Hello, I want to connect the Factorytalkview ME with rslogix500 to see the live response of HMI buttons in Rslogix500 ladder code . I am using PLC...
Replies
4
Views
48
I have a cell with a compact guardlogix as the plc and I have three hmi's and two vfd's on this cell. I been experiencing momentary comms faults...
Replies
10
Views
97
Hi, hope you doing well I am looking for SIEMENS PLCSIM equivalent in GE FANUC PLC, RX3i PLC thank you
Replies
2
Views
36
Hai, I'm working on Allen Bradely PLC RS Logix 5000 V20 i tried to communicate modbus communication with AB plc and RS 232 to Ethernet converter...
Replies
1
Views
59
Back
Top Bottom