Skip to main content

Set Integer Increment

Sets the integer part step increment/decrement for a frequency of the COMM, NAV and the upper 2 digits of the ADF. Increments are managed by splitting the frequency in its fractional(or decimal) part and the integer part. In ADF this process is made by dividing the frequency in the upper two digits and lower two digits of the 4-digit frequency number.

See RNS Features in the beginning of this chapter for more detail.

Request

012345678910111213141516171819202122232425262728293031
ID22IXXX

Request Structure

ByteValueSizeTypeDescription
0ID1BINRNS address (ID)
1221BINSet Integer Increment instruction code
2I1BIN0-NAV, 1-Comm, 2-ADF
3X1BIN1st digit
4X1BIN2nd digit
5X1BIN3rd 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

012345678910111213141516171819202122232425262728293031
ID22V

Response Structure

ByteValueSizeTypeDescription
0ID1BINRNS address (ID)
1221BINSet Integer Increment instruction code
2V1BIN1 for successful, 0 otherwise

Factory Default Values

InstrumentIncrementLimits
NAV11-999
COMM11-999
ADF11-99

Examples

Set COMM’s Integer increment to 25:

012345678910111213141516171819202122232425262728293031
ID221025

Set NAV’s Integer increment to 10:

012345678910111213141516171819202122232425262728293031
ID220010

Set ADF’s Integer increment to 5:

012345678910111213141516171819202122232425262728293031
ID22205