Search found 1 match
- 14 Oct 2010, 10:17
- Forum: Mindstorms Software
- Topic: When Off Doesn't Stop the Motor
- Replies: 10
- Views: 10662
When Off Doesn't Stop the Motor
Is this an NXC bug or have I completely missed the boat? A couple of days ago I ran into a problem that caused me some grief for an hour before I isolated the problem and devised a workaround. The problem can be illustrated by the following NXC code fragment: 100 OnFwd(OUT_A,30); 101 Wait(2000); 102...