mtConnectStreams
Lexicon: eco.wonderland.workcell.sample
Type: object
Root entity of a streams response that contains the observation information of one or more device entities.
Properties
Section titled “Properties”header
Section titled “header”Type: header
Required
streams
Section titled “streams”Type: [ deviceStream ]
Referenced By
Section titled “Referenced By”- main
eco.wonderland.workcell.sample
Schema
Section titled “Schema”{ "type": "object", "required": [ "header" ], "properties": { "header": { "type": "ref", "ref": "lex:eco.wonderland.workcell.protocol.mtconnect.stream.defs#header" }, "streams": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.defs#deviceStream" } } }}