main
Lexicon: eco.wonderland.workcell.sample
Type: subscription
Parameters
Section titled “Parameters”heartbeat
Section titled “heartbeat”Type: uint32
interval
Section titled “interval”Type: integer
Type: uint64
Type: uint64
Type: integer
device
Section titled “device”Type: string
deviceType
Section titled “deviceType”Type: string
Type: string
Required
Message
Section titled “Message”Type: mtConnectStreams | mtConnectError | mtConnectStreamsExceptionsReport
Schema
Section titled “Schema”{ "type": "subscription", "parameters": { "type": "params", "required": [ "did" ], "properties": { "heartbeat": { "type": "integer" }, "interval": { "type": "integer" }, "from": { "type": "integer" }, "to": { "type": "integer" }, "count": { "type": "integer" }, "device": { "type": "string" }, "deviceType": { "type": "string" }, "did": { "type": "string" } } }, "message": { "schema": { "type": "union", "refs": [ "#mtConnectStreams", "#mtConnectError", "#mtConnectStreamsExceptionsReport" ] } }}