02-27-2020 09:36 AM
Hi
I desperately looking for a simple example for making an OPC Server by Labwindows. Every examples discuss about make OPC client.
Please some one tell me first is it possible to make OPC server with Labwindows with datasocket lib? and if possible please give me a sample.
Tks
03-01-2020 06:16 PM - edited 03-01-2020 06:18 PM
Datasocket allows to access OPC items as a client but is itself anything but an OPC server. For that you will need specific 3rd party libraries that implement either the OPC DA or UA standard as a server.
For OPC UA you could look at the open62541 project to use in LabWindows. But expect to do some real programming for this, it’s not just like configuring a datasocket url!