I have searched for this and I must be using the wrong search terms because I can’t find anything helpful. I would like to display data to the driver in the form of an LED notifying the driver of the status of some boolean value in a sub VI. Anyone know how this is done or where I can find information about this?
Three ways to accomplish that:
- Use the Dashboard as a virtual LED. It already has examples of that.
- Use the Cypress First Touch connected to the Driver Station PC to power a physical LED (WPI Robotics Library->Driver Station->Compatibility IO->Set Dig Out
) 1. Use the Driver Station application I/O tab to see the virtual LED associated with the Cypress.
Cudos for searching first.
It’s understandable that the information might be hard to search for when you don’t know the custom terms we use for it.
I don’t think he means a physical LED, just one on the driver station. You’ll have to send data back and forth from the DS. There should be labview examples provided for doing this. I will look it up for you right now.
Have you created a dashboard project and tried to step through the code and see how it works? You’ll basically need to attach the data to the dashboard sending vi’s in your robot code and pull them out of the array in your dashboard project. Take a look at Tutorial 6- Creating a Custom Dashboard.