Log in

View Full Version : Sending Variable From Dashboard/Offboard App


Cecil
29-01-2012, 13:40
We are going to try to offload our vision code to relieve some stress on the cRIO (getting the all too familiar "Robot Drive not running fast enough" error already). We have our application set how we want it to be, but I can't figure out how to send that last variable (the target info) back to the robot where we can call it from there. Is it possible to send just that back to the robot? Or does it have to go even further than that?

Alan Anderson
29-01-2012, 18:06
Sending data via UDP from the Dashboard to the Robot is simple.

http://www.chiefdelphi.com/forums/showthread.php?t=97034

Cecil
30-01-2012, 01:09
Thanks, I'll have to look into that UDP send and receive code...