 | | RE: Is there a bug database?
|
|
Don, Here is a link that hopefully will help you: (URL) contains the latest patch levels including the beta patch to Robolab 2.5.3 for the Mac and PC. There is not a public bug list. Part of the problem with a public bug list is the Robolab by Tufts (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Re: What is "Stop Event Monitoring" for?
|
|
Don't know specifically about Robolab, but usage might be. "I want to monitor a bump sensor for the next 100 milliseconds for an event; if the event doesn't happen in this time, then stop monitoring for the event." One way to program this is define (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Re: Maximum Subroutine numbers?
|
|
I don't use Robolab, but I can offer some insight into how the RCX firwmare operates with subroutines (and events) that may partially explain your problems. RCX firmware supports 8 (eight) subroutines per slot. Internally they are numbers 0 to 7. (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Is there a bug database?
|
|
Is there a bug database for Robolab? Unless it's the first perfect program ever written, there have to be bugs. Is there a procedure in place to report suspected bugs? Are they being cataloged, hopefully in a searchable database? (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Events in Robolab
|
|
After dozens of hours of experimentation, it is my conclusion that event-driven programming in Robolab is unreliable. Eventually, the RCX stops responding to events. This does not always happen at the same point in a given program, nor is it (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Driver for Linux USB Tower
|
|
(For German version see below, please) English version: hi, I want to use lejos with Linux. I'm using the 2.4.20-4GB-athlon kernel. I downloaded the Lego usb Tower driver from (URL) I installed the driver it was generated the /dev/usb/lego0 device (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.java)
|
|
 | | Re: installing Robolab under Mac OS X
|
|
Hi Holger, I definitely know that Robolab 2.5.2 is running in classic mode of MacOS X 10.2.8. So it must be something with the file owner and user rights for a file or a folder in your system (and in every other system where the software should be (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx)
|
|
 | | installing Robolab under Mac OS X
|
|
Hello, I just purchased Robolab 2.5.2 from Pitsco and am trying to install it under Mac OS 10.2. When I try the process (while logged in under an account with administrator priviledge) the installer gets to 2 or so files remaining, and then gives (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx)
|
|
 | | Re: Maximum Subroutine numbers?
|
|
Following up my own post with more information: I found in the Minnesota FIRST League's Software Training Manual the statement: "Local subroutines are identified and called by number (1-8)." This suggests that unlike containers and most other (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Maximum Subroutine numbers?
|
|
Does RoboLab have a maximum subroutine number? Also, what is the maximum number of subroutines which can be defined? Referring to real subroutines, not SubVIs. I have a program which defines 5 subroutines, numbered zero through 4. It seems like when (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | What is "Stop Event Monitoring" for?
|
|
The Robolab manual says "This command stops the program from watching for events" and gives an example which is essentially identical to the example for the "Start Monitoring for an Event" icon except it adds a "Stop Event Monitoring" icon after the (...) (22 years ago, 28-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | What is "Reset Event" for?
|
|
What exactly does the Robolab "Reset Event" icon do? Under what circumstances would or should it be used? The Robolab manual gives only a Microsoft-esque useless restatement of the name of the icon: "Event This command resets monitoring for an (...) (22 years ago, 27-Dec-03, to lugnet.robotics.rcx.robolab)
|
|
 | | Re: Pseudo Proportional Control Re: RC Nitro Flash and RCX
|
|
(...) Hi Andrea, I have not tried, but I don't think it would work well because of the delays involved in IR remote transmission. Movement would probably be quite shaky! Philo (22 years ago, 27-Dec-03, to lugnet.robotics)
|
|
 | | Re: (Some) HiTechnic Sensors to be Produced Once Again?
|
|
(...) This is true. I got confirmation from John Barnes when Steve Hassenplug announced this a few weeks back. (...) Kevin (22 years ago, 27-Dec-03, to lugnet.robotics, lugnet.technic)
|
|
 | | Fwd: Pneumatic valve mystery
|
|
Michael, Thanks to you as well. The little system just keeps chugging along; very tight. Every bit of tweaking helps. Walt (22 years ago, 27-Dec-03, to lugnet.robotics)
|
|
 | | (Some) HiTechnic Sensors to be Produced Once Again?
|
|
Looks like it to me. (URL) know more? Max (22 years ago, 27-Dec-03, to lugnet.robotics, lugnet.technic)
|
|
 | | Re: Pneumatic valve mystery
|
|
(...) What about tighten the things a bit more with: int pos = whichPosition; valveMotor.forward(); while( pos != 1 ) { pos = whichPosition; } valveMotor.stop(); LCD.showNumber( pos ); This should be the fastest loop I can think of in terms of (...) (22 years ago, 26-Dec-03, to lugnet.robotics)
|
|
 | | Re: Pneumatic valve mystery
|
|
Alex, Many thanks! Your improved code has been chugging along nicely; probably 100 cycles with no mysteries! Walt White (22 years ago, 26-Dec-03, to lugnet.robotics)
|
|
 | | Re: Pneumatic valve mystery
|
|
(...) I suspect you're having problems with indeterminate values in the whichPosition variable. This might happen due to the SensorListener getting called in the middle of one of the tests for your while loops... or it might have some other cause. (...) (22 years ago, 26-Dec-03, to lugnet.robotics)
|
|
 | | Re: Pneumatic valve mystery
|
|
(...) touch (...) to? (...) not (...) Kevin, Thanks for the reply. As you might guess, I am also a novice at posting and replying to a "list." Took two trys to get it posted! I do get the touch sensor pressed every time the drum passes it. I can see (...) (22 years ago, 26-Dec-03, to lugnet.robotics)
|