Gocator Line Profile Sensors: User Manual
Protocols • 479
Clear Measurement Stats
The Clear Measurement Stats command clears the sensor's measurement statistics.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4526).
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4526).
status 32s 6
Reply status. For a list of status codes, see Commands on page
446.
Reply
Read Live Log
The Read Live Log command returns an XMLfile containing the log messages between the passed start
and end indexes.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x101F).
Start 32u 6 First log to read
End 32u 10 Last log to read
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x101F).
status 32s 6 Reply status.
length 32u 10 File length
data[length] byte 14 XML Log File
Reply
Clear Log
The Clear Log command clears the sensor's log.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x101D).
Command