22-COMM-E PF40p network status

Orn Jonsson

Member
Join Date
Apr 2002
Location
Boise Idaho
Posts
125
I have one CompactLogix L32E and 3 PF 40p with 22-COMM-E modules + Touch screen all on Ethernet IP. The PF 40p Drives take upto a minute to power up and establish communications with the PLC

Is there a known status bit (in the PLC) that I can monitor to see if all the drives are online and working? Looking for ways to monitor the integrity of the network and would like to know if any node looses comm.

Thanks,

Orn Jonsson
 
I use the GSV instruction to read the EntryStatus value from each of the I/O connections Module object.

Because the EntryStatus is encoded in bits 12-15, I divide the EntryStatus (an INT value) by 4095 and place that value into an ordinary DINT tag.

When the EntryStatus value = 4, the connection is running.

I try to run the GSV only every second or so (it does chew up some resources) so just set all EntryStatus tags to zero at powerup or first scan, then trigger the GSV instructions on a timer.
 
GSV etal

Thanks Ken.

Can you elaborate a bit on the (I use the GSV instruction to read the EntryStatus value from each of the I/O connections Module object).
Never went to AB school so I am not familiar with:
Entry Status.
I/O Connections.
Module Object.
Any pointers are greatly appreciated.
 
Gsv ssv

Thanks Ken I found the EntryStatus and GSV and everything I needed to accomplish what you mentioned. I did not relize you could dig into Modules like this with the GSV and SSV. Learned something new today.
 

Similar Topics

Hey guys. As the title suggests, I need to configure a Danfoss Aquadrive FC202 inverter, so that its logic inhibits the local command when the...
Replies
2
Views
67
Hi; In a cabinet of a machine, a Fatek PLC with an Ethernet communication card is working. In the same cabinet, there is a 1 kW inverter. When...
Replies
16
Views
557
After updating a panel, I inherited another PLC for my "learning lab". It's a Modicon TSX Micro. I've not worked with a Modicon PLC yet, so I...
Replies
1
Views
158
Guys need a bit of help getting the instance correct for a 22comme with a PF40P. Trying to get 2 things first is the drive current amp draw...
Replies
1
Views
100
I have 3 new PowerFlex 7000 VFD's. Rockwell was out to do some checking before startup. These are part of a larger electrical project. I gave the...
Replies
7
Views
349
Back
Top Bottom