 | | Re: Lego Dacta/Robolab control with 8 I/O
|
|
I forgot to mention that LEGO Engineer 2.0 currently runs on top of ROBOLAB 2.0. So ok, its not *free* :) You have to spend the $25 or so on ROBOLAB first. But its still better than LOGO I think because the programming is graphical. And unlike (...) (25 years ago, 9-Feb-01, to lugnet.robotics.rcx.robolab, lugnet.technic, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Dacta/Robolab control with 8 I/O
|
|
Just to clarify, this serial interface box that you've been given doesn't have much to do with ROBOLAB. ROBOLAB is the software for the RCX. What you want (free) is LEGO Engineer, which looks and smells a lot like ROBOLAB. (URL) Right now only the (...) (25 years ago, 9-Feb-01, to lugnet.robotics.rcx.robolab, lugnet.technic, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Dacta/Robolab control with 8 I/O
|
|
I bought one of those four years ago (long before Mindstorms). It's an absolutely wonderful unit - considerably better than the RCX, Scout, etc. The only downside is that it must be tethered to a PC (though you could buy a wireless serial (...) (25 years ago, 9-Feb-01, to lugnet.robotics.rcx.robolab, lugnet.technic, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Dacta/Robolab control with 8 I/O
|
|
(...) Hi, I believe that the unit you are describing is the interface for the Lego Dacta Control Lab. I have been using these for several years in schools where I have worked and also for control of my Lego trains. I like the unit because it offers (...) (25 years ago, 9-Feb-01, to lugnet.robotics.rcx.robolab, lugnet.technic, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Dacta/Robolab control with 8 I/O
|
|
If you pickup the intelligent house from Dacta you may have some luck, Pitsco?Dacta would be my best guess. Legomaster@gobi.com (...) (25 years ago, 9-Feb-01, to lugnet.robotics.rcx.robolab, lugnet.technic, lugnet.robotics.rcx)
|
| |
 | | Lego Dacta/Robolab control with 8 I/O
|
|
Hello, I have been offered a Lego Dacta/Robolab control unit which must be attached to the serial port on a PC. The unit has 8 input and 8 output. There are no software with this unit. Anybody know what software I need to use this unit and if any of (...) (25 years ago, 9-Feb-01, to lugnet.robotics.rcx.robolab, lugnet.technic, lugnet.robotics.rcx)
|
| |
 | | Re: Delphi to Robolab
|
|
(...) Delphi is a pascal based object oriented development system, similar to Visual Basic and Power Builder. To my knowledge most of the programming environments for the RCX including Robolab were not designed to be used with these specific object (...) (25 years ago, 29-Jan-01, to lugnet.robotics.rcx.robolab)
|
| |
 | | Delphi to Robolab
|
|
Hello! We have a project in school, and are going to make a lego robot. Is there anyone out there that can tell me how we can program in Delphi 4, and get the program to robolab? Is this posible? (25 years ago, 24-Jan-01, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Data capture
|
|
Great tip! Thanks Ben!! (25 years ago, 20-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Data capture
|
|
You need to use level 5 and use the "write data point to set" command. Any command other than this one includes the time stamp as well, which takes up memory. let me know if this works for you. (...) (25 years ago, 17-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Data capture
|
|
Since this is a RoboLab newsgroup, he is probably using RoboLab. Level 4 is a RoboLab term as well. But I am sorry, I have no experience with the data logging stuff, so I can't help Phil. --Jack Gregory RoboLab volunteer Bernd Frassek (...) (25 years ago, 15-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Data capture
|
|
(...) What is a Level 4 program? Are you using NQC? With NQC I collected 1400 data points with a temperature sensor - it worked fine. Best regards Bernd (25 years ago, 14-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Data capture
|
|
I'm trying to capture data over a period of time that requires more data points than what seems to be the default (approx. 1026 points). I've tried building a level 4 program and increased the data buffer beyong this number, however, I can't seem to (...) (25 years ago, 13-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Bugs in RoboLab?
|
|
The WAIT FOR ROTATION and WAIT FOR ANGLE icons do reset the angle sensor before they do their wait. However, there are several other programming constructs that will not require the angle sensor to start at 0 every execution. The LOOP WHILE ANGLE (...) (25 years ago, 6-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Bugs in RoboLab?
|
|
The text displayed is a mnemonic representation of the generated LASM code. In the case of the Motor function, it appears the mnemonic is incorrect but the generated LASM code is correct. I compared the motor function to RIS and earlier versions of (...) (25 years ago, 5-Dec-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Bugs in RoboLab?
|
|
I thought I would pass on what I have learned. Robolab sends very different code to the RCX than you might assume. For example, "Wait for Rotation" will always clear the rotation sensor first! There are a number of other anomalies, such as the (...) (25 years ago, 30-Nov-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Bugs in RoboLab?
|
|
I am pretty certain I have found a bug in RoboLab. The behavior is reversal of output A. Has anyone experienced behavior from RoboLab that they are certain is not a programming error? Is there any patch or known bug list? Very frustrating. --Jack (...) (25 years ago, 29-Nov-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: Float?
|
|
Yes. Install the "extras" from the "project" menu. You will then get a yellow stop sign, which floats the motors instead of brakeing them. Wire in the ports to be floated. -Peter Coach, FLL Team #1096: The Unibots "J G Gregory" <jgg@ultranet.com> (...) (25 years ago, 17-Nov-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Float?
|
|
Is it possible to set motors to "float" instead of "brake" in RoboLab? --Jack Gregory (25 years ago, 16-Nov-00, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: ROBOLAB Constructopedia question
|
|
Yes there is a constructopedia for RL. It is included in the Team Challenge building set, not the activity pack. The activity packs are sets of activities to implement in the classroom. The building sets either include step-by-step building (...) (25 years ago, 30-Oct-00, to lugnet.robotics.rcx.robolab)
|