LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

labwindows tcp client to generic server

Solved!
Go to solution

Hello,

We wouild like to develop an OPC client on TCP to communicate with an OPC server, on a remote machine (or even locally on the machine).

Our application is written on Labwindows/CVI and I only find examples related to Labview.

Should we create from scrach with functions like ConnectToTCPServer or is there anything existing on NI side for this purpose?

Regards

0 Kudos
Message 1 of 2
(2,569 Views)
Solution
Accepted by topic author R1M

After deep seach, I found the example

C:\Users\Public\Documents\National Instruments\CVI2015\samples\datasocket\OpcClient

 

It looks like OK to communicate with a KepSeerverEx 6.0.

Perfect.

 

Looking at the code, it is quite simple to send and received data from such a server.

Perfect.

Message 2 of 2
(2,534 Views)