RSLogix5000 IO Configuration for Remote Data Sharing

fwagner5

Member
Join Date
Feb 2006
Location
OH
Posts
6
I came across this today, for communicating from like a CompactLogix processor to a ControlLogix processor using ethernet that you can have one as a parent communication module and the other would be child communication module and using the producer/consumer platform to communicate. My problem is that what is the best way to know if there is an error in the communication between the two? I was told that communicating a heartbeat between the two processors. If that is the case, I'm looking for a good example of this type of program. I know that you can use like the system clock but not really sure what it would look like. Any help would be appreciated.
 
Do a GSV instruction

Class - "MODULE"
Instance - the name of your module
Attribute - FaultCode
Destination - tag with type of DINT

Look as CIP error codes in the RsLogix 5000 help for description of the error codes. These are the same as messaging error codes but there are some additional ones. If the code is zero there is no error.
 

Similar Topics

Hi Friends, I intend to carry out Online thermocouple Module Configuration Change on RSLogix5000 (Compact Logix L35E). Is there any special...
Replies
0
Views
1,271
Hi All, I have 1756-RM module, but I don't know how to put it into Rslogix 5000 I/O configuration, it doesn't belong any catalog. Please...
Replies
5
Views
7,663
I am using RSLogix5000 and would like to get a print of the I/O Configuration. I would do a screen print of the controller, but I have too many...
Replies
2
Views
3,811
what does it mean if some devices, such as a vfd in the I/O configuration have a yellow circle with two black vertical lines next them?
Replies
2
Views
3,624
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
114
Back
Top Bottom