Page 1 of 1

OPC DA to OPC UA

Posted: 21 Mar 2022, 14:08
by dann90
Hey Guys,

I have a program in OPC DA with Matlab, but i need to change it to OPC UA.
Can Someone help me please?

OPC DA:
additem(writeDATA.BIOSTAT.raw.Group,'BIOSTAT B plus.opcO2.Value');


I did this but doesn't work:
writeDATA.BIOSTAT.OPC.Items.opcO2=findNodeById(writeDATA.BIOSTAT.OPC.uaClient.Namespace, 2, '{78a35fe1-9be1-4c10-bd33-a2334b14a66a}');
writeValue(writeDATA.BIOSTAT.OPC.uaClient,writeDATA.BIOSTAT.OPC.Items.opcO2, writeDATA.BIOSTAT.OPC.Values.opcO2);


Thanks

Re: OPC DA to OPC UA

Posted: 21 Mar 2022, 14:31
by Support Team
Hi,

what was the answer of Matlab support team, when you asked them about this issue?

Re: OPC DA to OPC UA

Posted: 21 Mar 2022, 14:56
by dann90
they didn't answer me.