 | | Re: Shuting up the RCX
|
|
(...) Right, that's an option but perhaps not the ideal for me since I'm working with NQC. Any other? Thanks anyway Jürgen. (24 years ago, 18-Dec-01, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
 | | Re: Home-made One-way valve
|
|
(...) Also, the external pressure is usually fairly fixed (atmospheric pressure) and there's a lower limit to the internal pressure (absolute vacuum), but no intrinsic upper limit (though it is limited by the strength of the tank). Therefore a (...) (24 years ago, 18-Dec-01, to lugnet.robotics, lugnet.technic)
|
|
 | | Re: How to get interval of time
|
|
(...) correct? Yep, that's how I do it & it seems to work. ROSCO (24 years ago, 18-Dec-01, to lugnet.robotics.rcx.legos)
|
|
 | | Site Redesign
|
|
Hi all. I have finally gotten around to yet another site re-design. I have added some new areas including pics of my climber robot, and a reviews section. link - www.astolfo.com/lego Dave (24 years ago, 18-Dec-01, to lugnet.robotics)
|
|
 | | Re: Home-made One-way valve
|
|
Instead of pushing a pneumatic switch back and forth, you can use the old non-return valve: (URL) the pump to the middle hole, connect the air tank to the left hole and leave the right hole free. The old style pump will pull air out of the tank and (...) (24 years ago, 18-Dec-01, to lugnet.robotics, lugnet.technic, lugnet.build)
|
|
 | | Re: Home-made One-way valve
|
|
(...) matter, (...) Well said, Steve, I agree. A tank is simply a container whose inner gas (air in this case) can have a different pressure from the one outside. This pressure can be higher or lower than the one of the air in the environment, but (...) (24 years ago, 18-Dec-01, to lugnet.robotics)
|
|
 | | Re: Home-made One-way valve
|
|
(...) ...the whole concept of "storing vacuum" is a little disturbing. :-) Perhaps "lowering the air pressure" in the tank would be a little more reasonable! ---...--- Steve Baker ---...--- Mail : <sjbaker1@airmail.net> WorkMail: <sjbaker@link.com> (...) (24 years ago, 18-Dec-01, to lugnet.robotics)
|
|
 | | Re: Installation Problem: RIS2.0 USB on Fast Athlon ??????
|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Just a few questions. What type processor is it? (Pentium III or Pentium IV) What OS? The reason being is, there are some minor issues with Win98 and Pentium IV processors, as well as having some (...) (24 years ago, 18-Dec-01, to lugnet.robotics)
|
|
 | | Re: Home-made One-way valve
|
|
(...) you can store the vacuum in the LEGO tank or any other tank for that matter, but the technic pumps will not work for this unless you do a bit of work to figure this out: if you hook an old style pump straight to a valve (dont know which pin (...) (24 years ago, 18-Dec-01, to lugnet.robotics, lugnet.technic, lugnet.build)
|
|
 | | Re: Home-made One-way valve
|
|
(...) made (...) hose (...) You store it the same way. A tank can store a vacuum as well as pressure - it's basically equivalent to increasing the pressure outside. This principal was used on many steam trains (and some diesels?), which use vacuum (...) (24 years ago, 18-Dec-01, to lugnet.robotics, lugnet.technic, lugnet.build)
|
|
 | | Re: Home-made One-way valve
|
|
(...) Alas it doesn't work that way at all. The air tanks will definitely not work with the old style pneumatics whatever way you try to incorporate them in (yep, I spent a good hour checking). Now as I understand it, the air tank is meant to store (...) (24 years ago, 18-Dec-01, to lugnet.robotics, lugnet.technic, lugnet.build)
|
|
 | | How to get interval of time
|
|
In NQC, I can use ClearTimer(0) and Timer(0) to get interval of time, how can I do it in legOS? I used t1 = sys_time, then t2 = sys_time, so interval = t2 - t1, is it correct? Zhengrong (24 years ago, 18-Dec-01, to lugnet.robotics.rcx.legos)
|
|
 | | Robot Controller 1.2b1
|
|
I've posted a new version of Robot Controller ---the ideal companion to NQC for Mac OS X users. This version fixes a couple of bugs. Download from: (URL) the way, has anyone tried it? It would be nice to get some feedback! Barney. (24 years ago, 17-Dec-01, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: RCX remote control and the use of PICs
|
|
Hi Stef, A great project, well designed, and very well documented and presented. Thanks! I'll probably make one of these pretty soon. Nice work Michael (...) (24 years ago, 17-Dec-01, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
 | | RCX remote control and the use of PICs
|
|
hi All, Inspired by some applications of the 16F84 PIC, we came up with the idea to make a IR-module, which is capable of doing all the InfraRed tasks we could imagine with the RCX. Well it hasn't come so far, but we have build a RCX IR-remote (...) (24 years ago, 17-Dec-01, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
I was using my scout this past weekend as a coinbox detector to launch a mono rail. The touch sensors work exactly as Dave suggests. You can also just do the following: until(SENSOR_1); Waits until it's touched. until(!SENSOR_1); Waits until the (...) (24 years ago, 17-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
|
 | | Re: Injection-Molding Factory
|
|
(...) I will try to answer your questions here: Andrew- ROBOLAB is a great program. NQC is also a great program. I have used them both. It depends on which you prefer. In my case, I do not use (say) C++ elsewhere and I find ROBOLAB easier to (...) (24 years ago, 17-Dec-01, to lugnet.robotics)
|
|
 | | Re: Shuting up the RCX
|
|
(...) Change the firmware. Maybe we should make this a selling point of Lejos :-) (at the moment it beep too, I think) Jürgen (24 years ago, 17-Dec-01, to lugnet.robotics.rcx)
|
|
 | | Re: How to read the touch sensors on the Scout in NQC?
|
|
(...) That is what I thought, but it will determine if the touch sensor is pressed. (...) Dunno, I'll try. Then again, if !=255 works... (...) If it were not for Perl I'd never write a line of code ^_^ (24 years ago, 17-Dec-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
|
|
 | | Re: Home-made One-way valve
|
|
(...) Difficult to regulate though - as the same pump affects both. When the high pressure one is full & low pressure one needs pumping, it'll keep adding pressure to both (one outside, one inside). You'd have to have some kind of pressure release (...) (24 years ago, 17-Dec-01, to lugnet.robotics, lugnet.technic, lugnet.build)
|