Specific DataType

Unified Architecture topics related to OPC UA Specification, compliant behavior and any technical issues of OPC UA, like Security, Information Model, Companion Specs DI, PLCopen, ADI, ...

Moderator: Support Team

Post Reply
gector_01
Jr. Member
Jr. Member
Posts: 2
Joined: 14 Jul 2017, 11:05

Specific DataType

Post 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?

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Specific DataType

Post 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.
Best regards
Unified Automation Support Team

Post Reply