 | | 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 (...) (26 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! (...) (26 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) (26 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. (...) (26 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 (...) (26 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). (...) (26 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. (...) (26 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 (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | 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 (26 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! (26 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 (...) (26 years ago, 12-Apr-00, to lugnet.robotics, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Laser
|
|
(...) A resistor+zener fixes that nicely. Dw (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Controlling RCX with game controller
|
|
Hi everyone, I have developed a program for Windows 95/98/2000 that will allow you to control your RCX with a game controller via the infrared transmitter that comes with the RIS set. The program is called Remote Control X. One key feature is the (...) (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Lego Laser
|
|
(...) One thing to make sure of is that the RCX outputs are not constant. If you power the pbrick with external power it can shoot to over 9.5 volts. Something to keep in mind. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Lego Laser
|
|
Using pointers (pun) from a previous post, I have been building a laser for my robots. I used a miniature laser pointer from Sam Goody which was only $10. The hardest part so far was chopping up the pointer to get out the guts. It turned into a (...) (26 years ago, 11-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: P-brick Script code terminology
|
|
Ah that explains it! I didn't try RCX Code, I wasn't that keen on it and also it wouldn't run on my NT workstation. I moved straight on to NQC and more recently have been trying RoboLab. That's why I didn't get the reference. Thanks, Conrad. (...) (...) (26 years ago, 7-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: P-brick Script code terminology
|
|
Some sort of brick metaphor would work for me. Dennis (...) -- Dennis Williamson - Certified Y2K Complacent Bad News: The next millenium starts on a Monday. Good News: You get the day off. (remove .NO and SPAM. to reply) (26 years ago, 7-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: P-brick Script code terminology
|
|
Conrad, LEGO does refer to series of commands as 'stacks'. This comes from the Robotics Invention System RCX Code interface where a program is a literal 'stack' of instruction blocks; those who haven't used RCX Code much wouldn't recognize the (...) (26 years ago, 7-Apr-00, to lugnet.robotics.rcx)
|