Set XPDR Decimal Increment
Sets the transponder decimal increment, i.e., the lower two digits. When the maximum decimal
value is reached by incrementation, the instrument automatically loops to the minimum value and
vice-versa.
See RNS Features in the beginning of this chapter for more detail.
Request
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
---|
ID | 33 | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Request Structure
Byte | Value | Size | Type | Description |
---|
0 | ID | 1 | BIN | RNS address (ID) |
1 | 33 | 1 | BIN | Set XPDR Integer Increment instruction code |
2 | X | 1 | BIN | 1st digit |
3 | X | 1 | BIN | 2nd digit |
Response
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
---|
ID | 33 | V | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Response Structure
Byte | Value | Size | Type | Description |
---|
0 | ID | 1 | BIN | RNS address (ID) |
1 | 33 | 1 | BIN | Set XPDR Integer Increment instruction code |
2 | V | 1 | BIN | 1 for successful, 0 otherwise |
Factory Default Values:
Instrument | Decimal Increment | Limits |
---|
XPDR | 1 | 1-99 |
Examples
Set XPDR decimal increment to step 5 ( to achieve 0005, 0010, 0015, … )
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
---|
ID | 33 | 0 | 5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |