4.2 Data Format
PM100 / page 33
<CHARACTER RESPONSE DATA>
The <CHARACTER RESPONSE DATA> element is used to convey parameter
information best expressed mnemonically as a short alpha or alphanumeric string.
Examples: ON , OFF , ENABLE , DISABLE
<NR1 NUMERIC RESPONSE DATA>
A <NR1 NUMERIC RESPONSE DATA> element is used to transmit whole-numbered
value.
Examples: 5 , -23
<NR2 NUMERIC RESPONSE DATA>
A <NR2 NUMERIC RESPONSE DATA> element is the representation of an explicit
point numeric value.
Examples: 5.0 , -23.1
<NR3 NUMERIC RESPONSE DATA>
A <NR3 NUMERIC RESPONSE DATA> element is the representation of a scaled
radix point numeric value together with an exponent notation.
Examples: 5.0E+03 , -23.1E-06
<HEXADECIMAL NUMERIC PROGRAM DATA>
A <HEXADECIMAL NUMERIC PROGRAM DATA> element is used to represent implicit
radix, base 16 numeric information.
Examples: #H1E
<STRING PROGRAM DATA>
A <STRING PROGRAM DATA> element allows any character in the ASCII code to be
transmitted as a message.
Examples: Hello , ”Good luck” , ’How are you?’