Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   NI LabVIEW (http://www.chiefdelphi.com/forums/forumdisplay.php?f=182)
-   -   Custom Dashboard (http://www.chiefdelphi.com/forums/showthread.php?t=134586)

TylerStaudigel 14-02-2015 14:02

Custom Dashboard
 
My team and I are wanting to create a custom dashboard to use with our robot this year and were wondering which tab we needed to add the indicators to. Also there are two large loops in the block diagram. are we to pace any code in there or should we place it outside the loops. We are using labview.

Alan Anderson 15-02-2015 13:21

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.


All times are GMT -5. The time now is 10:21.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi