| | MindStorms Bop It
|
|
Hello fellow LEGO maniacs. My latest MindStorms "robot" is rather unusual. It has only ONE wheel, NO motors, two touch sensors, one light sensors, and a bunch of rubberbands. What is that?! It's a MindStorms version of the popular Parker Brothers (...) (25 years ago, 18-Mar-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | updated nqc-doc rpms
|
|
I've updated the nqc-doc rpms at(URL) to include the PDF versions of the documentation. Also, this rpm now places its docs alongside that from the main nqc package, in /usr/doc/nqc-[version]. I've also GnuPG signed all the rpms I'm distributing. (...) (25 years ago, 18-Mar-00, to lugnet.robotics.rcx.nqc, lugnet.robotics)
|
|
| | NQC/RcxCC
|
|
Thanks to everyone who suggested that I use NQC for programming, I now have a copy of RcxCC installed, and programming in it is easier than in the lego graphic interface (as long as you remember the ;'s) The coal unloader program is done (it took (...) (25 years ago, 18-Mar-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: RcxCC version 3.1 availble
|
|
(...) Dean (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.nqc)
|
|
| | RcxCC version 3.1 availble
|
|
I just put version 3.1 of RcxCC on my web page. The only change is that it uses NQC version 2.1r1. Mark Overmars (URL) (25 years ago, 6-Mar-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: asm in NQC.
|
|
(...) You don't really need asm to do this. Due to a side-effect of how the bytecodes are implemented, you can set the slope value simply by adding it to the 'mode' parameter... // use a slope of 10 for light sensor on port 1 SetSensorType(SENSOR_1, (...) (25 years ago, 2-Mar-00, to lugnet.robotics.rcx.nqc)
|
|
| | asm in NQC.
|
|
All, I have tried various ways to put asembly in my NQC programs. I have copied stuff from the header files but it does not work. I would like to use the slope parameter of the SetSensorMode opcode, but NCQ does not support this. That is why I need (...) (25 years ago, 1-Mar-00, to lugnet.robotics.rcx.nqc)
|
|
| | 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)
|
|
| | Re: NQC troubles
|
|
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 (...) (25 years ago, 1-Mar-00, to lugnet.robotics.rcx.nqc)
|
|
| | 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)
|
|
| | NQC troubles
|
|
Hi, I am pretty new to the lego robotics thing (but I have been a lego maniac since birth), and have had a lot of fun tinkering with the mindstorms set that I got for Christmas. I have recently downloaded Nqc and RCX command center. While working on (...) (25 years ago, 29-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | J.Knudsen's 2nd NQC article online
|
|
havn't seen this mentioned yet, so here ya' go (hope nobody minds): (URL) MindStorms: Programming with NQC by Jonathan Knudsen 02/25/2000 In the second column in his series on Lego MindStorms robots, O'Reilly & Associates author Jonathan Knudsen (...) (25 years ago, 29-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Having trouble with -D option
|
|
It works fine in 2.1, as promised. Thanks Dave! -- Mark Haye, haye (at) us (dot) ibm (dot) com IBM TSM Server Development, Tucson, AZ Dave Baum <dbaum@spambgoneenteract.com> wrote in message news:dbaum-1DBD80.21...net.com... (...) ... (25 years ago, 24-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Can't download
|
|
(...) What operating system are you using? Another user mentioned a problem using NQC under IRIX, and the fix was to change the open() call in PSerial_unix::Open() (file platform/PSerial_unix.cpp): from if ((fTerm = open(name, O_RDWR)) < 0) { to if (...) (25 years ago, 23-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Can't download
|
|
Hello I've downloaded 2.1r1 src and rpm and 2.0.2 src. No matter which version I use, the results are the same: # nqc -d melody.ncq Downloading Program: Nothing else happens. I've tried specifying the port, but the result is the same. I've also (...) (25 years ago, 22-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: NQC RCXLib bug & wish
|
|
(...) I didn't realize that kRCX_Message packets wouldn't survive toggling the duplicate reduction bit. I'll fix this in the source. Actually, I think rather than hard-coding the decision with kRCX_Message, I'll make it dependent on whether retries (...) (25 years ago, 22-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: datalog viewer in RcxCC
|
|
(...) Typo - I meant that RcxCC uses different code than NQC, so a bug in RcxCC wouldn't necessarily indicate a bug in NQC for datalog listing. (...) From the thread I noticed you're using WinCE - sorry can't help you much there. Dave (25 years ago, 22-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: datalog viewer in RcxCC
|
|
(...) Huh. It must be some silliness with Wince. I'm not familiar enough with the platform to help you beyond here.... :( (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | NQC RCXLib bug & wish
|
|
Hi! (especially Dave) While trying to get a working communication channel between the PC and the RCX with the original firmware, I discovered a bug in RCXLib: in RCX_Link, BuildTxData, the 3rd bit in the command code is toggled when sending the same (...) (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
|
|
| | Re: datalog viewer in RcxCC
|
|
Matthew Miller wrote in message ... (...) Here's what I got: \windows>echo "blah" > test.txt "blah" > test.txt \windows>type test.txt Can't open the file \windows> Looks like it worked - but the file wasn't created (I couldn't find it using Explorer (...) (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
|