1756DHRIO connet 1771-ASB

mikeliang

Member
Join Date
Apr 2009
Location
Guangzhou
Posts
5
Use Controllogix to upgrade Softlogix system, 1756DHRIO connet 4 1771-ASB module, how to read and write the IO with Remote IO module?
 
That depends on what kind of I/O it is, in general, to read a digital input, use something like:

DHRIO_CH_NAME:TYPE_I_OR_O.Data[SLOT_NUM].BIT_NUM

Where DHRIO_CH_NAME = the configured name for the rack in the IO list, TYPE_I_OR_O = I for input, O for output, SLOT_NUM = the rack logical slot number, and BIT_NUM = the bit number.

Ex: RIO5BP:I.Data[3].12
RIO5BP:O.Data[2].01
 

Similar Topics

I am having a problem using a 1756DHRIO module to achieve remote access to a 1756-L55. We have a system with several PLC5s on a DH+ network...
Replies
3
Views
3,263
Preface: Kinda long, so I made section titles Intro: I just want to see if anyone here has seen anything similar. A PLC5-40 series C enhanced...
Replies
3
Views
365
Existing environment shown in attached photo (Existing.jpeg) Proposed Environment shown in attached photo (New.jpeg) I am migrating a PLC5 system...
Replies
0
Views
590
I have a 1756-L81e v32 using a DHRIO v7.001 in RIO scanner Driving (7) 1771 ASB Modules @ 115k baud. The Racks RPI are set at 48msecs. This system...
Replies
2
Views
902
Hello, I am setting up for practice and I am having trouble seeing the 1771 Scanner in RsLinx as well as Rsnetworx My setup: slot 0 : PLC-5/40E...
Replies
3
Views
976
Back
Top Bottom