Skip to main content

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

012345678910111213141516171819202122232425262728293031
ID33XX

Request Structure

ByteValueSizeTypeDescription
0ID1BINRNS address (ID)
1331BINSet XPDR Integer Increment instruction code
2X1BIN1st digit
3X1BIN2nd digit

Response

012345678910111213141516171819202122232425262728293031
ID33V

Response Structure

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

Factory Default Values:

InstrumentDecimal IncrementLimits
XPDR11-99

Examples

Set XPDR decimal increment to step 5 ( to achieve 0005, 0010, 0015, … )

012345678910111213141516171819202122232425262728293031
ID3305