To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *2345 (-20)
  Re: Religious wars
 
(...) If you need something that works well (I think that almost only on Linux) and your are familiar to Wordstar keys (^KX, ^KD ....)(AKA as TurboC, Pascal...) use joe (Joe's Own Editor) (...) 4what its worth: My fave is Gvim, vi with a gui and (...) (24 years ago, 16-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: no rule to make target Main.o
 
(...) Yep, You took a DOS format makefile. Unix uses \n for line ends, DOS \r\n. When unix sees the DOS form, it thinks you mean 'ir_rover^M' ^M, Ctrl-M is the unix way of expressing \r. To fix it, load the filee into vi. Type the following (...) (24 years ago, 16-Apr-00, to lugnet.robotics.rcx.legos)
 
  Function list and Command List for LegOS 0.2.3 (Long Post...)
 
Hi All, I am eagerly awaiting the full documentation for 0.2.3, in the mean time, I culled together some info from the readme files for 0.2.3, looking through some of the source files and the old 0.1.7 documentation that is on line. I find it (...) (24 years ago, 16-Apr-00, to lugnet.robotics.rcx.legos)  
 
  Re: broken "b" port on RCX 1.0
 
Does the arrows in the LCD appears when you turn the motor on/off? If yes, Teste with different orientation of the wires. mauro "Michael Kay" <Whompalompa@yahoo.com> wrote in message news:Fs3vy4.69B@lugnet.com... (...) an (...) port for (...) (...) (24 years ago, 14-Apr-00, to lugnet.robotics.rcx)
 
  Re: VB 6 subprocedure stumper
 
If your subs won't be called more than once, you can create a VB procedure with the code and "call" it where you want the code. It will work like a C macro, inserting copies of that code whenever called and keeps your code organized. I know it is (...) (24 years ago, 14-Apr-00, to lugnet.robotics.rcx)
 
  Re: Help with RCX.pm
 
Todd Lehman <lehman@javanet.com> schrieb in im Newsbeitrag: Ft0DL6.Apo@lugnet.com... (...) the (...) in (...) instead?: (...) i copied the rcx.pm into a folder named rcx instead of naming it lego! now it works with LEGO::RCX. thanks for help, Todd! (...) (24 years ago, 15-Apr-00, to lugnet.robotics.rcx)
 
  Re: how detect other RCX robots with light sensors?
 
(...) This does put quite the strain on your batteries though... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 15-Apr-00, to lugnet.robotics.rcx)
 
  Re: how detect other RCX robots with light sensors?
 
Assuming both RCXs are facing each other, this can be done by using the IR transmitter of the RCX on the detected robot, and a forward pointing light sensor on the detecting robot. Set one robot (the detected robot) to send out constant IR messages. (...) (24 years ago, 15-Apr-00, to lugnet.robotics.rcx)
 
  RE: how detect other RCX robots with light sensors?
 
Maybe you can try the laser pointer that Mike Burger (and several others?) did for the RCX. And use the light sensor to detect it? Ram -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...net.com]On Behalf Of Manuel Cabido (...) (24 years ago, 14-Apr-00, to lugnet.robotics.rcx)
 
  how detect other RCX robots with light sensors?
 
I want to know if there another RCX infront of me at a maximum distance of 30cm. I tried to use only the light sensors but it was not enough. Does anyone has already tried this. Maybe putting some light in the RCX like infrared (I'm trying this). (...) (24 years ago, 14-Apr-00, to lugnet.robotics.rcx)
 
  (canceled)
 
 
  Re: Help with RCX.pm
 
(...) Aha! OK, sounds like the docs are out of sync with the code. IIRC, John renamed the module from RCX to LEGO::RCX a while back, which means that the new() constructor is actually now in the LEGO::RCX package and no longer in the RCX package. (...) (24 years ago, 14-Apr-00, to lugnet.robotics.rcx)
 
  Re: Help with RCX.pm
 
"Todd Lehman" <lehman@javanet.com> schrieb im Newsbeitrag news:FsyM2E.KoA@lugnet.com... (...) i used the following: use RCX; $rcx = new RCX(); as described in the doc-file that comes with RCX.pm. thanks, Clemens (24 years ago, 14-Apr-00, to lugnet.robotics.rcx)
 
  Re: Q: Determining state of outputs
 
(...) Yes, there is a 'data source' for motor status. I never bothered figuring it all out, so there isn't a defined API for it, but you can add it yourself: #define MotorStatus(motor) @(0x30000 + (motor)) use motor 0 for output A, 1 for B, 2 for C. (...) (24 years ago, 14-Apr-00, to lugnet.robotics.rcx.nqc) ! 
 
  Re: Q: Determining state of outputs
 
(...) I'm not the expert on this but... I've been playing with firmware 2.0 and I think you can read the state of your sensors directly. (The same way you read the Battery level? Dave?) Hopefully Dave will answer you for sure. Dean -- Coin-Op's For (...) (24 years ago, 13-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Q: Determining state of outputs
 
Hello everybody! For the building of my next robot an answer to the following question could be very helpful: Is there any possibility in NQC to get the state of an output (on, off, direction). While running a program I would like to control one (...) (24 years ago, 13-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  Re: Help with RCX.pm
 
(...) Clemens, What are you using to invoke the new() constructor? Are you using LEGO::RCX->new(...) or LEGO::RCX->new("LEGO::RCX", ...) or new LEGO::RCX(...) or something else? --Todd (24 years ago, 13-Apr-00, to lugnet.robotics.rcx)
 
  (canceled)
 
 
  Help with RCX.pm
 
when using the rcx.pm i only recieved the following error: "can't find method new in module rcx" it seems to me that perl finds the LEGO::RCX module but not its method "new". what am i missing? thanks for any suggestions! (24 years ago, 12-Apr-00, to lugnet.robotics.rcx)
 
  Re: USB->Serial Converts and IR Tower
 
(...) downloaded the latest drivers (Intel based). Also obtained a good troubleshooting doc to determine whether the S9 is configured correctly. Will gladly email to any interested. Problem: Having trouble getting the IR tower to talk to the RCX. I (...) (24 years ago, 12-Apr-00, to lugnet.robotics, lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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