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 / *3330 (-20)
  Visual J++?
 
Has anyone used the OCX with Visual J++? Have any examples? -ben (24 years ago, 4-Oct-00, to lugnet.robotics.rcx.java, lugnet.robotics.rcx)
 
  Re: The datalog
 
BTW, what does the datalog *store*? Numbers? Events? Anything? And what good is it for (besides the methods we've disscussed earlier)? --Tobias (...) (24 years ago, 4-Oct-00, to lugnet.robotics.rcx.nqc)
 
  Re: IRPD sensors and LegOS (long)
 
OK, the IRPD rover just smarter. I had an error in the comments in the previously posted version, references in the initial comments about the Right Side Motor being hooked up to Output B were incorrect, it is actually hooked up to Output C. This (...) (24 years ago, 4-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: Dave Baum's scanbot w/ bumper?
 
(...) The problem is subtle. Scanbot (at least scanbot2.nqc) assumes that the drive motors are always running. It only alters their direction during steering. In your code you call OnFor(), which turns on the motors, waits a specified amount of (...) (24 years ago, 4-Oct-00, to lugnet.robotics.rcx)
 
  Re: The datalog
 
(...) Each call to AddToDatalog() uses up one "point". Each point takes up 3 bytes of memory: a 1-byte code for the source of point (sensor, timer, etc), then a 2-byte value. 123456 is too big to fit into the log. This would either generate a (...) (24 years ago, 4-Oct-00, to lugnet.robotics.rcx.nqc)
 
  Re: Scout poweroff time out?
 
(...) thanks. Comments are always welcome....that's not saying that I'll implement everything that anyone suggests, but I certainly appreciate the feedback. NQC wouldn't have gotten this far without the suggestions of the user community. Dave (24 years ago, 4-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: The datalog
 
(...) Dave, I have a question about the datalog. In the manual you state that the createdatalog function creates a datalog of x many points. How much is a point? Is that how many unique entries can be made or an overall 'byte' amount? Is a value (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.nqc)
 
  Re: Scout poweroff time out?
 
(...) Yes, I'll try to do that when I have some time... (...) That's not too bad... heh heh. I'm just shocked at how little RAM there is for programing... Maybe the 'way' I program is memory intensive. I can see an art to programing the scout (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Sharp GP2D05 Infrared Ranger and the RCX
 
"Ram Meenakshisundaram" <rmeenaks@olf.com> wrote in message news:39DA076E.906020...olf.com... (...) Now how did I miss that! Now the only problem would be the power supply current. Like Ralph said, 33mA is right at the upper limit for a LEGO (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)
 
  Re: Sharp GP2D05 Infrared Ranger and the RCX
 
Hi, (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)
 
  Re: Sharp GP2D05 Infrared Ranger and the RCX
 
"Ralf Krause" <rkra@gmx.de> wrote in message news:B5FFBD90.545%rk...@gmx.de... (...) Yes the GP2D12 looks like the one to use, but I've never been able to find it. I bought some GP2D05s to play with a few years ago. They require an input control (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)
 
  Re: Sharp GP2D05 Infrared Ranger and the RCX
 
Ooh, you're right. This seems to be too much for battery powered models. Has anybody a better idea? I want to have a sensor with gives a linear (?) signal corresponding to a distance. For an 1-bit boolean signal I saw a plan in elektor 9/2000 (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)
 
  RE: Sharp GP2D05 Infrared Ranger and the RCX
 
(...) Ralf, If I remember correctly, these sensors draw about 30 mA, which is the limit for a powered sensor for the RCX. You may need to add an additional battery to supply the current.... Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)
 
  Sharp GP2D05 Infrared Ranger and the RCX
 
Hi, this seems to be a very good idea for a new RCX sensor. Reading the Sharp data sheets for their infrared distance sensors I want to write some facts about. They have 4 different sensors for measuring distances from 10 to 80 cm. The differences (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)
 
  Re: 0.2.4 API
 
I can put one up as a tarball or .zip file- pick which output format you'd prefer. Luis (...) ---...--- "It's clear to us that Microsoft isn't the competition anymore. They are our environment." WordPerfect manager, talking about Word ---...--- (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.legos)
 
  0.2.4 API
 
Hello everybody. I am currently looking for the API for legOS 0.2.4. I did find one at legos.sourceforge.net (i think it was), but it was poorly suited for downloading. anyone happend to have the API as a downloadable file ?(html/ps/pdf, doesnt (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.legos)
 
  German Newspaper Links to Mindstorms
 
Hi all, Here's a rather long link to a Berlin newspaper that references many of the mst important pages in the Mindstorms canon... (URL) Have you checked your hit counters lately? Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx)  
 
  Re: The datalog
 
(...) After looking over the docs again, I'm fairly certain it can't be done (or at the very least isn't documented). If anyone finds out how to do it, let me know and I'll add support to NQC. Dave (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.nqc)
 
  Re: Scout poweroff time out?
 
(...) The SetSleepTime() and SleepNow() thing was just sloppiness on my part when reorganizing the NQC API file. Those opcodes are clearly documented in the Scout SDK. I don't think we have to hunt around for undocumented features - just verify that (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: Scout poweroff time out?
 
(...) What other features will work? The BatteryLevel() one? I think we need to have a look at the rcx2 commands and see what's working for the Scout. Also, what does the Scout API include with the program? I know in the RCX it turns all motor ports (...) (24 years ago, 2-Oct-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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