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 / *2315 (-20)
  Re: location of NQC group?
 
(...) Personally I like the move to robotics.nqc I don't like the idea of splitting it up. Cross posting would make reading the groups very annoying. I'd say make the current one archive only putting a LARGE message like the rules pop up to new (...) (24 years ago, 9-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)
 
  Re: NQC Ignores based on your pbrink
 
(...) I agree wholeheartedly. I don't want to see people selling their bot code. It's all about sharing and learning. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 9-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Another makefile suggestion
 
This particular change would be useful in the lib directories. Instead of using this: SOURCES=memset.c strcmp.c ..... etc. Use this: SOURCES := $(wildcard *.c) Note the use of ':=', not '='. This will pick up ALL .c files in the current directory. (...) (24 years ago, 9-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: NQC Ignores based on your pbrink
 
(...) This seems reasonable to me. Plus, it has the added benefit of being inherently open: source is all about "here's how to do this"; binaries are "here's a thing that does this". It's nice to encourage the first attitude. (24 years ago, 9-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  Re: NQC Ignores based on your pbrink
 
(...) This first define (__RCX = 2) will happen automatically in NQC when you select RCX 2.0 as the target for compilation. Selecting an RCX 1.0 target will cause the symbol to be defined as 1. (...) I hope I don't have to add a __FIRMWARE symbol... (...) (24 years ago, 9-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  Re: NQC Ignores based on your pbrink
 
Have you considered adding the firmware build version to that symbol or to a new one? __RCX = 2 __FIRMWARE=3.21 This would facilitate creation of portable, work-around code that would accomodate an end-user who hasn't updated their firmware (or has (...) (24 years ago, 9-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: location of NQC group?
 
(...) Just a long term tickler. Long term, it should come to pass that this is not true, and that moving a group is not an impossible thing to do. ++Lar (24 years ago, 9-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)
 
  Re: location of NQC group?
 
(...) Yes, I think that would be a good move. (...) I'd prefer not to proliferate too many newsgropus. Personally I don't think the nqc traffic is presently so high that people need to filter it based on target. Odds are that this would even cause a (...) (24 years ago, 8-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)  
 
  Re: NQC Ignores based on your pbrink
 
(...) Yes, I agree with the approach to using __RCX for conditional compile - that's really why its there. I had thought about adding some of the functions (SetSensor() etc.) as no-ops in the Scout API, but this really didn't feel right to me. I (...) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC Ignores based on your pbrink
 
(...) Very True. Does anyone know when downloading to Scout with RCXCC will be ready? Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: location of NQC group?
 
(...) Yah, DaveB & I were talking about this a while back -- and since then the non- RCX support has gotten even stronger. Dave indicated that he'd like to move the group up a level, which is possible but we'll have to actually start a new group (...) (24 years ago, 8-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)  
 
  Re: NQC Ignores based on your pbrink
 
(...) Coincidentally, I think someone just posted the answer to your question a few hours ago.... (URL) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  NQC Ignores based on your pbrink
 
Dave Can you setup NQC to automatically ignore things a pbrink doesn't understand? For example The scout. I have a program that I use in my 2 RCX's and my 1 scout. But Constantly have to /* */ the offending code for the scout. Is there some way we (...) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: problem building bugbot3.nqc in cybermaster
 
(...) Why not do something like this? #ifdef __RCX SetSensor(...) ; #endif (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: Turning power off?
 
(...) rubber (...) No. The 'power connector' version, is the RCX 1.0. When Lego introduced the Mindstorm 1.5, they removed the power connector. To confuse more, the case of the RCX is still marked 1.0!. The RCX 1.0 _with power connector_ is still (...) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.pbforth)  
 
  Calling ROM from libc
 
Hi all. This is just a quick moral question. I noticed that the RCX ROM has a copy memory routine (0x042a). I've modified my memcpy.s to use this: _memcpy: push r0 mov.w r1,r0 add.w r2,r1 pop r2 jmp @ mem_copy .end And added mem_copy=0x042a to (...) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.legos)
 
  Re: Using ROBOLAB for FIRST LEGO League
 
They now have information about the new FLL season on their web site at: (URL) Veteran teams can register now to reserve their team number from last year (after First fixes their frontpage bug). (...) (24 years ago, 7-Apr-00, to lugnet.robotics.rcx.robolab)
 
  Re: Turning power off?
 
(...) YES ! Definitely! BTW: Could it be that US versions of the RCX do have a connector for an power supply ? I saw that in _The Unofficial Guide to Lego MindStorms_. Stefan (24 years ago, 5-Apr-00, to lugnet.robotics.rcx.pbforth)
 
  Re: P-brick Script code terminology
 
Ah that explains it! I didn't try RCX Code, I wasn't that keen on it and also it wouldn't run on my NT workstation. I moved straight on to NQC and more recently have been trying RoboLab. That's why I didn't get the reference. Thanks, Conrad. (...) (...) (24 years ago, 7-Apr-00, to lugnet.robotics.rcx)
 
  Re: P-brick Script code terminology
 
Some sort of brick metaphor would work for me. Dennis (...) -- Dennis Williamson - Certified Y2K Complacent Bad News: The next millenium starts on a Monday. Good News: You get the day off. (remove .NO and SPAM. to reply) (24 years ago, 7-Apr-00, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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