Icons & Hints | Examples |
Output A Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output B Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output C Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output D Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output E Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output F Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output G Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Output H Hints: This is an output modifier for the Control Lab interface. String it onto motors, lamps, etc. that are connected to the Control Lab board. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Input 1 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 2 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 3 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 4 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 5 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 6 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 7 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Input 8 Hints: This is an input modifier for the Control Lab interface. String it onto sensors, etc. that are connected to the Control Lab board. | This piece of code would turn on motor D and wait until a touch sensor connected to port 5 was pushed. Then motor D would turn off. |
Value of port 1 Hints: This is an input value modifier. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 2 Hints: This is an input value modifier. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 3 Hints: This is an input value modifier. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 4 Hints: This is an input value modifier for the Control Lab interface. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 5 Hints: This is an input value modifier for the Control Lab interface. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 6 Hints: This is an input value modifier for the Control Lab interface. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 7 Hints: This is an input value modifier for the Control Lab interface. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Value of port 8 Hints: This is an input value modifier for the Control Lab interface. String it onto containers, events, etc. | This piece of code would turn on motor D, wait until the reading on the light sensor on port 7 increased by 5, then turn off motor D. Then it would take the light sensor reading from port 7 and put it in a container. |
Begin Control Lab Interface Hints: ALWAYS use this to begin a Control Lab program when not in direct mode. You need to string in a number that corresponds to the computer port the Control Lab interface is connected to. | This piece of code would turn on motors connected to all 8 outputs for 2 seconds, and then turn them off. |
Begin Direct Mode Hints: ALWAYS use this to begin a direct mode Control Lab program. You need to string in a number that corresponds to the computer port the Control Lab interface is connected to. | This piece of code would display the value of port 4 on the control panel. |
End Direct Mode Hints: ALWAYS use this to end a direct mode Control Lab program. Each task will need its own End icon. | This piece of code would display the value of port 4 on the control panel |
Poll Interface Box Hints: Use this to read a value during direct mode while using the Control Lab interface. | This piece of code would display the value of port 4 on the control panel |