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 / 374 (-20)
  RE: sub programs
 
Ok... I figured that out how to make sub-vi have that linked inside a vi. The question about the RCX 2.0's capability still remains unknown... --thanks (...) (21 years ago, 14-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  sub programs
 
Hi I wonder if I can call a sub program (another vi) within a program. There is an icon command for inserting another vi program into a program, but it does not seem to be a usable function though. Please advise. I understand the maximum of (...) (21 years ago, 14-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  Re: Robolab Documentation
 
The replacement firmware has several modes for displaying the clock. HH.MM, MM.SS and M.SS.S. The first format is the Lego standard whcih I find failry uninformative. The clock is reset to zero whenever RCX is powered up although many IDE's reset it (...) (21 years ago, 7-Jan-05, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab Documentation
 
(...) based on a question that I asked back on Dec 11: "I followed instructions replacing firmware.txt with the replacement file as instructed. The download went smoothly,immediately upon finishing (two beeps) the LCD screen started counting in (...) (21 years ago, 7-Jan-05, to lugnet.robotics.rcx.robolab)
 
  RE: Robolab Documentation
 
Although I shall not consider that as a manual, this is a very good reference book for intro to Robolab. Well, just say intro may not be fair either, as it does include some advanced concepts at the end of the book. It contains useful sample codes, (...) (21 years ago, 5-Jan-05, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab Documentation
 
(...) for ROBOLAB before I order it? By the way, Dick, can you say if your new firmware works with ROBOLAB 2.5.4? Jerry (21 years ago, 5-Jan-05, to lugnet.robotics.rcx.robolab)
 
  Robolab Documentation
 
Several recent posts have complained about the lack of Robolab documentation. "Engineering with Lego Bricks and Robolab" seems like a pretty good reference / tutorial handbook. It's available from (URL) (21 years ago, 4-Jan-05, to lugnet.robotics.rcx.robolab)
 
  RE: New invention instructions
 
(...) Participating the state FIRST LEGO League Tournament is a great idea. However, the challenging effect varies greatly. I guess it really depends on who holds the events. I went to one held in my state, I was completely disappointed. It turned (...) (21 years ago, 4-Jan-05, to lugnet.build, lugnet.people, lugnet.people.newbie, lugnet.people.teens, lugnet.robotics.rcx.robolab)
 
  Re: Today's Challenge
 
(...) Your apologizing to be a teacher is accepted ;-) However, you must not apologize to work with ROBOLAB ! Anybody who followed the development of great LEGO robots has seen that ROBOLAB allows easy programming from beginners to absolute (...) (21 years ago, 4-Jan-05, to lugnet.robotics.rcx.robolab)
 
  Re: New invention instructions
 
(...) Four: -If you're between 9-14, ask teacher at school to join First Lego League. Five: -If you're not, participate in a local LUG or organization that has regular robotics challenges, etc. Calum (21 years ago, 4-Jan-05, to lugnet.build, lugnet.people, lugnet.people.newbie, lugnet.people.teens, lugnet.robotics.rcx.robolab)
 
  Re: New invention instructions
 
(...) three variations: ONE: a) look around you room, dig in your LEGO boxes, have a walk through the cellar or the attic b) build the facinating idea you just had. TWO: a) turn on your computer, start the web browser b) find something facinating (...) (21 years ago, 4-Jan-05, to lugnet.build, lugnet.people, lugnet.people.newbie, lugnet.people.teens, lugnet.robotics.rcx.robolab)
 
  Today's Challenge
 
A cry for help: I am trying to implement Ben Williamson’s Fetchbot (URL). I am happy that I have the mechanics right. The problem is that I want to emulate Ben’s code in Robolab. (Yes, there are reasons I use Robolab which include me being a teacher (...) (21 years ago, 4-Jan-05, to lugnet.robotics.rcx.robolab)
 
  Re: questions on events
 
(...) This is where you use the event fork(s) that you asked about in a different message. You nest these forks to determine which event has been triggered. (...) Robolab is just a LabVIEW program. Viewed in that context, it is an amazing bit of (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  Re: questions on events
 
(...) Yeah, my fault. I said two things that do not have to follow. Yes, you can use one event monitor to watch more than one event... and yes, you can't nest event monitoring statements. I've not used an event watcher to monitor more than one event (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  RE: Formula container?
 
Ok, I got it... Thanks to the Tufts site. (URL) is kind of odd that the navigation is to "create ---> constant"... "constant?" Hmmm... -- E (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  RE: Define Event icon...
 
(...) Hi Jerry, Event Handling can be a long chapter to talk about. I am sure you will find a more well-explained chapter in some OS or just language book such as C++, or even in Java. Briefly speaking, event is a piece of real time information, (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab)
 
  Formula container?
 
I am trying to compare the light value of two sensors, namely s1, & s2 . I don't want to go through the long route which is to save the light values from different sensors to different container, then, compare them. How about using "formula (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  RE: questions on events
 
(...) Hmm..., notice that the start monitoring icon allows to watch for multiple events within the same task. If each task can only monitor a single event, that feature being there does not quite make sense. (...) This is why I suspect the "event" (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  RE: Define Event icon...
 
Yes, Tom. This is exactly what I was trying to do... To trigger an event when it becomes 3. Great! Thank you very much! Cool! (...) (21 years ago, 3-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  Re: Define Event icon...
 
(...) The condition of being equal to 3 is not an event. However, the action of transitioning to 3 is. I'd use the "set up normal event" command followed by the "define event" command. Set the upper threshold to 4, the lower to 2, and the duration (...) (21 years ago, 2-Jan-05, to 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