Quote:
|
Originally Posted by Adrien
Thanks for those videos Danny. I can't wait for the next edition.
Question:
Is there any way to receive other data from the Dashboard port on the OI into the Labview Dashboard? Like, can I get my own variables? For instance, I have an int in my user_routines.c file that counts how many balls we have queued up to shoot. Can I read that variable into the Labview Dashboard and have an indicator showing me that number? I really hope this is possible. I've looked through the block diagrams and they make sense for the most part.
|
In your code, set one of the User_Byte variables to your count. Or use an unconnected PWM. Then make your display in the appropriate block diagram.