Gocator Line Profile Sensors: User Manual
Protocols • 381
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4530).
status 32s 6
Reply status. For a list of status codes, see Commands on page
350.
Reply
Add Measurement
The Add Measurement command adds a measurement to a tool instance.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4531).
toolIndex 32u 6 Index of the tool instance the new measurement is added to.
typeName[64] char 10 Type name of the measurement (for example, X).
name[64] char 74 User-specified name of the measurement instance.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4531).
status 32s 6
Reply status. For a list of status codes, see Commands on page
350.
Reply
This command can only be used with dynamic tools (tools with a dynamic list of measurements).
The maximum number of instances for a given measurement type can be found in the
ToolOptions node. For dynamic tools, the maximum count is greater than one, while for static
tools it is one.
Read File (Progressive)
The progressive Read File command reads the content of a file as a stream.
This command returns an initial reply, followed by a series of "continue"replies if the initial reply's status
field indicates success. The continue replies contain the actual data, and have 0x5000 as their identifier.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4529).
name[64] char 6 Source file name.
Command