PDA

View Full Version : Networking with Labview


timbo
06-02-2008, 12:46 PM
Im trying to get labview to send position data to an object in vizard however Im not sure how I can get it to pass the information. It would seem that I could add a network then send the position data, but the position of the object will be changing. Do you have any suggestions?

farshizzo
06-02-2008, 08:09 PM
I'm not familiar with LabView. Does it support opening a UDP socket and outputing packets? If so, then it is simple to read the data from the socket within Python. There are a few posts on the forum describing how to manually read from a socket, like this one, http://www.worldviz.com/forum/showthread.php?t=1126

mhead10
04-04-2012, 06:07 AM
Timbo,

Did you find a solution? I'm interested in doing something quite similar.

Thanks!