AC Drive China Forum
Forum » PLC - Programmable Logic Controller » I/O Addressing
Topics: I/O Addressing on PLC - Programmable Logic Controller
#1
Start by
Brian Jones
10-27-2013 02:49 AM

I/O Addressing

RSLogix500, PLC5, and earlier versions of the RSLogix5000 series use one letter and two numbers for the addressing of input or output instructions. The initial letter specifies whether the address is an input or output function. If it is the letter "O" the address is an output. If it is the letter "I" the address is an input instruction. An element delimiter : follows. The first number indicates the I/O rack and slot number, which is an octal identifier. A bit delimiter / is next. The second number indicates the bit address in the module itself, which can generally range from terminal number 0 to 15. Generally, the format is O:e/b for output, and I:e/b for input, where e is element number and b is bit or terminal number.
10-27-2013 05:44 AM
Top #2
James Fischer
10-27-2013 05:44 AM
I'm not sure what your question is, but the slot number (the term "element" is technically more accurate for Timer, Counter, Control and other structured data types) is only OCTAL for PLC 5s. For SLC and Micrologix processors, the slot number is typically DECIMAL.
Reply to Thread