|
Re: adding controls to the dashboard
You don't have to build and deploy the code every time. When you're doing development, you can just "run" the Robot Main vi. If you do that, you have the vi front panels available to you on your development computer. Make your scaling factors LabVIEW controls and you'll be able to tweak them as much as you want while the program is running.
When you have the values you want, you can either replace the controls with constants or use the controls' popup menu to set the current value as the default.
|