Quote:
Originally Posted by BLAQmx
Once you are connected to your NXT (you should see your NXT's name in the bottom left-hand corner of the block diagram and front panel windows) you can either press the Run, Deploy, or Debug button. All of these will compile you code and automatically download the RXE file to the brick. The functional difference between these 3 buttons is as follows.
Run: Compiles, downloads, and immediately begins running the program.
Deploy: Compiles and downloads the program.
Debug: Compiles, downloads, and immediately begins running the program. The front panel window for the VI goes into a run state and Front Panel controls and indicators can be used to interact with the program running on the brick.
|
Okay thank you (finally found the quotes!) now could you... recommend (?) any programming methods for this year? (ie. conditions, loops, nxt usage)
And the template installed w/ LV is the template that we should be using, right?