1.3.2 cim project for conveyor belt using two line followers and two flashlights

I am using two line followers and two flashlights to move parts from one line sensor to the other and on but they need to have a 10 second stop once they reach both sensors.

Looks like you are using legacy Cortex and need to employ timers.

Please, tell if these Timer examples are helpful, and if not give us more details of what you are trying to do and if you already have any ideas or code written down.

http://cdn.robotc.net/pdfs/natural-language/hp_timers.pdf

http://cdn.robotc.net/pdfs/vex/curriculum/Radio%20Control%20-%20Timers.pdf

http://www.robotc.net/tutor/Cortex/cortex.php?platform=Cortex&unit=vexnetremotecontrol&lesson=2

1 Like

If it is a “if part at both sensors then wait” problem, you could just add a else if statement. Not sure if what you are asking though