Skip to main content

Set Standby Frequency

Sets the standby frequency of an instrument. ADF does not have a standby frequency. However, if it is set here, its active frequency will be updated instead.

Request

012345678910111213141516171819202122232425262728293031
ID21IXXXYYY

Request Structure

ByteValueSizeTypeDescriptionCOMM / NAVADF
0ID1BINRNS address (ID)
1211BINSet Standby Frequency instr. code
2I1BIN0-NAV, 1-COMM, 2-ADF
3X1BIN1st digit1st integer1st integer
4X1BIN2nd digit2nd integer2nd integer
5X1BIN3rd digit3rd integer3rd integer
6Y1BIN4th digit1st decimal4th integer
7Y1BIN5th digit2nd decimal
8Y1BIN6th digit3rd decimal

Response

012345678910111213141516171819202122232425262728293031
ID21V

Response Structure

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

Factory Default Values

InstrumentFrequencyMinimumMaximum
NAV108.0000.000999.999
COMM118.0000.000999.999
ADF000000009999

Examples

Setting NAV Standby Frequency to 111.400:

012345678910111213141516171819202122232425262728293031
ID210111400

Setting COMM Standby Frequency to 118.250:

012345678910111213141516171819202122232425262728293031
ID211118250

Setting ADF to 0357:

012345678910111213141516171819202122232425262728293031
ID212035700