The Sensor Seal ASCII measurement format is a human-readable, easily-parsable text format that encodes a Sensor Seal measurement.
It includes at least the following parameters in the given order, separated by commas:
- Format Identifier (SS_ASCII)
- Gateway UID (lowercase hexadecimal)
- Sensor Seal UID (lowercase hexadecimal)
- Sensor Seal Update ID (integer)
- Temperature (fixed-point number, degrees Celcius)
- Speed (fixed-point number, rpm)
- Vibration (integer, mm/s^2)
- Voltage (integer, mV)
The measurement is terminated by a
CRLF
(\r\n
) sequence.
Note: Certain Sensor Seals configured for real-time applications may send measurements before all parameters have been measured and these parameters will be shown as
zero
when using the ASCII format.Example
SS_ASCII,ee000f84,ff00458f,389491,29.1,456.23,1869,3424