Quote:
Originally Posted by bharrison6
I have tried both run and run continuously for the simple motor control. As for the Robot Main.vi I have not ran the code within Labview. The reason is because I can not run the code within labview and open up the driver station at the same time.
|
Teams run LabVIEW and the Driver Station simultaneously all the time. What's keeping you from doing it?
Quote:
|
I therefore compiled the code deployed the code to the robot to run on start up and then open the driver station.
|
If you're trying to run the Simple Motor Control example, you
must run it interactively. You have to be able to change the front panel control while it is executing in order to change the value being sent to the motor.
If you're doing a Compile followed by a Run as Startup, then you're not running the example. You're running Robot Main, which calls all the other Team Code.