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
已提問 2 年前檢視次數 306 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南