|
 | | Re: threads
|
| some suggestions: 1) random_delay = random()/1000000; LegOS uses 16 bit integers, meaning the largest value an integer can have is something like 65535. The above statement is meaningless 2) (...) If you kill a thread, make sure it's still a valid (...) (24 years ago, 15-Jan-02, to lugnet.robotics.rcx.legos)
| |  | | Re: newbie question
|
| (...) Chris, if you start it in 'Programmer' mode and double-click (say) 'Inventor 4' you will open a new file complete with the 'Begin' and 'End' icons. If you pull down the 'Help' menu and click on 'Show Context Help' a screen will open that (...) (24 years ago, 15-Jan-02, to lugnet.robotics.rcx.robolab)
| |  | | Re: Using the Differential to drive straight.
|
| Thanks Mike, I'll be sure to try the adder-subtractor, as well as your new device. I completed the prototype of the differential drive with a transmission-lockable axle over the weekend. Actually, I can't claim credit for it, I got the idea from (...) (24 years ago, 15-Jan-02, to lugnet.robotics)
| |  | | Re: My Ambulators
|
| hi Brian, nice robots and good pictures ! I just studied them roughly, but did I conclude it right that you made a rotation sensor with the normal lego switch ? If so, great (because finally we've a destination for that terrible sensor), does it (...) (24 years ago, 15-Jan-02, to lugnet.robotics, lugnet.technic)
| |  | | Re: wireless RF RCX communication?
|
| This may help, little expensive though. (...) (24 years ago, 15-Jan-02, to lugnet.robotics)
| |  | | newbie again
|
| Hi everybody, a need some explanation about NQC. What I have to do is this: I have Lego Dacta's Control Lab (#9701) and I want to program it using NQC. I know now that I need to buy the RCX in order to do that, but is there anything else? What is (...) (24 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
| |  | | LNP Routing daemon with tcp/ip for RCX/legOS, Cybermaster/NQC
|
| Dear NG, i try to develop a LNP routing daemon (LNPoI - Lego Network Protocol over Internet)and i think this peace of software can be also usefull to other people using legOS, RCX and Cybermasters (!). For now it´s only available as a binarie file (...) (24 years ago, 15-Jan-02, to lugnet.robotics.rcx.legos)
| |  | | Question about NQC code
|
| Hi, I created the following light searching program: #define speed 2 #define inaccuracy 2 int lightstrength, max, min; task main() { SetSensor(SENSOR_2,S...OR_LIGHT); start searchforlight_a; } task searchforlight_a() { lightstrength = (...) (24 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
| |  | | My Ambulators
|
| Hello everyone, this is my first Lugnet post. Yea for me :) I just wanted to show everyone my lego creations. Ever since the Lego Mindstorms website had an Ambulator contest about a year ago I've been fascinated with making them. So after nearly a (...) (24 years ago, 15-Jan-02, to lugnet.robotics, lugnet.technic)
| |  | | Re: BricxCC
|
| (...) that's a good point, especially for larger programs ! Stef Mientki (24 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
| |