LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to view UIRs using datasocket from remote PC. How can I do it?

Hi,
Our PCs are located in the plant and we work in development area. I would like to see live UIR using datasocket from remote PC (my PC). we are on same LAN. Please guide me how can I do this?
Thanks in advance.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 2
(2,869 Views)
Sheetal,
There are several DataSocket examples that come with CVI that you can run on both PCs across LAN. Look in the folder \samples\datasocket and you'll find over 15 projects ready to run.
I recommend running the Reader.prj and the Writer.prj.
You can run the Writer.prj on your machine, where you need to have the DataSocket Server Manager installed and running. Make sure that you Connect (Auto Update) before running the Reader. Once your Writer is running and connected, go ahead and run the Reader on the remote PC. Make sure you Connect (Auto Update) to the computer where the Writer is running. For example, "dstp://pcInPlantArea/wave", where wave is the item being published, in this case an array of numbers. Once both connections are made, you'll se
e a graph being continously updated (live) with the new data the Writer is publishing. Simple enough.

Hopefully you'll find it as simple as it sounds.

Regards,

Azucena Perez
National Instruments
0 Kudos
Message 2 of 2
(2,869 Views)