Log in

View Full Version : Getting non-IO data from DS to cRio


Jon236
17-01-2012, 20:16
There is a tutorial at the NI site which shows how you can do the image processing on the Classmate. I then want to send the Targeting Info cluster back to the cRio. Can someone explain how to do that? I know in Java, you can write this info into the Network Table, but how do we do it in Labview?

Greg McKaskle
17-01-2012, 22:29
The network tables just send TCP updates, so those same ports can be used for other communications.

And if I can find the time, I hope to put up a LV version of Network Tables before too long.

Greg McKaskle