Hello, I have OPC tags declared and would like to access all their attributes via a reference tag in a UDT. Is this possible?
The tags follow a good naming structure.
I have tried but it seems that the only thing that is referenced is the value.
here is an example of the origin tag
{
"valueSource": "opc",
"opcItemPath": PATH,
"tagType": "AtomicTag",
"opcServer": "LAH_SRV_KNAR",
"name": "M9_L_FREKVENSOMFORMARE",
"historyEnabled": true,
"historyProvider": "MSSQL",
"tooltip": "Larm frekvensomsformare",
"dataType": "Boolean",
"Larm_mode": "WhileTrue",
"Larm_priority": "High",
"Larm_enabled": true,
"Larm_notes": "Knäred RV M9 Larm frekvensomsformare",
"Larm_timeOnDelaySeconds": 0.0,
"Larm_ackNotesReqd": true,
"Larm_atgard": "Ingen åtgärdstext konfigurerad",
"objecType": "DigitalAlarm"
},