Rockwell Automation 57C419 5V-24V DC Input Module User Manual
Page 44

EĆ6
r Ć Specifies the register that is being referenced. For long integers this number
must be zero. For all other references this number may range from 0Ć3.
b Ć Used with boolean data types only. Specifies the bit in the register that is
being referenced. This number may range from 0Ć15.
Examples of Remote I/O Definitions
The following statement assigns the symbolic name UPPER_LIMIT! to the input
module located in slot 10 of remote I/O drop 7. This remote drop is connected to
the remote I/O system whose master is located in slot 9 in the master rack:
1000 RIODEF UPPER_LIMIT![ MASTER_SLOT=9, DROP=7,
ăăăSLOT=10,REGISTER=0]
The following statement assigns the symbolic name LEVEL% to register 1 on the
input module located in slot 4 of remote I/O drop 3. This remote drop is
connected to the remote I/O system whose master is located in slot 15 in the
master rack:
1020 RIODEF LEVEL%[ MASTER_SLOT=15, DROP=3,
ăăăSLOT=4,REGISTER=1]
The following statement assigns the symbolic name STARTPB@ to register 0 bit 9
on the input module located in slot 7 of remote I/O drop 2. This remote drop is
connected to the remote I/O system whose master is located in slot 6 in the
master rack:
2050 RIODEF STARTPB@[ MASTER_SLOT=6, DROP=2,
ăăăSLOT=7,REGISTER=0, BIT=9]