|
Re: Dashboard in LabVIEW
Checkboxes (i.e. controls) work fine to send information to the robot by clicking on them manually. Indicators work fine to receive information from the robot.
We were reading the keyboard in the Dashboard program and sending a status flag back to the robot. Our tests had the desired keypress controlling a boolean indicator on the front panel, but the robot wasn't reading it. I suppose we should have used a simple Smart Dashboard write function, but we were in the mindset of using unconnected controls and didn't think it through.
|