Ge $conn_status

mbartoli

Member
Join Date
Sep 2007
Location
Cape Canaveral, FL
Posts
193
I got an answer for this here a number of years ago: I was looking for a way to check the connection status of a GE PLC Ethernet port to Cimplicity HMI software. Can't find my original post, but I was told that $CONN_STATUS_P1C1 and $CONN_STATUS_P1C2 system tags would allow me to verify that I had network connection between the PLC and the HMI workstation. That worked like a champ. Now, we are in the midst of migration from Cimplicity to Citect, and the same tags are not recognized by Citect. Since we now only have 1 GE PLC instead of the 5 we used to have (been replacing them with Triconex), the tag issue is a minor but real bother. I am pretty sure that these system tags would also have a real memory address space, just not sure what that might be.

Anyone point me in the right direction? TIA
 
Check the documentation for the communications driver that Citect uses to see if it gives you a communications status property.
In Proficy View there is a "Status" property intrinsic to the communications drivers. The property applies to any HMI tag. In a Proficy View HMI target My_Variable:STATUS is Boolean.
I've used the property in both the GE Ethernet driver and the Modbus TCP driver.
 
After posting, I thought to RTFM... pulled out my dusty copy of GFK-2224J TCPIP Ethernet Communications for PACSystems, and remembered that the Ethernet cards have a status bit table. Bit 13 is LAN OK and bit 16 is LAN Interface OK. Using those, I can see that both are true. I am using LAN OK at this time for my status.
 

Similar Topics

Not a PLC question but I need expert help on this. My FactoryTalk stopped communicating with the server its hosted on. I had an error stating...
Replies
0
Views
83
Hi! I am trying to run the 'SimpleSample' (https://infosys.beckhoff.com/content/1033/TF5100_TC3_NC_I/Resources/3438746891/.zip ) to understand the...
Replies
2
Views
95
Hi guys! I have 3 servos for X,Y,Z axis controlled by Kinetix 5500. In Studio 5000 there is one Predefined tag in AXIS_CIP_DRIVE called...
Replies
4
Views
152
Hi everyone i have a customer, who wants to show an alarm on the machine, if the I/O forces are enabled and set, on at ControlLogix L81E with...
Replies
3
Views
221
Hello all. I have a remote that uses a 1734-AENTR series C. We had to change it to a new one and, after adjusting the IP and number of slots...
Replies
16
Views
515
Back
Top Bottom