Gocator Line Profile Sensors: User Manual
Protocols • 610
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4508).
status 32s 6
Reply status. For a list of status codes, see Commands on page
571.
progressTotal 32u 10 Progress indicating completion (100%).
progress 32u 14 Current progress.
Initial Reply
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x5000).
status 32s 6
Reply status. For a list of status codes, see Commands on page
571.
progressTotal 32u 10 Progress indicating completion (100%).
progress 32u 14 Current progress.
size 32u 18 Size of the chunk in byes.
data[size] byte 22 Chunk data.
Continue Reply
Get Flag
The Get Flag command returns the given flag value as a string.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4533).
name[256] Char 6 A string representing the flag name whose value is to be
retrieved.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4533).
valueLength 32u 10 The length of the string representing the flag's value.
value[valueLength] Char 14 The value of the flag.
Reply
Set Flag
The Set Flag command sets the string value for the given flag name.