PLC-5: data files
This addressing syntax applies to PLC-5/10, PLC-5/12, PLC-5/15, and PLC-5/25.
Fnnn:eee/bb
F | (file type) | |
B | Binary | |
N | Integer | |
D | Decimal | |
F | Floating point | |
A | ASCII | |
nnn | (file number) | 3-999 decimal |
Binary, integer and floating point file types use default file number if the file number is absent. The default numbers are: 3 (binary), 7 (integer), and 8 (floating point). | ||
eee | (element number) | 0-999 decimal |
bb | (optional bit offset within word) | 0-15 decimal |
Bit offset is not supported for floating point file type. |
Examples
bit address: | B3:173/15 |
word address: | N7:12 |
Provide Feedback