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 / *1925 (-20)
  Re: scout.nqh no longer necessary?
 
(...) Yes, this is true as of 2.1.b2. (25 years ago, 11-Feb-00, to lugnet.robotics.rcx.nqc)
 
  scout.nqh no longer necessary?
 
It looks like Scout programs no longer need `#include "scout.nqh"', and the file has been removed from the NQC beta distribution. Is that correct? I've been confusing someone new to NQC because I didn't realize this :( --Ben (25 years ago, 11-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: Having trouble with -D option
 
You found a bug - NQC is actually defining D to be the tokens =1, which then leads to a lot of confusion later on. Basically I bungled the pointer math. I fixed the source so the next release (2.1 final) should be fine. I'll probably release 2.1 in (...) (25 years ago, 11-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: Having trouble with -D option
 
(...) Same with 2.1b3. FWIW, #ifdef D task main() {} #endif works as expected. D is getting defined, just not to 1. (Or to any number.) (25 years ago, 11-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Having trouble with -D option
 
If I compile this program (named d.nqc): /* nqc program */ #if (D == 1) task main() {} #endif with the command: nqc -DD=1 d.nqc I get the following error: # Error: syntax error in expression File "d.nqc" ; line 2 # #if (D == 1) # ^ #---...--- # 1 (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: static version of lnpd uploaded to arthudent
 
(...) Should be up now. Sorry about the delay- I haven't been home in slightly over 24 hours :) -Luis ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: How much memory finally?
 
Here's the latest update. Hope we will get a clear picture of this #@$@ memory after all. The point is that the RCX processor can address 64k of memory, so let's divide this range into 4 equal area of 16k. (note:16k or 16384, in hex is 0x4000). (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally? ADDENDUM
 
I have seen some systems that have RAM set up this way: The first area is for the system, the second area is user programs and is allocated from the bottom up. The third area is user (and system) data, allocated from the top down. They "meet in the (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally? ADDENDUM
 
Hey, that's a pretty nice idea! Any volunteer? D. (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally? ADDENDUM
 
I haven't seen anyone talk about hacking a memory expansion (hardware) yet. 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) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: infrared communication
 
(...) I dont know what the max distance for two RCXs is. But i have had the infared transmitter as far as 40 feet from the RCX, with no obstructions in the way and they still communicate. I would bet they have a pretty good range. Jeff (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  RE: How much memory finally? ADDENDUM
 
(...) There is no user memory from 0x4000 to 0x8000 - It's all ROM space but it might not be used. I look at things in terms of replacement firmware, and the RCX is very flexible in this regard. The RAM for replacement firmware starts at 0x8000. (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  infrared communication
 
What is the maximum distance for infrared communication between two RCXs (say with new batteries)? Do the RCXs have to 'face' each other? Thanks, Michael (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally? ADDENDUM
 
Well, I checked with Kekoa's memory map, and indeed, thinks are not as simple. And Dave was right (Why did I doubt is sacred words?) Memory is divided into three main area of 16k. The first is ROM, containing the base programs. The two other (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: How much memory finally?
 
Thank for the answer, Dave, this is the kind of info I'm looking for. BUT! I don't think it is correct: 0x8000 is 32k: the firmware would start at the end of memory!?! 0xbfff is 48k: unless the 16k of the rom are counted of course... Then this mean (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx)
 
  Re: Tactical Robot - A robot that play a board game REALLY!!!
 
-- ___...___ Ferrara Francesco Jeffrey Baldwin <Heatwaaave@aol.com> wrote in message news:FpGE5u.B4w@lugnet.com... (...) know (...) TAR Know when it win, and make some sounds when it is in advantage... (relative to its score!) I have spent 2-3 (...) (25 years ago, 6-Feb-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: LNP Example please
 
(...) Well, it's mentioned in the README ;-), but obviously not detailed enough. The problem is: the dynamic loader doesn't find the library you linked against. The dynamic loader is a program that is started whenever you execute a dynamically (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: Using Servos with the RCX - Yes!
 
(...) YES! Great job Ralph! (...) I love this. I could drive up to 6 pneumatic cylinders with a single RCX... wow! (...) The circuit is very simple to set up even for a non-electronic guy like myself. Give me just the time to lay my hands on one of (...) (25 years ago, 10-Feb-00, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Re: LNP Example please
 
Just updated my libc version (I love apt-get on debian linux... woohoo... it took about 30 seconds to update about 6 core applications on my system with a single simple command !!) Ok. it now complies without a problem and lnp also appears to run (...) (25 years ago, 10-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: How much memory finally?
 
(...) I believe it has a 16K ROM and 32K SRAM. Within the 32K, 16K is occupied by the 'firmware' downloaded to the RCX. About 6K is reserved for bytecode program space and the datalog. Presumably the rest is working memory for the firmware (stack, (...) (25 years ago, 10-Feb-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