| | Re: Need help with my program
|
|
(...) Oops I forgot the code. Here it is. #define RUNTIME 100 #define REVERSTIME 30 #define TURNTIME 100 #define BUMPTURNTIME 100 #define STOPTIME 25 int lastlevel; // STARTUP TASK task main() { SetSensor(SENSOR_1,S...OR_TOUCH); (...) (24 years ago, 8-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Need help with my program
|
|
(...) Why don't you post the code here? That'll help us help you! (24 years ago, 8-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | Need help with my program
|
|
I just started with NQC and attempted to make a light-seeking program. It is supposed to go forward for a wile and them stop and then turn a little, check the light level, turn again, check again and keep doing it until it gets darker then the last (...) (24 years ago, 8-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Arrays not working
|
|
(...) MacNQC 2.2a3 predates array support. MacNQC 2.2a3 uses NQC compiler 2.2a2, and arrays were added at NQC 2.2b1. You can find out what version of compiler is being used in the "About..." box. In theory the fix is simple...just release MacNQC (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | Arrays not working
|
|
I'm trying to define an array with MacNQC 2.2a3, but this: int foo[10]; produces this error: Error: parse error untitled line 1 int foo[10]; ~ (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: light sensor LED control
|
|
(...) The LED is on whenever you configure the sensor port to be an "active" port (ROTATION or LIGHT sensor type). You can turn off the LED by setting the port's type to one of the passive types (TOUCH, TEMPERATURE). Actually, you can get reasonable (...) (24 years ago, 5-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | light sensor LED control
|
|
I'm using NQC 2.2 (but I also had the problem with 2.1) to compile programs for my RCX. I don't see how to control whether the LED in the light sensor is on or off. Doing a SetSensor didn't do it...I had to run an old program from Gordon's Brick (...) (24 years ago, 4-Aug-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Military (was Seeking Programming Assistance)
|
|
Whatever your viewpoint (I certainly have mine), this is completely off-topic here. Please move this to the .off-topic.debate group. (24 years ago, 19-Jul-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Seeking Programming Assistance
|
|
Pavel, I'm very glad they are using something which is fast and easily adapted. The United States military includes some of the finest people in the world. I'm might proud to support them. Way to go, folks! Regards to all vets and current U.S. (...) (24 years ago, 19-Jul-00, to lugnet.robotics.rcx.nqc)
|
|
| | prg file converter
|
|
Hello all, I have some .prg files, compatible with the Lego Mindstorm software that I would like to convert to NQC compatible files, is it possible?? Thanks, Jim (24 years ago, 18-Jul-00, to lugnet.robotics.rcx.nqc)
|