Allen-Bradley Ethernet Driver
SLC 5/05 Addresses
I:1 Word 0 slot 1
I:1.0 Word 0 slot 1 (same as I:1)
I:12 Word 0 slot 12
I:12.2 Word 2 slot 12
I:4.0/0 Bit 0 word 0 slot 4
I:4/0 Bit 0 slot 4 (same as I:4.0/0)
I:4.2/0 Bit 0 word 2 slot 4
I:4/32 Bit 32 slot 4 (same as I:4.2/0)
I:2.12/3[17] 17 element Boolean array starting at bit 3 word 12 slot 2
I:2.2/0[12][12] 12 by 12 element Boolean array starting at bit 0 word 2 slot 2
I:2/43[5] 5 element Boolean array starting at bit 43 slot 2
I:2/11[6][12] 6 by 12 element Boolean array starting at bit 11 slot 2
Status Files
To access Status files, specify a word (and optionally, a bit in the word). The default data type for all syntax is
shown in bold.
Syntax Data Type
S:<word> Short, Word, BCD, DWord, Long, LBCD
S:<word> [rows][cols] Short, Word, BCD, DWord, Long, LBCD*
S:<word> [cols] Short, Word, BCD, DWord, Long, LBCD*
S:<word>/<bit> Boolean
S:<word>/<bit> [rows][cols] Boolean*
S:<word>/<bit> [cols] Boolean*
S/bit Boolean
S/bit [rows][cols] Boolean*
S/bit [cols] Boolean*
*Array types
Note: The number of array elements (in bytes) cannot exceed the block request size specified. This means
that array size cannot exceed 16 words given a block request size of 32 bytes. For more information, refer to
Block Request Size.
Word Locations
The following Word locations are allowed for each model. The maximum word location is one less when access-
ing as a 32-bit data type (Long, DWord, or Long BCD).
PLC Model Max. Word
SLC 5/05 Open 999
PLC-5 Family 999
SoftPLC 31
Example Description
S:0 Word 0.
S/26 Bit 26.
S:4/15 Bit 15 word 4.
S:10 [16] 16 element array starting at word 10.
S:0 [4][8] 4 by 8 element array starting at word 0.
S/9 [5] 5 element Boolean array starting at bit 9.
S/11 [3][7] 3 by 7 element Boolean array starting at bit 11.
S:6/1 [6] 6 element Boolean array starting at bit 1 word 6.
S:13/5 [2][3] 2 by 3 element Boolean array starting at bit 5 word 13.
www. kepware.com
22