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 / *44 (-20)
  Re: Using ROBOLAB for FIRST LEGO League
 
They now have information about the new FLL season on their web site at: (URL) Veteran teams can register now to reserve their team number from last year (after First fixes their frontpage bug). (...) (26 years ago, 7-Apr-00, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab 2.0
 
To my knowledge this is the only Robolab site where anyone participates in any discussions about Robolab. If someone knows of another site of this kind, please post a reply. (...) (26 years ago, 4-Apr-00, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab 2.0
 
I had the same problem with a single-user copy ordered in the UK. The Dacta catalogue had the wrong part number in it for RoboLab 2.0. It said it was part # 2000050, but it should have been 2000051. I called the supplier and they sent version 2.0 (...) (26 years ago, 4-Apr-00, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab 2.0
 
Agghh.. Our school just ordered RoboLab (site license) from Pittsco, received it April 2nd, and IT'S ONLY 1.5 !!!!! What did we do wrong?? Can we upgrade / exchange this?? Exactly what do we need to order to get 2.0?? I was depending on the 2.0 (...) (26 years ago, 4-Apr-00, to lugnet.robotics.rcx.robolab)
 
  Re: Moving Robolab project files
 
I have been moving Investigator projects without problems between three computers, two of which are Windows 98, and the other Windows 95. I have simply been copying the x.llb file from \ROBOLAB\Investigator Themes\My Projects to another computer (...) (26 years ago, 28-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: printing on more than one page
 
The icons in Robolab have the program logic flow from left to right, with modifiers below each icon. This basic structure typically creates programs that are very wide, but not very long. If Robolab were changed so the icons would have program flow (...) (26 years ago, 27-Mar-00, to lugnet.robotics.rcx.robolab)  
 
  Re: printing on more than one page
 
(...) But that will only capture the visible portion of the program in the window. So I'd have to scroll the window around to do multiple captures to get all of the portions, and then paste them back together in PhotoShop to print them. If that's (...) (26 years ago, 21-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Moving Robolab project files
 
I need to be able to move a Robolab Investigator project from one computer to another. Every time I attempt to do this, though, I run into problems. I've tried copying an individual project as well as the entire "My Projects" folder...same results. (...) (26 years ago, 21-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: printing on more than one page
 
have you tried doing a screen capture and then printing it from a different application. not the prettiest solution, but... -Ben (...) (26 years ago, 21-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: Making Robolab more open
 
(...) yes. (...) No. However, you CAN do this with LEGO Engineer, the software for the serial interface box. (URL) >Can you install the RoboLab VI's (...) Yes. This is what I'm doing when I insert ROBOLAB direct-mode programs into programs written (...) (26 years ago, 21-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab 2.0
 
(...) what do you mean *almost*? :) (26 years ago, 21-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: Making Robolab more open
 
According to Dr. Chris Rogers at Tufts, Labview 6.0 will have an autowire function, and Robolab 2.5 will be written with Labview 6.0 when it is GA. That is better than what I hoped for. I was proposing was getting instructions on how to modify (...) (26 years ago, 21-Mar-00, to lugnet.robotics.rcx.robolab)
 
  RE: Making Robolab more open
 
That's an interesting idea. I don't have a copy of RoboLab (yet), but I do use LabView 5.1 Some questions: Does RoboLab use the standard firmware? Can you open the RoboLab VI's to get into the sub VI's? Can you install the RoboLab VI's into a (...) (26 years ago, 20-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Making Robolab more open
 
The power of software is sometimes greater than what it's creators/programmers envisioned. One way to help create this phenomena is to make the software extensible and extendable by others. Netscape did this by releasing their source code, and the (...) (26 years ago, 20-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Robolab messages
 
I have posted several messages that concern Robolab you might not see if you just bookmark the Robolab section. These messages are: (URL) else have anything to share about Robolab? (26 years ago, 15-Mar-00, to lugnet.robotics.rcx.robolab)
 
  RXC Powerdown time using Datalogging
 
When using the Datalogging feature of Robolab 2.0, the generated programs automatically set the RCX powerdown time to zero when starting datalogging, and set it back to the last value set in the Administrator/RCX Settings when the program ends. This (...) (26 years ago, 7-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab 2.0
 
(...) supports (...) the (...) This (...) After using Robolab 2.0 for a few weeks, I highly recommend it! New features include: Extras are easier to install (everyone should want the extras now) Supports the RCX datalogging in the Investigator (...) (26 years ago, 3-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab 2.0 aliases
 
(...) to (...) Ben Erwin kindly explained these to me. This feature is part of Robolab 2.0 extras. When the extras are installed (using Project/Install Extras), in Functions/Modifiers the control is called Container.CTL. Once this is dragged to the (...) (26 years ago, 1-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Robolab 2.0 aliases
 
The Robolab 2.0 examples on the CD included with Dave Baum's book Definitive Guide to Lego Mindstorms contains the program scanbot2nqcextra.vi. In this program the generic containers are identified by name using some type of alias mechanism. These (...) (26 years ago, 1-Mar-00, to lugnet.robotics.rcx.robolab)
 
  Re: Using ROBOLAB for FIRST LEGO League
 
(...) According to First, the 2000 season will have the same schedule as the 1999 season. They will require registration by September 2000, they will start the challenge starting in October, and will hold tournaments in early December. (26 years ago, 1-Mar-00, 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