So I am a little confused how to create a custom dashboard. I want to take our motor output values and publish them to the dashboard. How would I accomplish this? Thanks for the help
I would like to know how to get a camera on the custom Dash so I could see one camera for example that looks to the back of the bot on left of the dash and then a camera looking at the front of the bot on the right of the dash! If you have any info I would love it thanks!
The LabVIEW custom dashboard template is located in the Getting Started window. The initial code is identical to the default dashboard and typical customizations are to add indicators or controls to the custom tab.
It is possible to add another image display, but that also requires pretty big changes to add an additional image loop and some modifications to the robot and dashboard camera code so they can use unique TCP ports.
Greg McKaskle