11-6 Status Structure Model 2701 User’s Manual
The <NDN> (non-decimal numeric) parameter type is used to send non-decimal values.
These values require a header (#B, #H, or #Q) to identify the data format being sent. The
letter in the header can be upper or lower case. The <NRf> (numeric representation
format) parameter type is used to send decimal values and does not use a header. The
following examples show the proper parameter syntax for setting Bits B5, B3, and B2:
#b101100 Binary format (<NDN> parameter type)
#h2C Hexadecimal format (<NDN> parameter type)
#q54 Octal format (<NDN> parameter type)
44 Decimal format (<NRf> parameter type)
Valid characters for the non-decimal parameter values are shown as follows:
<NDN> format Valid characters
Binary 1s and 0s
Hexadecimal 0 through 9 and A through F
Octal 0 through 7