|
Data from Dashboard to Driver's Station?
Hello -
I'm looking to add some numerical inputs on the Dashboard to allow the team to test some different angles and motor outputs without having to redeploy/re-enable code every time.
I cracked open our Dashboard, and created a Shared Variable, which receives the bundled numerical data entered, and sends it to the Shared Variable "Testing Values". Then, within Pereodic Tasks.vi, I'm going to throw in a Read Shared Variable, unbundle the data, and wire the numerical data to it's intended destination, all within a case structure which only activates on the press of a button.
My question is will this work? Am I using Variables correctly here?
Thanks.
|