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 / 1091 (-20)
  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)
 
  RE: Revisions to RcxCC
 
oh, so that's why I got a "bad" zip this time :) ok, no problem, I'll keep using the 1st release (V.3.2) BTW, I'm now using a .bat that looks something like this: @echo off start /w RCX2.reg start rcxcc.exe start /w Cybermaster.reg start rcxcc.exe (...) (23 years ago, 11-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Okay, I've fixed the zip. Download the latest revision to rcxcc at: (URL) Hansen (23 years ago, 11-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) The best laid plans of mice and men... My computer died while I was uploading to AOL so the ZIP that is there right now is corrupted. I'll try to remedy the situation as quickly as possible. John Hansen (23 years ago, 11-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) I'll email you what I have. I have not enabled Scout support completely in that I have not touched the "fancy" features of RcxCC that let you watch the brick, etc... Some of them may work. Others may not. What I have enabled is the compile, (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
Hi, (...) I don't think so. For my version of RcxCC Scout support, I dumped Scount memory map on various conditions.(Thanks to NQC -raw option!!) I will report the inside of Scout sometime. Scout is similar to Cybermaster as John stated, but I think (...) (23 years ago, 10-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