edit: where do we put the program in?
the help here is awesome!
where do we find “Button 1”
On the Attack3 Joystick it would be the trigger.
**
ok, I’ve found it.
Now where do I put this new program under? (begin? teleop? robot main?)
http://www.chiefdelphi.com/forums/attachment.php?attachmentid=8478&d=1265156994
we use this program for the relay control and we put it under “robot main” and it doesn’t seem to work
Everything you want to happen during teleoperated mode goes in the Teleop vi.
All of the “Open” functions should be done once as initialization, and they go in the Begin vi. The associated “Close” functions go in the Finish vi.