You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new to Powerlink and OPC UA concepts.
As per my understanding, According to current implementation of OPC UA server is reading data from CN (Controlled Node) then we are reading data through OPC UA client. So my question is can we implement vice-versa. i.e Implement OPC UA server on MN instead of CN to read data from all the CN's?
Also, Can we separate OPC UA server code from MN so we can individually run this application?