Hi all. We want to use the SmartDashboard. We have several laptops that we use for programming or driver stations. We are using the Java version. We aren’t using SFX.
We have modified the command line in all of the computers, and so we got something on all of them. We also added a connection indicator, and it’s green on all of them.
That’s where the similarities end. From one computer, everything works. On a different computer, nothing is ever displayed. On another, it will display values, but it won’t update and save preferences.
When we say SmartDashboard.putNumber(“SomeNewKey”,newvalue), what I expect to happen is that a textbox magically appears on the SmartDashboard with a label of “SomeNewKey”, and newvalue in the text box. That works, on the machine I am currently typing on, but none of the others.
All of this seems to add up to a configuration problem of some sort, but I don’t know what’s configurable. All of the computers communicate via wifi, and wifi is set to use DHCP. They all have up to date driver stations, updated using the National Instruments update to the current competition software. They all have Eclipse installed, and all the same versions.
Is there something else to configure?