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 / 650 (-20)
  Re: Expanding the available input/output ports of the RCX
 
(...) [imho] It's sometime very creative to build your own multiplexer as it is a part of the project. [/imho] The site of Michael Gasperi has a lot of informations about those input multiplexer : (URL) (26 years ago, 9-Jul-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  (canceled)
 
 
  Re: Expanding the available input/output ports of the RCX
 
(...) How about coming up with creative solutions within the limits of the hardware? In the real world, you can't always make it bigger and better, sometimes you have to do it another way. It's a much more interesting problem to "do it with only (...) (26 years ago, 8-Jul-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  Expanding the available input/output ports of the RCX
 
Hi, With only 3 input and 3 output ports, the RCX becomes quite limiting after a while. There are several different solutions to this at various sites. Does anyone know which one is the best out of all of them. I basically looking for good (...) (26 years ago, 7-Jul-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Interactive Robots
 
(...) Quite good. Fantastic site, I have just spend a relaxing 30 minutes browsing it. Keep up the good work. Scott A (...) (26 years ago, 5-Jul-00, to lugnet.robotics.rcx)
 
  Re: VB Upload Problem
 
Well, Chris verifies that he uses variable 23, 24, and 25 to log values in ROBOLAB, and that he also puts in random stuff such as which sensor it is, etc. in the beginning of the datalog. But this still leaves the problem of how to clear the (...) (26 years ago, 3-Jul-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: running the motors underwater
 
(...) The main problem is that the motor isn't water prof. It's rusting inside and or the grease is breaking down. The motor will heat up while in use. This would cause a sealed motor to push the air past the rotating axle. Ok, now when the motor (...) (26 years ago, 29-Jun-00, to lugnet.robotics.rcx)
 
  running the motors underwater
 
A few years ago some kids I was working with were trying to outfit a LEGO boat with a paddle wheel and micromotor. While they were working, one kid got the idea that he was going to put a propellor onto one of the 4200 rpm motors, add wheels, and (...) (26 years ago, 29-Jun-00, to lugnet.robotics.rcx)
 
  Interactive Robots
 
I have been playing around with building more rounded robots using building techniques usually seen in lugnet.build.arch.* I have constructed two rather nice looking examples that have some rudementary interaction. If either robot detects the other (...) (26 years ago, 28-Jun-00, to lugnet.robotics.rcx)
 
  internet project, anyone?
 
I'm working on an internet communication project that requires both parties to have ROBOLAB 2.01 and the Technic 8094. (i can get you robolab 2.01 if you need it) If you are interested in trying this out with me, let me know... i realize this is a (...) (26 years ago, 27-Jun-00, to lugnet.robotics.rcx.robolab, lugnet.robotics, lugnet.robotics.rcx)
 
  Re: VB Upload Problem
 
You could always check how big your datalog is by uploading the first point of the datalog in VB. The third element of the first point (point 0) is the size of the datalog. Throw that in a databox and see what it gives you. I would agree that VB (...) (26 years ago, 26-Jun-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: VB Upload Problem
 
(...) I think chris is putting some other info in the datalog. I poked at this briefly when using an early version of Robolab 2.0, but I don't recall the exact details. I think it comes from Robolab trying to use the datalog to record multiple (...) (26 years ago, 24-Jun-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: VB Upload Problem
 
ok, so i'm getting a little closer to answering my own question, but i'm still stuck. if i write a new robolab program to take 10 points of light data and then upload it with VB, those 10 points get put into slots 10-20 in the datalog, and points (...) (26 years ago, 24-Jun-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: VB Upload Problem
 
(...) But I wasn't logging variables... and I never have... I was logging sensor values... and the values were certainly not things like 9, 0, 1, 3, ... (what showed up for values) but were more like 16, 23, 32... (which show up 70 or so values into (...) (26 years ago, 24-Jun-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: VB Upload Problem
 
(...) Variables are 'type' 0, but there's a disagreement between NQC and VB about which var is in the log. I haven't heard of any problems with NQC in this respect, but I can test it out a bit and see. ... (...) At the bytecode level, the datalog is (...) (26 years ago, 24-Jun-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: VB Upload Problem
 
Ok i'm lame. i had the vb uploading code in a random code module instead of a module specifically for the click of the upload button. anyway, now the data comes up in the vb list box, but it is all screwy. for example, for some data that i just (...) (26 years ago, 24-Jun-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Dumb VB question
 
In manual it says that input has to be string, then activeX control parses it and searches for numbers 0,1,2. So perhaps you should define those constants explicitly as strings instead of using variants. "Ben Erwin" <ben@alum.mit.edu> wrote in (...) (26 years ago, 21-Jun-00, to lugnet.robotics.rcx)
 
  Re: Dumb VB question
 
"Ben Erwin" <ben@alum.mit.edu> wrote in message news:FwHKu9.2I1@lugnet.com... (...) how (...) "OUTPUT_AOUTPUT_BOUTPUT_C" (...) This is just a guess, but how about OUTPUT_A + OUTPUT_B + OUTPUT_C . (26 years ago, 21-Jun-00, to lugnet.robotics.rcx)
 
  Dumb VB question
 
If using the constants OUTPUT_A, OUTPUT_B, OUTPUT_C instead of "012" ... how can you refer to multiple outputs in one command? "OUTPUT_AOUTPUT_BOUTPUT_C" certainly doesn't work, and neither do "OUTPUT_A,OUTPUT_B,OUTPUT_C" or "OUTPUT_A OUTPUT_B (...) (26 years ago, 21-Jun-00, to lugnet.robotics.rcx)
 
  RE: VB Upload Problem
 
I have source coding sample of it, www.pronerd.com/lego should have a link, else goto my old page, (URL) Rutkas Faith in Chaos www.PRONERD.com -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...net.com]On Behalf Of Ben (...) (26 years ago, 20-Jun-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