Page 1 of 1

Specific DataType

Posted: 18 Jul 2017, 06:48
by gector_01
I want to display several values in one node. Simple types that allow you to display arrays are not very suitable, because I need each value to have its own timestamp.
What can you recommend to me?

Re: Specific DataType

Posted: 23 Aug 2017, 22:17
by Support Team
By default, a value has a timestamp and a status code.

You can define your own strucutre data type with any kind of content (e.g. an array of a structure that has a value and timestamp) if a value contains different samples with different timestamps. Another option would be to have values and offsets to the timestamp in a structure data type.