Search found 1 match
- 06 Oct 2015, 11:26
- Forum: Mindstorms Software
- Topic: Possible to use Wait block to stop loop in My Block?
- Replies: 0
- Views: 86173
Possible to use Wait block to stop loop in My Block?
I've built a My Block that loops runs motors via a Move Tank block. I would like to be able to stop the block based on an external event (such as Ultrasound proximity, or light intensity, etc). At present, I spawn off a parallel loop, look for the condition, then break the loop in the My Block and t...