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 / 1086 (-20)
  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)
 
  RE: Revisions to RcxCC
 
Ah :) That would be great ! It's very usefull for "debuging" Thxs, :) mc. (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
John, Yes please mail me your source code so I can add scout support to my program. In the beta version I added syntax highlighting the same way as in RCXCC only programmed in VB. The final version uses a complete new editor with support everything (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Yeah, that went away as soon as I started using the RCX 2.0 locals for variable allocation - the symbolic information just didn't survive the rework. And I completely forgot to put it back in. I'm working on enhancing the listing a bit. I'll (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC, Join Forces !
 
(...) That's a very good idea, JOIN FORCES (1+1>2) , divide the work and release your source codes, and make RCXcc alomost as popular as LINUX. Maybe sometimes in the future, when I've more time available, I'll join you. (...) Stef Mientki (23 years ago, 9-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Adding Scout support, if you are relying on Spirit.ocx, is essentially the same as providing Cybermaster support. It was very simple for me to add Scout support to RcxCC. I'll email you my revised RcxCC source code if you'd like. I am not a (...) (23 years ago, 9-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