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

Hi I have a ifix 5.5 application where the operator opens a valve by clicking on a screen object. I can trace from object to data base that it is...
Replies
2
Views
46
Hi all. I have 1793-IE4 (4)analog inputs modules in a 1794-ADN IOFlex DeviceNet Rack. I cannot find if I can I have access to individual channel...
Replies
1
Views
43
I've got a Powerflex 700 that doesn't like to get going in the mornings. This motor will run anywhere from 30 seconds to 5 minutes before it just...
Replies
3
Views
199
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
124
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
119
Back
Top Bottom