| | Re: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed)) Mario Ferrari
| | | (...) off (...) True. But I find not very practical to be forced to use the terminal to switch off the RCX or start the program again, expecially when you are attending a contest or take your robot to an exhibit. What I meant by "supervisor" is some (...) (23 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
| | | | | | | | RE: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed)) Ralph Hempel
| | | | | I need to look at some items for Joerg, but I'll also look at a small supervisor that integrates the View,Run,Prgm,and On/Off buttons. This hsould be pretty easy and would be a good bit of example code. Cheers, Ralph (23 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
| | | | | | | | | | | | Re: Turning the RCX off and on again (was: New pbForth 2.1.0 (and firmware speed)) Joerg Pohl
| | | | | For the Workshop3D Event I use the following construct, the button handling is from the book "Extreme Mindstorms": : main ( -- ) \ Main Task init \ do main initialize ( ... ) BEGIN ( ... ) BUTTON_SCAN BUTTON_RUN? IF ( ... ) \ Calibrating BEGIN ( ... (...) (23 years ago, 11-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
| | | | | | |