|
|
| My container function in ROBOLAB is not working. |
Make sure the correct containers are being referenced in the program.
The program below does not work because the temperature sensor data is being put into the red container, but the program is waiting for the yellow container to equal 55 or greater. Container commands default to the red container if no other container is specified.

Changing the temperature container to yellow or wiring the red container to the 'wait for' container will allow the program to run properly.

ses
|