New Activity
Play Crossword Puzzle
1 Can be accessed by right clicking
2 Program to configure what is connected to the robot.
3 Allows you to write codes if something is true, or false.
4 Loops the program in the box x amount of times, or until something happens
5 A graphical programming language.
6 If there are any problems with your code, the Run button at the top will appear as a broken arrow. If this is clicked, a list of errors will appear in a new window.
7 Color of wire that passes a numeric value.
8 This button compiles the code and sends it to the NXT Brick, but does not run the program.
9 This button compiles the code, sends it to the NXT Brick, and runs the code on the NXT immediately while maintaining the connection between the brick and the computer throughout the execution of the program. When using controls on the front panel to control a robot, Debug Mode must be used.
10 Color of wire that passes a boolean value.
11 Type of wire that passes an Array of Values
12 Color of wire that passes an integer value
13 Connects most things on LabView together.
14 Color of wire that passes a string value.
15 This button compiles the code, sends it to the NXT Brick, and runs the code on the NXT immediately, but does not maintain the connection between the brick and the computer while the code is executing.
13
14
2
3
15
4
10
8
1
5
11
6
9
12
7