The Sensor Seal ASCII measurement format is a human-readable, comma-separated text format terminated by a carriage return and line feed (
\r\n
).
Format
SS_ASCII,GatewayUID,SensorSealUID,UpdateID,Temp,Speed,Vibration,Voltage
It includes 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, °C)
- Speed(fixed-point number, rpm)
- Vibration(integer, RMS mm/s²)
- Voltage(integer, mV)
Example
SS_ASCII,ee000f84,ff00458f,389491,29.1,456.23,1869,3424
This means the measurement came from Sensor Seal
ff00458f
via gateway ee000f84
, reporting a temperature of 29.1°C, an RPM of 456.23, a vibration of 1869 mm/s², and a Sensor Seal voltage of 3.424 V (3424 mV).