View Single Post
  #1   Spotlight this post!  
Unread 11-04-2012, 20:26
duffany1 duffany1 is offline
Registered User
AKA: Brandon
FRC #0195 (The Cyberknights)
Team Role: Alumni
 
Join Date: Jan 2011
Rookie Year: 2006
Location: Southington, CT
Posts: 17
duffany1 is an unknown quantity at this point
Sending Data from Custom Dashboard

I'm sure this question has been asked about a million times but ...

Our team programmed our own custom dashboard using LabVIEW, basically it just has two camera displays for the two Axis cameras on our robot.

However, I want to add a bunch of boolean switches and some numeric inputs to our dashboard so that we can select which autonomous program we want to run, set a delay for the robot's autonomous mode, etc. This means that I will have to send data to the cRIO from the dashboard.

I know it's probably possible to do this with a UDP connection. However, I'm wondering if there's an easier way to do it, because I recall seeing some boolean switches on the default dashboard that is provided every year, and I'm wondering if I can do it in a similar manner. I also saw that there was an FRC dashboard tutorial but that seemed to pertain only to getting data from the robot, as opposed to sending data to the robot, which is what I hope to accomplish.

In any case, how do I go about doing this?

In case anyone is wondering, we always went about accomplishing this sort of thing by means of a shoddy switchbox on our robot, and if we wanted a delay in the autonomous program --- forget it, we'd have to redeploy the code in the heat of competition.
Reply With Quote