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 / *8895 (-20)
  Re: BricxCC NQC
 
(...) I'm afraid you can't use DDE to make BricxCC send a message to RCX. You could write software which directly uses NQC to send messages to the RCX (since it supports the standard IR message feature in the RCX firmware. I have written a small (...) (20 years ago, 24-Sep-04, to lugnet.legoland, lugnet.robotics.rcx)
 
  Re: Sending messages
 
(...) Hello Ian - You may get better help in the RCX group and not the Legoland area. I am cross-posting this to the RCX group. Here is a direct link to it also: (URL) P (URL) (20 years ago, 24-Sep-04, to lugnet.legoland, lugnet.robotics.rcx)
 
  howto apply usb patch to brickos
 
Hi, thanks to some responses from this forum I now know that I need to patch brickos in order to function with the usb ir tower. The problem is...I have no idea how to apply this patch. I already downloaded the patch from sourceforge.net: (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 
  compiling problmes 2
 
Hi everybody, as I mentioned in my first question I am trying to use BrickOS. But I am not using the Bricx Command Center or something special for the LEGO RCX to compile it, I am using the HEW (Renases tool for the H8/300L microcontroller which is (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 
  Re: compiling problems
 
(...) Rudolf, I'm not the one to answer your question, but I can tell you this: You need to provide the list of unresolved references before anyone can help you. Unresolved references are typically because not all files are identified in the (...) (20 years ago, 23-Sep-04, to lugnet.robotics.rcx.legos)
 
  compiling problems
 
Hello everybody, I downloaded the source files of BrickOS and tried to build them. During the compiling process there are no errors, but during the linking process over 270 errors are appearing. All errors are "undefined reference" errors, which (...) (20 years ago, 22-Sep-04, to lugnet.robotics.rcx.legos)
 
  firmdl3 usb error linux
 
Hi, I'm running brickOS(0.2.6.10.6-1) on my debian (kernel2.6.8) using the /lib/modules/2.6.8-3...sbtower.ko driver for the usbtower(robotics inventions 2.0 - RCX2.0). Adding this driver gave me the following kernel message: Sep 22 18:51:46 (...) (20 years ago, 22-Sep-04, to lugnet.robotics.rcx.legos)
 
  NEW RIS
 
Does anyone know if LEGO is going to release a new RIS after the 2.0??? (20 years ago, 19-Sep-04, to lugnet.robotics.rcx)
 
  Re: Understanding Event Register Container
 
(...) I got clarification from Tufts University: The text "Variable 0 = 0" should have read "Variable 0 = Event Register". * Variable 0 is the Red Container * = 0 is sort of a typo I believe a change from "= 0" to "Event Register" will be in the (...) (20 years ago, 2-Sep-04, to lugnet.robotics.rcx.robolab)
 
  Re: Remote Message Buttons
 
(reviving an old thread...) (...) I have exactly the same problem. I receive every keys except the three message keys (see sample code below - the final target will be to use the remote to control several motors on several RCX). Any idea ? Thanks in (...) (20 years ago, 1-Sep-04, to lugnet.robotics.rcx.legos)
 
  Re: Waiting for more than one event
 
(...) You could setup two concurrent events or do something like : Loop until 5 seconds is up If Touched, exit loop (20 years ago, 29-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Waiting for more than one event
 
What is the best way of waiting for more than one type of event? I want to turn on a motor and run it for 5 seconds or until the tough sensor is pressed, whichever comes first. This seems like such a basic problem that I'm quite sure there must be a (...) (20 years ago, 29-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Understanding Event Register Container
 
(...) Container defaulted to the Red Container. The actual question was raised by one of my students. He couldn't understand why Variable 0 was assigned a 0. I suspect that the 0 means "the event register". The designation is sure confusing. To (...) (20 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: Understanding Event Register Container
 
(...) Are you zeroing out the container in this step? I'm not used to reading a robolab program like this. How did you output the text? I would be interested in see the vi. Could you post it or send it to me? James (URL) (20 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Understanding Event Register Container
 
Below is text output of a Robolab 2.5 program using two concurrent events. What exactly does "Variable 0 = 0" mean? It's right under the EventLand label. This line represent the default Red Container being assigned the Event Register Container. (...) (20 years ago, 27-Aug-04, to lugnet.robotics.rcx.robolab)
 
  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) I got brickos working on a windows box (no joy with either gentoo linux on a PC or winXP on Virtual PC for my Mac). I transfered the compiled demos to the windows box and tried to download them to the RCX. All it did was lock up the RCX (I had (...) (20 years ago, 23-Aug-04, to lugnet.robotics.rcx.legos)
 
  Re: NQC preprocessor behavior - constants evaluated?
 
Code listing of Untitled1: *** Var 47 = x *** Var 46 = y *** Task 0 = main 000 pwr ABC, 7 13 07 02 07 004 dir ABC, Fwd e1 87 006 setv var[47], 150 14 2f 02 96 00 011 setv var[46], 5 14 2e 02 05 00 016 mulv var[46], var[47] 54 2e 00 2f 00 Total size: (...) (20 years ago, 18-Aug-04, to lugnet.robotics.rcx.nqc)
 
  BrickOS improvements
 
Hello, I have created some patches to improve brickOS and set up a web page: (URL) the link above doesn't work try the long version: (URL) patches are against latest CVS version. I see no reason, why the first two patches should not be applied: The (...) (20 years ago, 17-Aug-04, to lugnet.robotics.rcx.legos)
 
  Re: NQC preprocessor behavior - constants evaluated?
 
(...) The preprocessor only evaluates expressions if they are used in a conditional preprocessor statement (i.e. #if), otherwise they are simply treated as a series of tokens for the compiler to deal with. However, the compiler does evaluate (...) (20 years ago, 17-Aug-04, to lugnet.robotics.rcx.nqc)
 
  Wireless IR-RF gateway movie online :-)
 
Hi all, just a message to let you know that we just put on-line a small movie of the RCX with the IR/RF gateway working :-) You can find it in the bottom of the wireless web page at (URL) Gai pj@sssup.it (20 years ago, 16-Aug-04, 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