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
preguntada hace 2 años308 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas