Gocator 2300 & 2880 Series
Protocols • ASCIIProtocol • 360
Result
The Result command retrieves measurement values and decisions.
Message Format
Command Result,measurement ID,measurement ID...
Reply If no arguments are specified, the custom format data string is used.
OK, <custom data string> ERROR, <Error Message>
If arguments are specified,
OK, <data string in standard format>
ERROR, <Error Message>
Formats
Examples:
Standard data string for measurements ID 0 and 1:
Result,0,1
OK,M00,00,V151290,D0,M01,01,V18520,D0
Standard formatted measurement data with a non-existent measurement of ID 2:
Result,2
ERROR,Specified measurement ID not found. Please verify your input
Custom formatted data string (%time, %value[0], %decision[0]):
Result
OK,1420266101,151290,0
Value
The Value command retrieves measurement values.
Message Format
Command Value,measurement ID,measurement ID...
Reply If no arguments are specified, the custom format data string is used.
OK, <custom data string> ERROR, <Error Message>
If arguments are specified,
OK, <data string in standard format, except that the decisions are not sent> ERROR,
<Error Message>
Formats
Examples: