Log in

View Full Version : Sending Data from Driver Station to cRIO


2508
13-02-2012, 21:19
I am trying to send data from a VI running on our driver station computer to the Robot Main.vi. I can send data the other way by feeding it into the Dashboard Data VI, but I don't know how to go the other way around. Is there a simple and efficient way to do this?

Greg McKaskle
13-02-2012, 22:08
You can model it after the other dashboard code and use UDP. You could use TCP instead. You could try out the network table implementation in LV available on FirstForge.

Greg Mckaskle