View Full Version : Robot in Java, Dashboard in Labview?
Pirate King
18-02-2013, 12:21
Would i be able to have my robot programmed in Java, which it already is, but program my dashboard in LabView since it's easier?
BradAMiller
18-02-2013, 21:24
Absolutely.
There is a LabVIEW implementation of NetworkTables built into the FRC libraries that you can use either on a robot program or on your dashboard. In fact, you can view NetworkTable values with the default LabVIEW dashboard.
Use it to communicate between your LabVIEW dashboard and the robot program. For some examples of robot to Java program communications you can look here:
http://wpilib.screenstepslive.com/s/3120/m/7912/l/80205-writing-a-simple-networktables-program-in-c-and-java-with-a-java-client-pc-side
In your case the laptop side is the LabVIEW dashboard instead of the Java program shown in this example.
Brad
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.