how to add a group to the client and an item to the group in OPC UA ?

General topics regarding OPC Foundation and communication technology in general.

Moderator: Support Team

Post Reply
dann90
Jr. Member
Jr. Member
Posts: 3
Joined: 21 Mar 2022, 13:58

how to add a group to the client and an item to the group in OPC UA ?

Post by dann90 »

Hallo,

I need your help guys. I wanna convert this from opcda to opcua using matlab.

grp = addgroup(da);
itm1 = additem(grp,'Random');

Thanks
dan

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

Re: how to add a group to the client and an item to the group in OPC UA ?

Post by Support Team »

Hi,
there is no "group" in OPC UA anymore, and there are no "items" in OPC UA anymore.

OPC UA is same, but different.
Best regards
Unified Automation Support Team

Post Reply