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 / *700 (-20)
  Re: Code Repository
 
(...) Or perhaps a more general one sitting atop the others (integrationally or as a launching point). Because even when there's pseudocode for something, the actual implementation in, say, pbFORTH, may differ fundamentally from the implementation (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.admin.general)
 
  RE: Code Repository
 
Todd: Nice work on the sample page, very easy to use and browse. I would find this format very useful. Jeff Jeffrey Hazen jeffrey.hazen@northmill.net (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Re: Code Repository
 
(...) Since many algorithms apply across languages, what about a single repository for all code? (How about lugnet.robotics.rcx.code?) True, it would increase the noise-to-signal ratio for many, but it would Keep It Simple. Also, I favor follow-ups (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.admin.general)
 
  Re: Code Repository
 
(...) Since many algorithms apply across languages, what about a single repository for all code? (How about lugnet.robotics.rcx.code?) True, it would increase the noise-to-signal ratio for many, but it would Keep It Simple. Also, I favor follow-ups (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.admin.general)
 
  Re: Code Repository
 
(...) As LDraw enthusiasts have discovered (via the lugnet.cad.dat.* hierarchy), having special newsgroups for these sorts of things really makes it nice to follow discussions that pop up as well, since they're simply lower-level nodes in the (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.admin.general)
 
  Re: Code Repository
 
(...) Hi Brian, Yea, if someone wanted to be an editor of the /robotics/rcx/nqc/ area of the www.lugnet.com website, a code repository would be very easy indeed to set up on LUGNET. For example, John VanZwieten is editor of the /cad/datsville/ area (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Code Repository
 
Anyone interested in setting up a code repository for NQC? It could be a place to look for cut and paste routines that you could use in your project. If you had a cool piece of code that had some reuse value, then you could upload it to the (...) (25 years ago, 16-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2 Request
 
Dave, Thanks for all the comments in the thread. As I have not looked at the API supplied by the firmware I did not realise that the NQC api was such a close match. Adding the functions as you have suggested is a very neat solution. It is nice to (...) (25 years ago, 16-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2 Request
 
(...) If anyone wants to add these functions into their own code... void OnFwdFor(const int m, const int &t) { Fwd(m); OnFor(m, t); } void OnRevFor(const int m, const int &t) { Rev(m); OnFor(m, t); } These should be efficient - everything will be (...) (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2 Request
 
(...) No, that's not a big deal, I don't mind a "superset". Most of the NQC 2.0 changes were to make terminology consistent between RCX Code and NQC, etc. Dave (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2 Request
 
That's all that really happens when I add new calls anyway. Anything that even remotely looks like a function call is either an inline function of a macro, and not part of the language itself. I guess the real question is if its appropriate to (...) (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Version 1.5
 
I have seen a Mindstorm box here in the USA for version 1.5 apart from 10 less pieces and a recomendation for a 166Mz PC what is the diffference. I here there are lot of bug fixes is this in the PC software or the RCX brick. I have seen coments of a (...) (25 years ago, 15-Sep-99, to lugnet.robotics.rcx)
 
  Re: NQC 2 Request
 
Dave, I like the finite coltrol of the motors myself but can understand the request. It may encourage the "younger" programmers to use the language. Does adding the commands go against your move to get closer to the API? The user could always create (...) (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2 Request
 
Why not just use a macro instead of expanding the language? (...) Joel Shafer joel@connect.net (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2 Request
 
Its a little too late to add to the NQC 2 API, but I can add it in a later release if people really want it. Anyone second the idea? Dave Baum (...) (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
 
  Re: RCX 'brick connectors' and how-they-work??
 
On the subject of making connector blocks, I have been very successful with taking the conductor strips you get as a S@H service pack, hacking two squares out, slotting one edge of each of the 2x2s, soldering wires to that side, slotting the inside (...) (25 years ago, 14-Sep-99, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: RCX 'brick connectors' and how-they-work??
 
Thanks, Jonathan && Others... I'll look at the patent. With all the 'clones' out there, is it likely that Lego would complain if someone made compatible-but-not- identical connectors?? How do they handle the Clone Market?? Couple of questions, (...) (25 years ago, 14-Sep-99, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  NQC 2 Request
 
Hi, I just wondered whether it might be handy to add OnFwdFor(motors) and OnRevFor(motors). Regards Dave (25 years ago, 14-Sep-99, to lugnet.robotics.rcx.nqc)
 
  RCX as a universal remote?
 
Here's a thought: You're in the bedroom with your trusty RCX on the floor. You're watching TV, but the tuner is in another room. You point your remote at your RCX, change channels, and the RCX scurries out of the room, off to repeat the IR command (...) (25 years ago, 13-Sep-99, to lugnet.robotics.rcx)
 
  Re: RCX Currnet Rating?: And info on Internals??
 
Kekoa, Many Thanks for your tireless digging. I have seen a lot of very interesting stuff you have unearthed. I think that more is often learned about Engineering by 'Reverse Engineering' than 'forward'! Years ago I used to get tons of old IBM (...) (25 years ago, 12-Sep-99, 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