Skip to main content

Set Minimum Frequency

Sets the minimum frequency of a COMM, NAV or ADF instrument. For ADF, the 5th and 6th digits have no meaning. When the minimum frequency is reached by decrementing, the instrument automatically loops to the maximum frequency.

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

Request

012345678910111213141516171819202122232425262728293031
ID24IXXXYYY

Request Structure

ByteValueSizeTypeDescriptionCOMM/NAVADF
0ID1BINRNS address (ID)
1241BINSet Minimum Frequency instr. code
2I1BIN0-NAV, 1-Comm, 2-ADF
3X1BIN1st digit1st integer1st upper
4X1BIN2nd digit2nd integer2nd upper
5X1BIN3rd digit3rd integer1st lower
6Y1BIN4th digit1st decimal2nd lower
7Y1BIN5th digit2nd decimal-
8Y1BIN6th digit3rd decimal-

Response

012345678910111213141516171819202122232425262728293031
ID24V

Response Structure

ByteValueSizeTypeDescription
0ID1BINRNS address (ID)
1241BINSet Minimum Frequency instruction code
2V1BIN1 for successful, 0 otherwise

Factory Default Values

InstrumentMinimum Frequency
NAV108.000
COMM118.000
ADF0000

Examples

Set COMM Minimum Frequency to 240.125:

012345678910111213141516171819202122232425262728293031
ID241240125

Set NAV Minimum Frequency to 111.000:

012345678910111213141516171819202122232425262728293031
ID240110000

Set ADF Minimum Frequency to 0005:

012345678910111213141516171819202122232425262728293031
ID2420005