Subject:
|
Re: NQC troubles
|
Newsgroups:
|
lugnet.robotics.rcx.nqc
|
Date:
|
Wed, 1 Mar 2000 14:00:24 GMT
|
Viewed:
|
2011 times
|
| |
| |
Thanks for your help. I was also wondering if there is a way to have the motor
turn off at any time in the program when the touch sensor is pushed, rather
than having to re type the until statements a bunch of times. would I have to
use a task for this?
Rob
|
|
Message has 1 Reply: | | Re: NQC troubles
|
| Rob, You could set up a seperate task to watch the switch and turn off the moter. This task will run seperatly from the main task. John C. Quillan (...) (25 years ago, 1-Mar-00, to lugnet.robotics.rcx.nqc)
|
Message is in Reply To:
| | Re: NQC troubles
|
| (...) Hi. The problem is that the if statement doesn't wait -- it just checks once, and if it fails, goes right past. So, if you have the switch pushed down right at the beginning, it'll work. Try this: OnFwd(OUT_A); until (SENSOR_1 ==1); (...) (25 years ago, 29-Feb-00, to lugnet.robotics.rcx.nqc)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|