PLC-3: data table sections
Sfff:wwww/bb
S | (section type) | |
A | ASCII | |
B | Binary | |
N | Integer | |
D | Decimal | |
O | Output | |
I | Input | |
F | Floating point | |
S | Status | |
H | High order integer | |
fff | (file number) | 0-999 decimal |
wwww | (word address) | |
for I/O section | 0-7777 octal | |
for all others | 0-9999 decimal | |
bb | (optional bit offset within word) | 0-17 octal |
Bit offset not permitted in the H and F sections. |
Examples
digital address: | B5:173/15 |
analog address: | N3:173 |
string address: | A1:126 |
Provide Feedback