...
| $ | - optional character |
| X | - file identifier (required - see Table 2) |
| file | - file number (optional, if it is empty, the default file number is used - see Table 2) |
| element | - element number in the file (required) |
| .field | - number of sub-element (optional, it is used only for Output, Input files) |
| /bit | - bit number (optional, it must be in the range of 0..15) |
Note: Te following syntax is also supported:
[$] X [file][/bit]where a bit can be greater than 16, e.g., B3/18 is another notation for B3:1/2 (the third bit of the second word in the B3 file).
Table 2
| X | File Type | Default file number (file) |
|---|---|---|
| O | Output | 0 |
| I | Input | 1 |
| S | Status | 2 |
| B | Binary | 3 |
| T | Timer | 4 |
| C | Counter | 5 |
| N | Integer | 7 |
| F | Float | 8 |
...