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 / *6315 (-20)
  lets drop exec
 
I'd like to make a suggestion and see what everyone thinks. I'd like us to drop our current thread interface (exec/kill) in favor of a pthead interface. Since theading entered legOS I've wondered why the exec style was adopted, the functionality of (...) (22 years ago, 20-May-02, to lugnet.robotics.rcx.legos)
 
  lnpd and mandrake 8.2
 
Hi, I have install the last legOS and have install lnpd to. But i have a problem when i run an applcation lnptest for example : it don't work.... Here is the problem "lnp_init: Network is unreachable". I run lnpd with the command "lnpd --nolock (...) (22 years ago, 20-May-02, to lugnet.robotics, lugnet.robotics.rcx.legos)
 
  new patch to modify LNP ID with util/dll
 
I've posted a patch at sourceforge which allows you to modify the RCX's LNP id using the util/dll program. This should make life easier for those of us using multiple RCXs and LNP. This patch applies to the current CVS head, post 0.2.6, though it (...) (22 years ago, 20-May-02, to lugnet.robotics.rcx.legos)
 
  Re: What happened to Spirit.ocx?
 
(...) Hum...so then how do I get Visual NQC to work? I installed RIS 2.0 on my computer, and try to use Visual NQC and it errors out with a "Component 'SPIRIT.OCX' or one of its dependencies not correctly registered: a file is missing or invalid" Is (...) (22 years ago, 19-May-02, to lugnet.robotics.rcx)
 
  Re: What is exception "StackOverflowError" in method "<clinit>"
 
(...) I have tried TextLCD.print() and it really does work. Roger (22 years ago, 17-May-02, to lugnet.robotics.rcx.java)
 
  Re: cygwin error
 
(...) what do i change and what PATH? (22 years ago, 18-May-02, to lugnet.robotics.rcx.legos)
 
  RE: latest legOS strangeness
 
(...) Interesting question. I'll try this at home with my remote and RCX loaded with standard firmware. Anyway, that could only say that the remote control knows that it has to send a OFF (brake) cmd to the RCX when fwd and rev are pressed together, (...) (22 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
 
  #9701 Control Lab building set with RCX's
 
How many RCX's and what software do you need to control the Vending Machine requiring 4 sensor input ports and 5 output ports at Brickshelf's (URL) it require RCX to RCX or Scout communication, e.g., Robolab mail? Brickshelf recently added building (...) (22 years ago, 18-May-02, to lugnet.robotics.rcx.robolab, lugnet.dacta, lugnet.edu)
 
  Re: What is exception "StackOverflowError" in method "<clinit>"
 
(...) StackOverflowError could either be a stack overflow (maximum depth is 10) or a thread that dies from whatever exception (that seems to be a bug, but I couldn't yet figure out what causes it). I suppose TextLCD.print should work, though I never (...) (22 years ago, 17-May-02, to lugnet.robotics.rcx.java)
 
  Re: cygwin error
 
(...) / (...) 1) gcc for the H8/300 can be called h8300-hms-gcc or h8300-hitachi-hms-gcc. You may need to edit legOS's Makefile.common 2) Is the h8300 gcc in the PATH? Max. (22 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
 
  Re: somewhat off topic, but...
 
Repost to proper newsgroup... ===...=== I'm NOT biased because I DIDN'T write the thing... Forth is a wonderful language that has a proven track record. I don't use it in my job simply because management has never heard about it. I don't mean to (...) (22 years ago, 17-May-02, to lugnet.robotics.rcx.pbforth)
 
  Re: latest legOS strangeness
 
(...) I may be wrong - 'my' RCX is actually my brother's, and is 3 hours drive away - but doesn't the remote control with the official firmware do float when buttons released, but brake if forward and reverse are pressed together? Max (22 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
 
  Re: somewhat off topic, but...
 
I'm NOT biased because I DIDN'T write the thing... Forth is a wonderful language that has a proven track record. I don't use it in my job simply because management has never heard about it. I don't mean to imply that languages are chosen by (...) (22 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
 
  Re: latest legOS strangeness
 
(...) is (...) Not really.. braking using the current generated by the motor (acting as a generator) once the power is removed from it. H-Bridge has what is called a break bit. The break bit simply shorts the two terminals on the motor together, (...) (22 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
 
  Re: latest legOS strangeness
 
(...) Maybe make this selectable with a build option? The bad thing about brake is that it actually draws current (=reduces battery life) ROSCO (22 years ago, 17-May-02, to lugnet.robotics.rcx.legos)
 
  cygwin error
 
i got this error while trying to setup legOS 0.2.6 i'm running windows XP scott@FAMILYCOMPUTER /legos-0.2.6 $ make depend for i in util lib boot demo ; do make - --unix NODEPS=yes -C $i depend || exit 2 ; done make[1]: Entering directory (...) (22 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
 
  Re: latest legOS strangeness
 
I was torn between 'float' and 'brake' when implementing the remote control handler. I eventually opted for 'brake' since that is how the Lego RCX firmware does it. With regard to the strange motor behavior. I too noticed this while debugging the (...) (22 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
 
  Custom ROboloab Investigator projects
 
does anyone know of any documentation on creating custom projects for use in robolab investigator? the manual at the tufts site ((URL) suggests such a thing exists but i haven;t been able to track it down asa yet TIA tony (22 years ago, 16-May-02, to lugnet.robotics.rcx.robolab)
 
  Re: latest legOS strangeness
 
(...) Nope, shorting the motors has no effect on the batteries actually.. when you spin the motor, it acts like a generator... by shorting out the motor you are actually using the motors own reverse emf (electromotive force) to brake system. I (...) (22 years ago, 16-May-02, to lugnet.robotics.rcx.legos)
 
  Re: latest legOS strangeness
 
(...) To ansswer my own question. The problem was caused by memory corruption. In this case the memory corruption was caused by downloading a very large program in slot 1, and a small program in slot 7. The loading of the program in slot 1 seems to (...) (22 years ago, 16-May-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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