| | Re: NQC Code Dave Baum
| | | (...) I'm going from memory here - sorry if I goof something up.... There are three timers (0, 1, and 2). They are free running at 10Hz (100ms per tick). They do not run while the RCX is "off", but they do retain their count. You can clear a timer (...) (26 years ago, 3-Dec-98, to lugnet.robotics)
| | | | | | | | Re: NQC Code John Donaldson
| | | | | Dave, Sorry for not getting back sooner. Been out of town. Anyway, thanks for the reply. This is what I am looking for. I am going to combine this wirh another routine. Basicly 1. Right Touch Sensor hits object. RCount += 1; IF RCount >= 2 { RCount (...) (26 years ago, 9-Dec-98, to lugnet.robotics)
| | | | | | |