To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.robolabOpen lugnet.robotics.rcx.robolab in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / ROBOLAB / *339 (-20)
  Motor power levels, floats and the LCD
 
Hi We just started using RCX and Robolab for a university course in cognitive systems. Our first lab was to navigate a maze using no sensors (internal representation only). The worst problem is inconsistent results given consistent power to the (...) (22 years ago, 3-Oct-04, to lugnet.robotics.rcx.robolab, FTX)
 
  Re: Understanding Event Register Container
 
(...) I got clarification from Tufts University: The text "Variable 0 = 0" should have read "Variable 0 = Event Register". * Variable 0 is the Red Container * = 0 is sort of a typo I believe a change from "= 0" to "Event Register" will be in the (...) (22 years ago, 2-Sep-04, to lugnet.robotics.rcx.robolab)
 
  Re: Waiting for more than one event
 
(...) You could setup two concurrent events or do something like : Loop until 5 seconds is up If Touched, exit loop (22 years ago, 29-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Waiting for more than one event
 
What is the best way of waiting for more than one type of event? I want to turn on a motor and run it for 5 seconds or until the tough sensor is pressed, whichever comes first. This seems like such a basic problem that I'm quite sure there must be a (...) (22 years ago, 29-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Understanding Event Register Container
 
(...) Container defaulted to the Red Container. The actual question was raised by one of my students. He couldn't understand why Variable 0 was assigned a 0. I suspect that the 0 means "the event register". The designation is sure confusing. To (...) (22 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Understanding Event Register Container
 
(...) Are you zeroing out the container in this step? I'm not used to reading a robolab program like this. How did you output the text? I would be interested in see the vi. Could you post it or send it to me? James (URL) (22 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Understanding Event Register Container
 
Below is text output of a Robolab 2.5 program using two concurrent events. What exactly does "Variable 0 = 0" mean? It's right under the EventLand label. This line represent the default Red Container being assigned the Event Register Container. (...) (22 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Beginners questions
 
Thanks James and the others who provided feedback. A couple of the links provided were new and did provide some good info. My team became very proficient with the RIS environment and are doing well learning Robolab as long as they stay on the beaten (...) (22 years ago, 5-Aug-04, to lugnet.robotics.rcx.robolab, FTX)
 
  Re: Beginners questions
 
(...) Hi Glenn, I don’t have answers to your questions but think Mitchell has the right idea. I did want to post a couple of links to some coaching resources that I put together, many of them related to Robolab, that FLL coaches or teachers might (...) (22 years ago, 26-Jul-04, to lugnet.robotics.rcx.robolab, FTX)
 
  Re: Beginners questions
 
(...) If you haven't done so already I would suggest writing to the source: (URL) if you get an answer please post it as I would be intrested (22 years ago, 26-Jul-04, to lugnet.robotics.rcx.robolab, FTX)
 
  Beginners questions
 
I coached a FIRST LEGO Robotics team last year and the team members used RIS. Before the season gets underway I would like them to learn Robolab. I've been working with it for a few days now and have a few questions. I searched the news groups and (...) (22 years ago, 24-Jul-04, to lugnet.robotics.rcx.robolab, FTX)
 
  pneumatic trouble
 
Kevin- I am trying to build a heavy duty automatic truck transmission, and I have a few questions concerning pneumatics. 1) I did a few rough sketches of what the transmission would look like (the main part of it is the valve, which I originally (...) (22 years ago, 17-Jul-04, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.legos, lugnet.technic)
 
  ROBOLAB Conference - July 15th Deadline
 
Just a reminder: The deadline for submissions for session presentations for the ROBOLAB Conference is July 15th. Also, July 15th is the cut-off for early registration ($100). After July 15th, registration will be $125. The conference will feature (...) (22 years ago, 13-Jul-04, to lugnet.edu, lugnet.robotics.rcx.robolab)
 
  Re: lego pneumatic
 
(...) Hi Liz, One of the books I co-authored in has a Mindstorms based adding machine that performs arithmetic using pneumatics. Since the printing of that book, pneumatics design has advanced quite a ways. I build a lot pneuatic things, and would (...) (22 years ago, 5-Jun-04, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.legos, lugnet.technic)
 
  lego pneumatic
 
Suggestion on a good book which focus on more penumatic construction with LEGO? -- thanks, Elizabeth Mabrey (22 years ago, 5-Jun-04, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.legos)
 
  Re: issues with 6-legs bot
 
(...) Your approach is pretty common. As it turns out, you can (should) remove the wait time, also. Many people think they need to tell the robot how long to turn, or how long to go forward. It's like driving down the road in a car. You don't look (...) (22 years ago, 20-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  RE: issues with 6-legs bot
 
Hi Steve, Thank you very much for your put! (...) Can't take the credit. I got the idea from the Sato book, instead of 4 legs, I thought the 6 legs are much more stable. (...) That's pretty much what I did initially, except I used to put in "wait" (...) (22 years ago, 20-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  Re: issues with 6-legs bot
 
What if you were to make a small platform for the light sensors in between the legs that rest on the ground and has a slide somewhere so when the robot moves up or down it stays touching the ground. ----- Original Message ----- From: "Elizabeth (...) (22 years ago, 20-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  Re: issues with 6-legs bot
 
(...) Am I correct in thinking the two front, and two back legs don't move, only the middle two? That's a nice, simple design. And you have two light sensors, and your goal is to keep them on either side of the line, right? (...) If I understand (...) (22 years ago, 19-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)
 
  issues with 6-legs bot
 
Hi, I built this 6-legs bug for a black line tracking test. The construction: It is a walker with 2 motors, one for 3-left-legs, another one for the right. Middle leg on each side is connected on an 8-tooth gear and attach an 40-tooth gear. This (...) (22 years ago, 19-May-04, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.robolab)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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