Autodesk · Arazzo Workflow
Autodesk Push Sensor Readings into a Tandem Stream
Version 1.0.0
Resolve a twin's IoT streams, push time-series datapoints, and read the series back.
View Spec
View on GitHub
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainabilityArazzoWorkflows
Provider
Workflows
push-and-read-stream-data
Ingest sensor readings into a twin stream and verify the series.
Lists the twin's streams to resolve the target stream and the element it is bound to, pushes a batch of datapoints, and reads back the time-series over a window at a given resolution.
1
listStreams
getStreams
List the IoT streams bound to the twin. Each stream is attached to an element and a property, which is how a raw sensor reading becomes facility data.
2
pushReadings
pushTimeseriesData
Push the batch of readings into the stream. Batching datapoints rather than posting one request per reading is what keeps a busy gateway inside its rate limits. Requires data:write.
3
readSeries
getTimeseriesData
Read the series back over the requested window to confirm the datapoints landed and to feed a chart. Coarser resolutions roll the raw readings up server-side.