Gocator Line Profile Sensors: User Manual
Protocols • 611
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4534).
Variablename[256] Char 6 A string representing the flag name whose value is to be
retrieved.
valueLength 32u 262 The length of the flag's value string.
value[valueLength] Char 266 The string representing the flag's value.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4534).
status 32s 6
Reply status. For a list of status codes, see Commands on page
571.
Reply
Get Runtime Variable Count
The Get Runtime Variable Count command gets the number of runtime variables that can be accessed.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4537).
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4537).
status 32s 6 Reply status.
valueLength 32u 10 The count of runtime variables.
Reply
Set Runtime Variables
The Set Runtime Variablescommand sets the runtime variables at the given index for the given length.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4536).
index 32u 6 The starting index of the variables to set.
length 32u 10 The number of values to set from the starting index.
values[length] 32s 14 The runtime variable values to set.
Command