05-19-2005 04:51 AM
05-25-2005
07:32 AM
- last edited on
08-05-2025
04:27 PM
by
Content Cleaner
Hi Massimo,
in Labview it is possible to create an OPC Server using specific DSC VIs. You can find complete information in the manual called "VI-Based Server development Manual":
https://www.ni.com/docs/en-US/bundle/370260b/resource/370260b.pdf
Consider that a VI-based server is a data server that is written in LabVIEW, unlike an OPC server, which is typically written in Visual Basic or C++.
Like any server, a VI-based server can be a real I/O server for a device,a simulation server as in the Cookie Factory example, or a computational server doing complex computation for your application and serving the results as items.
You can find examples about VI-Based Serve in C:\Program Files\National Instruments\LabVIEW 7.1\examples\lvdsc\servers.
I hope this help you.
MarcoC
05-25-2005 08:27 AM