|
Re: Custom Dashboard
If you put unwired indicators in the Custom or Basic tab, they will be connected automatically as SmartDashboard variables. Anywhere outside those tabs will require you to wire something to set their values explicitly.
LabVIEW code placed outside the loops will run once when the Dashboard starts. If you want it to run repeatedly, put it inside a loop. Depending on exactly what it's doing, you might find it reasonable to put it in the True case of the top loop, or you might create another loop just for your code.
|