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,735
GitHub Link: Open Industry Project This is a side project I've been working on for some time. The goal is to provide an open platform for...
Replies
0
Views
95
Dear All, Currently i'm working with Endress Hauser flowmeter and AB PLC and try to integrate with 2 items. Flow meter spec using is Promass...
Replies
5
Views
120
Can I connect two A-B Panel View 7 to a A-B PLC. Same graphics etc. One on the local control panel and the other Panel View 7 in a remote control...
Replies
2
Views
56
Hello, I'm working with Studio 5000 and ME Station, and I'm trying to find a way to detect if the PC with the HMI is shut down or not. I've tried...
Replies
5
Views
143
Back
Top Bottom