 | | Robolab/RCX program code size and limits.
|
|
Hi, I'm using Robolab 2.5.3 and RCS firmware revision 03.01 03.28. I have a couple of questions: - I want to demonstrate the difference in code size between a program written using subroutines versus a program written using subVi's. How do I (...) (22 years ago, 24-Oct-04, to lugnet.robotics.rcx.robolab)
|
| |
 | | 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)
|