View Single Post
  #24   Spotlight this post!  
Unread 22-01-2014, 23:22
Alan Anderson's Avatar
Alan Anderson Alan Anderson is offline
Software Architect
FRC #0045 (TechnoKats)
Team Role: Mentor
 
Join Date: Feb 2004
Rookie Year: 2004
Location: Kokomo, Indiana
Posts: 9,113
Alan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond repute
Re: New Programming Core needs help with simple motor control

Quote:
Originally Posted by bharrison6 View Post
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.
Reply With Quote