I’m trying to send data from the Labview driver station to a cRIO running on Java. I’ve found that my options are Network Tables or TCP. I’m trying to do Network Tables, but can’t seem to figure out how exactly to do it, especially on the Labview side. Does anybody have any advice or suggestions on this? Thanks a lot.
Hey, check out this post I put on my image processing walkthru.
That posts a few doubles to the ST networktable under each of their respective labels, from x1, y1 to x4, y4 and the range.
If you modify the LabVIEW Dashboard project you can make use of the Network Tables “SmartDashboard” with just about zero effort. Just place a control or indicator on the front panel, and don’t wire it to anything. It’ll automatically become a SmartDashboard variable, having its value shared with the cRIO’s program.
Thanks so much!