To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.nqcOpen lugnet.robotics.rcx.nqc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / NQC / 486 (-20)
  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)
 
  NQC examples?
 
I'm thinking of putting together a package (RPM, tar.gz) containing sample NQC code. It'd probably be designed to be released under either the GPL or MPL. I know there's some stuff on Dave's website already; would the authors of that code like to (...) (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc, lugnet.robotics)
 
  Re: datalog viewer in RcxCC
 
(...) Not really. It should just go. Does this: echo "blah" > test.txt work? (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: datalog viewer in RcxCC
 
Matthew Miller wrote in message ... (...) room). (...) in (...) Is there a DOS switch or something I should be looking for to enable file writing? Iain -- tokama (URL) UIN 5362826 AIM Linjerflyg h e n d r y j r AT o x f o r d DOT n e t (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: datalog viewer in RcxCC
 
(...) That's pretty cool. I didn't know there was a Wince port. In any case, if you're doing > redirection and getting an error about the file you're redirecting to, the issue isn't with NQC but rather something in your shell. Probably access (...) (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: datalog viewer in RcxCC
 
Matthew Miller wrote in message ... (...) No idea. I'm using a shell program running under WindowsCE on my HP 320LX. (VERY handy being able to write code while siting on the floor in my room). Iain (25 years ago, 21-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: datalog viewer in RcxCC
 
(...) Do you have write permission to the directory you're in? (25 years ago, 20-Feb-00, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR