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 / *1665 (-20)
  Re: offtopicy sort of thing
 
I parallel two motors frequently with no ill effects. There is no generation taking place. It will use more battery current for the two motors than it would for one, but it is also doing more work. -- Bob Fay rfay@we.mediaone.net The Shop (URL) (...) (25 years ago, 18-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: offtopicy sort of thing
 
(...) I was just trying out having 4 motors to power 4 wheels (one per wheel) and I saw this effect. I had the two motors on the right side both attached to output A and the two motors on the left side both attached to input C. But now I am worried (...) (25 years ago, 18-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: Command Line Length (and more)
 
Steven Vore <svore@mindspring.com> wrote in message news:FoHy1L.G3p@lugnet.com... (...) I think the problem is in the make program. If I put the same command in a batch file (fully expanded command line) it works (both with command.com and (...) (25 years ago, 18-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: NQC 2.1 b2 in beta test
 
(I didn't have time today to check with VC++ and VB as I intended.) (...) Mhm, I see. This makes sense. The behavior of VC++ still strikes me as odd, but anyway if it's so, then your conclusion is obviously right, I'd say. Uwe (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.nqc)
 
  Re: Command Line Length (and more)
 
(...) IIRC, command.com imposes that length limit (I'm assuming you're on a PC here). -Steven (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: Mindstorm firmware C compiler for W95 platform ready for download.
 
(...) Hmmm, I tried to download, and the RAR files are corrupted... am using the latest WinRAR... I would appreciate if the archives were available in other formats too, as I don't want to have to but WinRAR when I have other archivers already. (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  Command Line Length (and more)
 
It looks like I have most of the problems solved. However, one serious problem seems to be related to the length of the command line. Either "make" or the OS is truncating the command line to about 127 characters. This causes several module builds (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: Mindstorm firmware C compiler for W95 platform ready for download.
 
(...) This seems very interesting! But I fear that having two different C development environments will split the development efforts... As a developer I wouldn't want to have to write my code for two platforms, so it would be nice to have some (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: Make and dependencies
 
I just double checked my setting. Unfortunately, that was not the problem. Since it can find the compiler and build the .o files with no problem, TOOLPREFIX is definately set properly. Thanks anyway. Ben Jackson <ben@ben.com> wrote in message (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: Make and dependencies
 
(...) When I first built legOS I discovered that I had TOOLPREFIX set wrong (Makefile.common) and gmake appeared to be ignoring rules for which the tools could not be found. So `cd boot; gmake legOS.srec' would fail with `no rule to make legOS.dis2' (...) (25 years ago, 17-Jan-00, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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