| | program wont stop running
|
|
O.k., I've never had this happen before, and don't know why it's doing it now. A program as simple as: task main() { SetPower(OUT_A,7); OnFwd(OUT_A); } won't stop running after i hit the "Run" button on the rcx (1.5). Also, the little person in the (...) (24 years ago, 6-Apr-01, to lugnet.robotics, lugnet.robotics.rcx.nqc)
|
|
| | Re: program wont stop running
|
|
(...) Sounds to me the program has indeed stopped. It's just the motor that's still on. --k (24 years ago, 7-Apr-01, to lugnet.robotics)
|
|
| | Re: program wont stop running
|
|
(...) Well, I think this is doing exactly what I'd expect...here is the sequence of events: * You press the RUN button. * The little man starts running. * About a thousandth of a second later, it sets the power level to 7 * About a thousandth of a (...) (24 years ago, 7-Apr-01, to lugnet.robotics)
|
|
| | Re: program wont stop running
|
|
(...) The program has stopped running. It stops as soon as it starts... You just need to STOP the motor when your done. Otherwise it just stays on... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 7-Apr-01, to lugnet.robotics, lugnet.robotics.rcx.nqc)
|
|
| | Re: program wont stop running
|
|
(...) If the person stops running, then that means the program has stopped. The "Run" button stops a program and turns off the motors. However, when a program finished normally (with nothing more to do), the motors are left in whatever state the (...) (24 years ago, 8-Apr-01, to lugnet.robotics, lugnet.robotics.rcx.nqc)
|