To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *31919 (-20)
  Re: maximum number of variables in RCX2 ?
 
Hi John, (...) Yes ! Using more tasks you will get more local space (for each task 16). So maximum number of variables is 32+(16*10) = 192 (...) That's how NQC is handling memory for local variables in functions, subroutines, tasks. Local has a (...) (23 years ago, 20-Feb-02, to lugnet.robotics.rcx.nqc)
 
  Re: maximum number of variables in RCX2 ?
 
(...) this (...) only (...) variables (...) the (...) From my understanding of NQC, the compiler automatically selects the most suitable location to store variables. Global variables are obviously always allocated in one of the 32 global storage (...) (23 years ago, 20-Feb-02, to lugnet.robotics.rcx.nqc)
 
  Re: Palm IR to RCX
 
(...) Thanks, it got much better in the meantime ... (...) I don't think it's possible to make the lib respond to requests from the rcx. The problem is, that this kind of reception of data requires 100% cpu time. Therefore, i can't continiously (...) (23 years ago, 20-Feb-02, to lugnet.robotics)
 
  Re: RCX Dead??
 
Hello Matthias, thanks for a very detailed description of your findings inside the RCX. I have just one comment to add ... (...) True, as long as we are talking Alkalines. But how about NiCd accumulators? I think they can deliver much higher current (...) (23 years ago, 20-Feb-02, to lugnet.robotics)
 
  maximum number of variables in RCX2 ?
 
When using the RCX2 target, the NQC manual (Section 2.2.4) states that 32 global variables, and 16 local variables (per task) are allowed. Does this mean that the whole program can only have 48 variables total when using only one task, ie. "main" , (...) (23 years ago, 20-Feb-02, to lugnet.robotics.rcx.nqc)
 
  Re: RCX Dead??
 
I saw your post on RTLToronto.... You didn't indicate whether you tried to use batteries again afterward. I'm assuming you did. I'm also assuming you hooked the terminals up backward. That could be trouble. The 7805 regulator will protect the (...) (23 years ago, 18-Feb-02, to lugnet.robotics)
 
  Re: LIDARStation and LIDARDisp application finished
 
(...) I'm highly interested in seeing your results. The RCX obviously is not brainy enough to process and use the 3D data, but a host computer could be. I'd be interested in helping with the host software on a project like this. I've thought about (...) (23 years ago, 19-Feb-02, to lugnet.robotics)
 
  Re: problems using firmdl3 and dll on Red Hat 6.2
 
(...) That file should just be a soft link to /etc/rc/init.d/gpm (or ../init.d/gpm), so there's no need to keep it. ROSCO (23 years ago, 19-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: Palm IR to RCX
 
Hi Till, Am Mittwoch, 13. Februar 2002 19:31 schrieb Till Harbaum: (...) Do you think it is possible to implement the legOS network protocol for palmOS? Michael. (23 years ago, 19-Feb-02, to lugnet.robotics)
 
  Re: LIDARStation and LIDARDisp application finished
 
(...) Not really. I believe this enough to try it soon. :) Two motors to turn and tilt the camera, and one for a differential drive setup(possibly using the reverse differential device). All the sensor ports would be used however - 1 for the (...) (23 years ago, 19-Feb-02, to lugnet.robotics)
 
  Re: LIDARStation and LIDARDisp application finished
 
(...) Thanks, Mario. Love your work too, BTW. (...) I think this would be a very useful modification. Wish I had an ultrasonic sensor to do it with myself. ;) I will point out that the reason the entire assembly rotates is because I wanted it to (...) (23 years ago, 19-Feb-02, to lugnet.robotics)
 
  Re: BricxCC release 3.3.3.8
 
John Hansen wrote: > In lugnet.robotics.rcx.nqc, Stef Mientki writes: > >>I know the cause, you know the solution ;-) >> >>The size of BricxCC when opening the first file, depends on the SIZE of >>the file to be opened. >> 8 bytes, window stays as (...) (23 years ago, 19-Feb-02, to lugnet.robotics.rcx.nqc)
 
  Re: BricxCC release 3.3.3.8
 
(...) Yes that's exactly what I'm trying to say !! To day I had an even stranger experiences: 1. the size of BricxCC became smaller after opening the first file, still depending on the size (or is it the content) of the file 2. in one of the tests I (...) (23 years ago, 19-Feb-02, to lugnet.robotics.rcx.nqc)
 
  Re: LIDARStation and LIDARDisp application finished
 
(...) Nice idea, Chris, very interesting project. I'd like to replicate your setup using John Barnes' Ultrasonic distance sensor instead of the light sensor. This should increase the radius of the scanned area, and make the device return the true (...) (23 years ago, 19-Feb-02, to lugnet.robotics)
 
  Re: windows ce
 
"Steven B. Combs" <stevencombs@yahoo.com> wrote in message news:GrquFB.3IM@lugnet.com... (...) program (...) the (...) the problem with trying to hack the IR port on a Windows CE machine is that the IR is part of the chip architecture. There were (...) (23 years ago, 19-Feb-02, to lugnet.robotics, lugnet.robotics.palm)
 
  Re: problems using firmdl3 and dll on Red Hat 6.2
 
(...) Oh, on the console you might have gpm running, which allows copy-paste on the console with the mouse. As root, run '/etc/rc.d/init.d/gpm stop' and see if it gets better. To turn that off completely edit /etc/sysconfig/mouse and set (...) (23 years ago, 19-Feb-02, to lugnet.robotics.rcx.legos)
 
  Re: problems using firmdl3 and dll on Red Hat 6.2
 
It is working! In case anyone else encounters this issue... here is the solution. Per Geoff Gerrietts: (...) I just moved the file to /unused (in case I wanted it back) and reboot'd. IR communication is working perfect. Thank You Geoff! <snip> (next (...) (23 years ago, 19-Feb-02, to lugnet.robotics.rcx.legos)
 
  LIDARStation and LIDARDisp application finished
 
Well, my first serious Mindstorms project is complete. (URL) Go to "Lego Robotics Projects". Thanks to everyone who has given me suggestions on getting my Linux laptop serial port happy, and on IR comms issues and to everyone who did light-based (...) (23 years ago, 19-Feb-02, to lugnet.robotics)
 
  Re: BricxCC release 3.3.3.8
 
(...) Well, I'm stumped. I cannot get the behavior you describe to occur no matter how hard I try. I'm not sure what you mean by "I know the cause, you know the solution". Have I understood your description of the problem correctly? Are you saying (...) (23 years ago, 19-Feb-02, to lugnet.robotics.rcx.nqc)
 
  Re: problems using firmdl3 and dll on Red Hat 6.2
 
"Joseph Woolley" <jwoolley@spamblock....ht.rr.com> wrote in message news:GrqxJG.Cwq@lugnet.com... (...) to (...) Also, when I installed RH, I had a mouse connected to the same serial port. I am wondering if the mouse driver is still loading and (...) (23 years ago, 18-Feb-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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