0
votes

Can you please tell me what is the difference between the embedded opc ua and normal opc ua. Actually i have search over internet but dint able to find the exact difference

if anyone knows???

3

3 Answers

1
votes

If you approach from OPC UA Profiles point of view, then look at this web site: OPC UA Profiles

It contains what exactly should support Embedded UA Server vs Standard UA Server.

0
votes

Embedded OPC UA server runs in a device such as a PLC (Programmable Logic Controller), smart sensor, IoT gadget or so.

"Normal" OPC UA server runs on a PC or comparable general-purpose computer.

0
votes

It all depends on what profiles a server is required to implement. Most likely, an embedded OPC UA Server will support less of the specified functionality. (site quoted by @ravil has moved: OPC foundation profiles)

Some characteristic differences: supported security policies, required amount of supported parallel sessions, continuation points per session, ... So mostly stuff that relates to the limited resources typical for an embedded environment.