To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *1655 (-20)
  Make and dependencies
 
Perhaps I don't understand what needs to be done to get "make depend" to work properly. I'm working on a Win95 box. After exectuting this command for the kernel (in the boot directory) I do not end up with a complete ".depend" file. I get the error (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  0.2.3 bug report
 
If there are touch sensors pressed at the time the RCX is turned off there will be some semi-random junk left on the LCD display. If you power on the display is fixed, and you can remove/release the sensors, turn the RCX off and get a blank display. (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: NQC 2.1 b2 in beta test
 
(...) My test was a program like this: #include <stdio.h> int main(int argc, char**argv) { int i; for(i=0; i<argc; ++i) printf("<%s>\n", argv[i]); } I built it under both Metrowerks and VC++. Then I called the program with various command lines to (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.nqc)
 
  firmdl3 on Winnt - no more problems!
 
Finally I got a firmdl3 version that FULLY works on Winnt, both in slow and fast mode! No more "write: permission denied" or "read: permission denied" problems... No more interrupted downloads at all on my system (NTWS 4 SP6a). Note: I've not tested (...) (25 years ago, 16-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: NQC 2.1 b2 in beta test
 
(...) Absolutely! I guess I misunderstood. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! (URL) grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the first group; (...) (25 years ago, 16-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.1 b2 in beta test
 
(...) I don't deny that this is the way C does it. But nevertheless, when you pass parameters *on the Win command line*, shouldn't you follow the behavior that is de-facto standard (even if "incorrect" from a C view) for *that* OS, irresepective of (...) (25 years ago, 16-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.1 b2 in beta test
 
(...) You are wrong. The precedent, naturally, is C, coz NQC, isn't quite, err, C. Backslash _is_ the escaping character in C, even on Windoze. So, to write \a\b\c as a correct C string (yes, even a VC++ one), you have to write "\\a\\b\\c", and if (...) (25 years ago, 16-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.1 b2 in beta test
 
(...) Unfortunately, I don't know "official" rules nor did I find a place where to look them up. Nevertheless, I can only think that this whole escaping stuff is not compliant with normal, expected Win32 behavior. The backslash is the standard (...) (25 years ago, 16-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: InstallShield for legOS
 
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 (...) emacs runs great on windows. It has all of the syntax highlighting features and it can be set up to run makefiles from inside emacs. Might be a way to make the learning curve a little less steep (...) (25 years ago, 15-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: offtopicy sort of thing
 
According to that elementary physics, you are converting power into heat as part of this process. Usually, when downgearing an engine, the intention is to have more power at the slower speed (for better climbing, lifting, etc.). This will not be the (...) (25 years ago, 14-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: Rechargable battery questions
 
I use an external battery pack whenever possible/practical. It has 8 (not 6) NiMh cells, providing a total of 9.6 volts. Works fine. Actually, it produces a little more power than ordinary batteries. You need a socket for external power on the RCX (...) (25 years ago, 15-Jan-00, to lugnet.robotics.rcx)
 
  Re: Rechargable battery questions
 
(...) I prefer rechargeable alkalines myself (such as Rayovac Renewal). They have the same nominal cell voltage as alkalines, charge quickly, have excellent shelf life, and no memory effect. The downside is that their total charge is somewhat less (...) (25 years ago, 15-Jan-00, to lugnet.robotics.rcx)
 
  Re: NQC 2.1 b2 in beta test
 
(...) the exec (...) The answer isn't pretty.... As near as I can tell (sorry, not much of a Windows expert), the command line gets passed in its entirety to the executable, which then is responsible for parsing it into separate arguments. For the (...) (25 years ago, 15-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC default output file
 
(...) I just added the error check to nqc. I haven't changed the directory yet, though. Using the source directory was strictly from laziness. Assuming there aren't massive objections, I'll switch to using the current directory. Dave Baum (25 years ago, 15-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Rechargable battery questions
 
Greetings, I am yet another lucky person graced with an RIS this holiday season. I already seem doomed to buying more Lego sets for extra parts. I was quickly thwarted trying to build examples in Jonathan Knudsen's book which I assume is based on (...) (25 years ago, 14-Jan-00, to lugnet.robotics.rcx)
 
  Mindstorm firmware C compiler for W95 platform ready for download.
 
Having trouble getting the Hitachi H8 Mindstorm firmware compiler to run on a W95 platform? Francesco Ferrara has a ready to run installation on his website! (URL) . Download, un-rar, add c:\qc\bin to your path and you're all set. You can have your (...) (25 years ago, 14-Jan-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: NQC 2.1 b2 in beta test
 
(...) The same problem was already present with the b1 (I had asked about it in this newsgroup but got no reply). Also, I don't think it is related to the parameters. I have now checked the exec call of RcxCC with a debugger and found this is the (...) (25 years ago, 14-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.1 b2 in beta test
 
(...) Hmmm - the only reason I can think of for this would be if RcxCC is using one of the deprecated options that were removed in 2.1 (-o, -e, and -s which were replaced by -O, -E, and -S). If Mark can confirm which (if any) of these options are (...) (25 years ago, 14-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: offtopicy sort of thing
 
(...) It's offtopic in .nqc, but not in lugnet.robotics in general. (25 years ago, 13-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: offtopicy sort of thing
 
I think that's a really good idea. I tried it, and found out that the motor recieving power spins slower than the motor you spin. This is about 4:3. This could be a really good speed reduction technique that doesn't use gears, or you could power (...) (25 years ago, 13-Jan-00, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR