01-26-2017 01:51 AM
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
Solved! Go to Solution.
01-27-2017 02:21 AM
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.