Sets the decimal part step increment/decrement for a frequency of the COMM, NAV
and the lower 2 digits of the ADF. Increments are managed by splitting the frequency in its
fractional(or decimal) part and the integer part. In the ADF this process is made by dividing the
frequency in upper two digits and lower to digits of the 4-digit frequency number.
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 | 23 | I | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | |
Request Structure
Byte | Value | Size | Type | Description |
---|
0 | ID | 1 | BIN | RNS address (ID) |
1 | 23 | 1 | BIN | Set Integer Increment instruction code |
2 | I | 1 | BIN | 0-NAV, 1-Comm, 2-ADF |
3 | X | 1 | BIN | 1st digit |
4 | X | 1 | BIN | 2nd digit |
5 | X | 1 | BIN | 3rd digit (Not used for ADF. Set to 0) |
Note:
The combination of the 1st, 2nd, and 3rd digits forms the number for the increment.
- Example: If
1st = 0
, 2nd = 1
, and 3rd = 5
, the increment will be 15 per encoder step in any direction.
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 | 23 | V | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Response Structure
Byte | Value | Size | Type | Description |
---|
0 | ID | 1 | BIN | RNS address (ID) |
1 | 23 | 1 | BIN | Set Integer Increment instruction code |
2 | V | 1 | BIN | 1 for successful, 0 otherwise |
Factory Default Values
Instrument | Increment | Limits |
---|
NAV | 50 | 1-999 |
COMM | 25 | 1-999 |
ADF | 1 | 1-99 |
Examples
Set COMM’s Integer increment to 250:
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 | 23 | 1 | 2 | 5 | 0 | | | | | | | | | | | | | | | | | | | | | | | | | | |
Set NAV’s Integer increment to 5:
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 | 23 | 0 | 0 | 0 | 5 | | | | | | | | | | | | | | | | | | | | | | | | | | |
Set ADF’s Integer increment to 1:
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 | 23 | 2 | 0 | 1 | | | | | | | | | | | | | | | | | | | | | | | | | | | |