High ControlLogix CPU usage due to Comms

Glu3

Member
Join Date
Dec 2019
Location
Ireland
Posts
7
Hi all
I am having problem with a L75 CPU which running 100 % CPU Usage. It doesn't have any Continuous Task and 50% of the CPU is taking by "Comms" which is very unusual to me. Can you guide me in to which direction I should investigate this?

2022-07-25-17-31-18.png


More information:
- All of the PLC-PLC communication use MSG instruction, there are about 12 instance of MSG, most of them are execute every 500ms (using timer), the reset are of 250ms.
 
I don't see any problem there. The CPU will always increase / decrease resources to communications based on its tasks and internal usage. The CPU never idles. If you are having issues one thing I noticed is the amount of memory that is being used versus what is available. To me it seems that this number is close to the point you might be having issues with processor timing-out task or taking longer to resolve logic.
 
If you are using a GSV to monitor external IO they should be on a timer as well and not hot branched. That could account for the 14% which seems high.
 
I don't see any problem there. The CPU will always increase / decrease resources to communications based on its tasks and internal usage. The CPU never idles. If you are having issues one thing I noticed is the amount of memory that is being used versus what is available. To me it seems that this number is close to the point you might be having issues with processor timing-out task or taking longer to resolve logic.

there is a yellow warning banner like this https://imgur.com/a/SDtZuGg, so I thought it must be an issue
On a different PLC (that is also without continuous task), Comms doesn’t take up the free space and leave it as “Null”
 

Similar Topics

Hey all, I'm having this issue with an Allen Bradley AC input card(1756-IA16I). I was looking into another issue and found that the inputs on the...
Replies
9
Views
2,981
Hello, I have a PID that I am using for an oxygen valve that regulates the pressure. Often when the header pressure is too low, the output will...
Replies
4
Views
1,281
Do i have to use interrupt subroutine, or immediate read high speed input, for Unitronics Samba plc or reading only the correponding register in...
Replies
2
Views
124
Can anyone recommend a flexible 600-volt shielded ethernet patch cable? I have used them from Allen Bradley / Panduit before and they are too...
Replies
0
Views
108
Hello Folks, Has anyone configured a Momentum high speed counter on Unity 13.1. We need the wiring diagram for Momentum High speed counter and...
Replies
0
Views
78
Back
Top Bottom