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 / 1096 (-20)
  Visual NQC 2001 final version
 
CHECK THIS OUT!! The final version of Visual NQC 2001 is available now on (URL) this moment only the English version is available for download but the Dutch and German versions will come soon. For more information about new features see News on the (...) (23 years ago, 23-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Hmmm, it seems to be correctly passing -TRCX2 on the command line in my testing. I haven't actually tested with a brick containing the RCX2 firmware, but when I put an RCX2-only command in a program it compiles fine when I've selected RCX2 but (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) With the amount of work you have put in on this it should be I who apologizes for pestering you. I tried the most recent version. It is correctly finding the nqc compiler now. Unfortunately it doesn't appear to be passing the correct command (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Whoops. I was assuming that since Mark's version put NQC in the same directory as RcxCC everyone was using the NQC in the same directory. I hadn't tried it differently myself. So in one of my past revisions I stuck a path on the front of the (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Hi John, I just downloaded the 'latest' version, RcxCC.exe is timestamped 4/16/01 5:23pm. It looks like this version, like the one immediatly before it, requires that nqc.exe is in the same directory as rcxcc.exe. With previous versions of (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Dean, I may have broken something in RcxCC related to running NQC. I'll take out the code I put in that pops up that error message and, with any luck, things will be back to normal. The odd thing is I can't figure out the conditions that make (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
I feel pretty stupid asking this question, but I can't seem to solve the problem myself. When I try to compile a program using John's RcxCC tool I keep getting the message: Unable to execute NQC. Check your installation. I'm running Windows 98. To (...) (23 years ago, 21-Apr-01, to lugnet.robotics.rcx.nqc)
 
  NQC and Fixed Point Values
 
My recent project, with NQC, has started to demand calculations with fractional numbers. In an effort to do this, I have quickly come to know the sorted world of floating points, BCDs, 1 – 2 s complement etc. I realize the only way to go about all (...) (23 years ago, 18-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Electrical Data Link between 2 RCXs
 
It's me again with some improvements for an "Electrical Data Link between 2 RCX". In the current version I changed the default condition of the link to "high" (in the transmitter: OFF(OUT_B)) so that the receiver has a 1 at its sensor input. So, you (...) (23 years ago, 17-Apr-01, to lugnet.robotics.rcx.nqc)
 
  RE: New RcxCC revision posted
 
Hi, Ok, so, I got home, downloaded the .zip, installed it on my "LegoStation" (a 486 with RCX2 on COM2 and CyberMaster on COM3) over the last version. I think this was the "3.2 May 16th" Version. Started up, defined the window sizes and positions (...) (23 years ago, 17-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: New RcxCC revision posted
 
(...) Be sure to use the most recent version to test the startup options. I tested it the other day and it seemed slightly broken but the last round of fixes which I uploaded on Saturday may have fixed the problems. I'll be doing some more testing (...) (23 years ago, 16-Apr-01, to lugnet.robotics.rcx.nqc)
 
  RE: New RcxCC revision posted
 
(...) As I said earlier, I use this kind of setup. These options seam perfect, thanks John. I'll test it, when I get back home and post my findings. mc. (23 years ago, 16-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: New RcxCC revision posted
 
(...) You can select text and indent it with Ctrl+Shift+I and unindent it with Ctrl+Shift+U. These keystrokes are configurable in the Preferences dialog. Look for ecBlockIndent and ecBlockUnindent. Scanning through the list of editor commands might (...) (23 years ago, 14-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Fast data acquistion on PC from RCX ?
 
I want to do fast data acquistion (100 samples/second) continuously with the RCX and transport the data in realtime to a PC. I'm building a oscilloscope to monitor sensors and globals variables on the PC, a bit like "Mr. Sensor Program" (URL) was (...) (23 years ago, 14-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: New RcxCC revision posted
 
(...) Well I'm glad you apologized. :) I just finished downloading and testing your previous version only to find that there is even a newer one. I really like the new editing features BTW. The multilevel undo and the line numbers are a great (...) (23 years ago, 14-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: New RcxCC revision posted
 
(...) Okay, another round of fixes/modifications. Sorry I'm making these changes so fast. I am *really* interested in hearing from anyone who is trying out my revised RcxCC, by the way. :-) Anyway, this version (available from the link above) (...) (23 years ago, 13-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Which way is faster?
 
By "fastest", I assume you mean the smallest worst case latency between a condition happening and the RCX responding to it. Option #2 has the drawback that while the RCX is responding to one condition, it won't be looking for the other ones. So the (...) (23 years ago, 13-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Which way is faster?
 
I want to know which way is faster: 1. Use three tasks to watch sensors task watch1() { while (true) { if () { .. } } } task watch2() { while (true) { if () { .. } } } task watch3() { while (true) { if () { .. } } } 2. Use one task with multi (...) (23 years ago, 13-Apr-01, to lugnet.robotics.rcx.nqc)
 
  New RcxCC revision posted
 
Anyone who is interested in trying my revised RcxCC can find a copy at: (URL) just uploaded another revision that implements several new features: 1) command line switches: /? or /help = display a help message on startup before continuing /COM=N = (...) (23 years ago, 12-Apr-01, to lugnet.robotics.rcx.nqc)
 
  NQC for Mac OS X released
 
I'm sure there are tons of eager Mac users out there who want to start using OS X, but were afraid they'd have to give up Mindstorms. Well, the wait is over... I added a Mac OS X build of NQC to the releases at (URL) Baum (23 years ago, 12-Apr-01, 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