![]() |
Labview FRC Custom Dashboard Problem
3 Attachment(s)
I was going about creating a custom dashboard for our team, since we are using several sensors on our robot this year. I was running low on space, and needed it to fit our larger laptop's screen better, so I changed the VI's window dimensions (within VI properties).
Image 1: shows what the dashboard should look like, when in full screen mode on the driving computer. Attachment 20236 Image 2: shows what it looks like when launched (you will notice the entire left-hand pane is missing). Attachment 20237 Image 3: shows the window stretched across my two monitors, only then can you actually see the tabbed pane. Attachment 20238 The Dashboard has never been easy to customize (one possible reason for switching to Java), but I have to work with it this year. Does anyone have recommendations on what I can do to resolve this issue? And suggestions or tips to keep in mind when making changes to the dashboard? Thanks. |
Re: Labview FRC Custom Dashboard Problem
1 Attachment(s)
On the driver station, there is a setting for picking the language used by the dashboard. What program is it set to? Attached is a photo is where the configuration is found on the driver station.
|
Re: Labview FRC Custom Dashboard Problem
Quote:
|
Re: Labview FRC Custom Dashboard Problem
At the bottom of the Dashboard Main block diagram you will see an icon labeled DB Adjust.
If you want you can Disable that, and exercise manual control over everything, or you can play with the settings inside. Look inside and you see where the screen size is set. Check out the sizing refnums too. Those are used to resize panels. Property nodes are in use there as well. |
Re: Labview FRC Custom Dashboard Problem
Quote:
|
Re: Labview FRC Custom Dashboard Problem
1 Attachment(s)
Programming palette -> Structures -> Diagram Disable
This will leave the Dashboard with a normal window border and it can be dragged about, minimized, etc. It won't fit nicely on a Classmate-size screen with the borders active though. Eventually you might want to explore how to get it to automatically resize to fit whatever screen you run on. |
Re: Labview FRC Custom Dashboard Problem
Quote:
|
Re: Labview FRC Custom Dashboard Problem
The diagram disable definitely does affect the program functionality, ... by disabling the execution of the code within it. It is similar to deleting the code.
The dashboard has lots of functionality and is shipped as source code. We've discussed making a simple dashboard template, but have thus far decided to keep the default one open and modifiable. Feedback about how this could be better documented or implemented is welcome. Greg McKaskle |
Re: Labview FRC Custom Dashboard Problem
Quote:
A simple dashboard would be great to have. Might consider using popup VIs rather than the tab control to contain functionality such as the checklist, commands, and variable front panels to their respective code. Trying to work around all of this code was very difficult. I would love to keep the auto-resizing in there, but it caused too much grief, so I removed that. |
| All times are GMT -5. The time now is 04:00. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi