Array as value of OPC node to SiteWise Assets

0

I have an OPC server that has nodes with arrays as values. For example I have a node called "Temperatures" which has values [33, 29, 30, 19] in the array.

Is it possible to set single items of this array as properties into SiteWise assets with aliases like /Temperatures/1, /Temperatures/2, /Temperatures/3, etc.?

Timo
asked 2 years ago301 views
1 Answer
0

This is not a supported data type as of today. For now as a workaround, you can wrap it as a string and put a iot core rule that reads the string and formats the data to your needs and pushes back to sitewise. Might not be a good fit for high frequency data. Below link has the available data types for measurements:

https://docs.aws.amazon.com/iot-sitewise/latest/userguide/measurements.html

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions