how do you setup a message in controllogic to read the input/output table of a plc 5

yes DH+ through a 1756-DHRIO card, thanks for the reply I figure it out but the data dose not line up when its pass through, I think I have to convert the data file in plc5 B4 I read it to the control logic .how do I do this? thanks in advance.
 
just a guess - but are you bringing the PLC-5's data in and then storing it in a DINT location? ... if so, that MIGHT be your problem ...

the PLC-5 thinks in terms of INT locations (16 bits to each location) ... the ControlLogix NORMALLY thinks in terms of DINTs (32 bits to each location) ...

try setting up the ControlLogix storage locations as 16-bit INTs and see if that helps ... if not, consider posting your program file (ACD) and we'll try to help you nail down an answer ...
 

Similar Topics

Ok I'm racking my brain on this. Maybe I'm missing something but I could really use to help. Google gave me many links to here but none of them...
Replies
11
Views
2,623
Hi, right now I have a real PLC on which i'm connected by ethernet right now, and i'd like to simulate a second PLC with RSEmulate and make...
Replies
2
Views
1,529
I have a Control Logix controler and I have a Compact Logix controler that are connected thru ethernet. I have never setup messaging to these type...
Replies
37
Views
17,476
I am trying to set up a piece of equipment with a Horner HE-X4R. I'd like to use structured text and so far I'm just trying to get a basic On/off...
Replies
0
Views
66
Hello, I am trying to setup on plc so If I enter 60 jph (job per hour) it will send the vfd hertz based on what jph is entered by...
Replies
2
Views
152
Back
Top Bottom