05-05-2011 10:25 AM
Hi!
I have a LAN/TCP connection. On the side A, I have a simple VI, and I would like to call it from side B. How can I do that?
05-09-2011 01:52 AM
Hi Durnek,
The best is to use the Application Control palette, create a VI server on side A, on side B open a reference to the VI server with Open Application Reference Function, then you can access the VI with Open VI Reference and using the Invoke and Property nodes from the same palette you have access to a lot of information and settings.
Let us know if you have more questions!
Have a good day!
Patricia
01-19-2014 08:19 AM
I have Server on one side that can be accessed from browser by typing ip 192.168.105.177 ,,,, so there is no vi on server side and I WANT ACCESS THIS SERVER FROM A VI IN OTHER SIDE. what should I do ?