Binary Section Items
- Last UpdatedOct 23, 2017
- 1 minute read
|
[m]B[n]:e[/b] or [m]B[n]:/x |
m indicates the module to access. If not specified, it is assumed to be 0 (zero), which selects the Resource Manager. If specified, it must be zero or the thumbwheel setting for a Logic Processor. |
|
n represents the file number. If not specified, it is assumed to be 0 (zero). If specified, the file number must be 0 - 9999 decimal. |
|
|
e specifies the element (word) number within the Binary file. It must be 0 - 9999 decimal. |
|
|
b specifies the bit number within the word. The bit number must be 0 - 15 decimal. If /b is omitted, the entire word will be accessed as a 16-bit integer. |
|
|
x specifies the bit number within the file. In this form, the element number must be omitted and the bit number may be 0 - 159999. |
Examples:
1B3:/159999(same bit as 1B3:9999/15)
0B:6/4(same bit as 0B:/100)