LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading a few WonderWare (RSLinx) tags from LabVIEW (client only)

We have a customer that uses WonderWare and Net DDE. We need to read a few WonderWare tags from a LabVIEW application running on a separate computer. I am sure this has been done before but I cannot find a good example that demonstrates the format to use for computer name, service, topic, item name when talking to WonderWare. I could only find an Access and Excel example.

All we need to do is connect to and monitor a few existing tags in WonderWare from another computer on the LAN running a LabVIEW application.

I would prefer to use OPC but they have been using Net DDE for years and do not want to change.

We cannot use LabVIEW DSC.
0 Kudos
Message 1 of 2
(3,521 Views)

If you can't use LabVIEW DSC, then your best option would be to use DataSocket to connect to your OPC server. You can find a couple tutorials on DataSocket and using it with OPC servers here and here. These tutorials give information on the syntax to use when connecting to your OPC server.

Another option would be to stick with NetDDE. You can find a tutorial here on using NetDDE with LabVIEW.

Jarrod S.
National Instruments
0 Kudos
Message 2 of 2
(3,478 Views)