LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

making OPC Server by Labwindows

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

0 Kudos
Message 1 of 2
(2,140 Views)

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!

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,084 Views)