|
|
| Create a program in Investigator that can run two tasks at the same time. |
| (6 ) |
100%
0%
|
1. The first task acquires light sensor data every 2 seconds while Motor A runs at half speed until the touch sensor is pushed in. Then Motor A shuts off and the data collection stops.
2. The second task turns on Lamp C at low power and increases the power level every 2 seconds. Lamp C turns off after it has been at full power for 5 seconds.
Solution below:
The beginning of the program:

Task one:

Task two:


ses
|