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 / *1190 (-20)
  Re: NQC wishlist
 
Dave, All of these additions to NQC sound great ... especially the char and bool data types! There is no way that we (all the NQC users) can adequately express our appreciation for all of your work in developing and freely distributing NQC. I hope (...) (25 years ago, 23-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC wishlist
 
(...) I'm not really comfortable with variable-length bit allocations since this isn't something that happens in C outside of structs. But there could still be a couple "smaller" types. Right now an int is 16 bits. Perhaps a char could be 8 bits, (...) (25 years ago, 23-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: legOS IR comm and debugging tools
 
(...) Lorenzo, i also just started with legOS and just thought about exactly the same issue. I'm wondering, if anyone has tried to run gdb in remote mode on the RCX. Imho, this would be the perfect solution... I've never ported gdb-remote to a new (...) (25 years ago, 23-Nov-99, to lugnet.robotics.rcx.legos)
 
  legOS IR comm and debugging tools
 
Hello, as I begin to appearch dangerously the 32 variables limit of nqc on a current project, I have started to approach LegOS. After some apparently common problems, I managed to compile the h8300 programs and compile legOS 0.2.2. The demos work as (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.legos)
 
  first impressions about pbForth
 
Hi! After fiddling around with pbForth this weekend, I have to confess I have mixed feelings about it. Maybe not everybody will be thrilled to share them, but maybe I am doing something wrong and I would appreciate the input... The language itself (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: What should be in the next version of RcxCC
 
Hi! well, I am missing something in an otherwise great RcxCC... Variable values display in dec/hex/binary would be great, as converting by hand every time is tedious. thanks /Vlad (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.nqc)
 
  NQC wishlist
 
I am not sure if there is such a wishlist... I remember there was a "call for wishes" for RxCC... The biggest problem with the standard firmware is the small amount of variables. Since not every use of a variable will use all 16 bits, I think it (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: sending files to pbForth - results
 
(...) think (...) Also, try the places like www.forth.org or www.taygeta.com (...) com port (...) I'm afraid there is no any good way. Seems this "garbage" appears due to some design problems in IR tower scheme. Usually it happened whenever the (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Battery Status ?
 
Has anybody figured out the meaning of values got from the BATTERY sensor ? Currently, my little testproggy "cputw(BATTERY>>6);" displays F9, and i guess my batteries are close to their end of life. BTW, if you read this, Markus: The new rotation (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Help - RCX sensor port failure
 
(...) I should tell my wife about that ;-) Anyway, in the LEGO supplied software there is a little test window that you can pull out that lets you configure sensors without writting and running programs. You can also see the values that the RCX is (...) (25 years ago, 22-Nov-99, to lugnet.robotics.rcx)
 
  Re: sending files to pbForth - results
 
Hello. I became acquainted with pbforth via Jonathan Knudsen's (O'Reilly) books and think that it's a terrific place to learn forth. I am using CRT with line delay=100 and char delay=20, but if I wait between carriage returns, I get "garbage" I (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Help - RCX sensor port failure
 
(...) "Stuck" was the magic word. It was (of course) somehow only stuck thinking it was a touch sensor port. I used the Mindstorms RCX code to re-program all sensor ports as light sensors downloaded and then - nothing - still the same error (no (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx)
 
  Re: Help - RCX sensor port failure
 
Franz-Michael S. Mellbin <fischer-mellbin@fis...llbin.com> wrote in message news:FLK4xM.F86@lugnet.com... (...) and (...) is (...) Reading 0 or 1 means the port is configured for touch type input. I don't see anyway it can get stuck in this mode. (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx)
 
  Help - RCX sensor port failure
 
Our first RCX has a sensor port failure on port 3 (Aaaarghhh...). The sensor port will read 0 and 1 only. It can react with the touch, light and rotation sensors (showing 0 or 1), so it somehow still senses if a sensor is present. We have no idea (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx)
 
  Re: Lego s/w and spirit.ocx
 
(...) NQC doesn't use spirit.ocx, so if you're just using the command line version of NQC, don't worry about spirit.ocx. However, if you're using RcxCC, then you'll need to make sure spirit.ocx is installed. Dave Baum (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: Lego s/w and spirit.ocx
 
I Didn't find it on a search of the mindstorms or Robolab site. dave Arjen Gerstel wrote in message ... (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: Problem with asm statement in loader.c
 
(...) hmm, i did not have to do that (...) just looked at your original posting and saw you are using glibc-1 -- i guess that's making the difference. In glibc-2.0 headers, O_ASYNC is defined to be 0x20000, and FASYNC is defined as O_ASYNC. (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Lego s/w and spirit.ocx
 
If I remember correctly, you can download spirit.ocx from the mindstorms internet site. I'm not sure if the 1.5 software installs it to HD, the 1.0 did. I never bothered to install the 1.5 upgrade CD. Arjen Dave Crabbe wrote in message ... (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Lego s/w and spirit.ocx
 
I installed the lego robolab ver 1.5 s/w from the CD and now want to install the NCQ program which uses spirit.ocx. However, I don't seem to have spirit.ocx on my system. Why did ther ver 1.5 s/w from lego not download the OCX to my hard disk? Will (...) (25 years ago, 20-Nov-99, to lugnet.robotics.rcx.nqc)
 
  ?? LabView - Sub Vi's, variables ?
 
A few questions about programming RCX using LabView's Inventor Level 4. (Is this proper group for posting?) 1. In using Inventor level 4, can a user create sub VI's? As programs get more complex, I'd like to break them up. I am somewhat familiar (...) (25 years ago, 20-Nov-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