|
Re: Using a (Logitech) Controller?
You start the run from RobotMain because it's at the top of the calling tree and starts everything else, so for instance, Begin.vi gets called to open all your devices before Teleop gets called to handle your driver controls.
Then you switch to the Teleop front panel to watch the indicators you added.
You should be running both LabVIEW and the Driver Station from the same laptop, same account.
Don't switch accounts or anything like that.
It is also possible to run the Driver Station on a separate computer and the LabVIEW from a programming laptop. You just have to make sure the IPs don't conflict, e.g., the Driver Station computer is 10.37.53.5, and the programming computer is 10.37.35.6
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 10-01-2013 at 12:21.
|