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 / *6110 (-20)
  New pbForth 2.1.0 (and firmware speed)
 
For everyone that has been interested in firmware speed over the last few days, I am ready to announce the latest version of pbForth. This version supports the USB tower under Windows!!!! (URL) An empty loop of 20,000 interations takes less than 1 (...) (22 years ago, 10-Apr-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  RoboLab newsgroup page updates
 
The RoboLab newsgroup page (URL) some updating. The first two links on the left pane don't work anymore. The following two links should replace those first two links: Tufts RoboLab site (URL) or (URL) Education (Dacta) RoboLab site (URL) Pitsco site (...) (22 years ago, 10-Apr-02, to lugnet.admin.suggestions, lugnet.robotics.rcx.robolab, lugnet.dacta)
 
  RoboLab updates
 
If you only read the Robolab newsgroup then you may have missed a helpful post that did not appear in the RoboLab newsgroup. If so, then look at: "Robolab 2.5 patches" (URL) (22 years ago, 10-Apr-02, to lugnet.robotics.rcx.robolab)
 
  BricxCC release 3.3.4.5
 
I've released another version of BricxCC. This release fixes a couple minor bugs. The Code Explorer feature wasn't processing a file when it was first opened (it was waiting until the first change was made). That should work correctly in this (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Re: Error Message
 
(...) I don't know if you are using BricxCC or not, but I get a single error when I try to compile this line of code if the target is set to Scout or Cybermaster. If I turn on the NQC 1.x compatibility mode via the Preferences dialog I get two (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.nqc)
 
  Re: Light Sensor help
 
(...) I had a similar problem using RoboLab. I had a task that looped and checked the light sensor once in each loop. If the light sensor changed within the loop but NOT at the time when the check was made it would be missed. I replaced it with a (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Light Sensor help
 
I’ve never had any problems with the light sensor reading fast enough, and I have a robot that runs pretty fast. How are you trying to follow the line? Maybe there’s a problem with your conversion between NQC and LegOS. I’d be glad to offer (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Light Sensor help
 
The hardware can get a light sensor reading every 1 mS. Is the process that is reading the light sensor at a high enough priority? Kevin "Nathan Nesbit" <natenez@hotmail.com> wrote in message news:Gu7zno.41A@lugnet.com... (...) issue (...) motor (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  RE: Light Sensor help
 
Try replacing the batteries -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Nathan Nesbit Sent: Sunday, April 07, 2002 8:25 PM To: lugnet.robotics.rcx....lugnet.com Subject: Light Sensor help (...) (22 years ago, 9-Apr-02, to lugnet.robotics.rcx.legos)
 
  Light Sensor help
 
I'm a new legos user and I'm trying to get my first app working. The issue appears to be that the light sensor value isn't getting updated as frequently as I expected. When I slow down the motors my line tracking program works fine. I speed it up (...) (22 years ago, 7-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Robolab programming for Official remote message buttons
 
(...) The buttons generate mail with the integer value corresponding to the buttons on the remote. (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.robolab)
 
  Re: The PRGM key - THANKS!
 
(...) Have you tried the lnp checksum optimization patch? This could help, too Mike (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: The PRGM key - THANKS!
 
"Michael Obenland" <obenland@t-online.de> wrote in message news:Gu9BHq.BEv@lugnet.com... <snip> (...) control. (...) influence (...) have (...) But I (...) Mike, I had experienced intermittent problems with downloading programs until I changed the (...) (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate legos-0.2.5.1 avail for testing
 
(...) dll doesn't work with serial tower in slow mode. In util/dll-src/rcxtty.c please fix the line setting the ios flags to: ios.c_cflag = CREAD | CLOCAL | CS8 | (highspeed ? 0 : PARENB | PARODD); Mike (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: The PRGM key
 
(...) When you use firmdl3, changing anything inside the lnp handler won't do anything useful! The code resposible for fast downloading is the small assembly code transfered before the legOS download starts. (...) Don't do that! legOS 0.2.5 ran on (...) (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: The PRGM key - THANKS!
 
Wow! I am so glad this worked. I entered a bug for the program.c changes earlier today (on sourceforge) and will enter one for the readme change. (However, we could solve the problem by updating dll as well... to find the parameter in any location) (...) (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: The PRGM key - THANKS!
 
(...) Fine to hear you are up and running. (...) No, I don't think so. In fact, using dll with the right parameters does the trick. Sorting out what you have written, I think you downloaded all your programs to slot 0, your old program was deleted (...) (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: The PRGM key - THANKS!
 
I tried doing "dll -pX prog.lx" instead of "dll prog.lx -pX" and it works! Thanks. It would be good if Joe Wooley's alteration to program.c could be included in the next version of legOS because it does the trick with the "keeping alive" and "error (...) (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.legos)
 
  Robolab programming for Official remote message buttons
 
Any idea how to get the RCx to respond to the lego remote control message buttons; marked 1-3 on the top of the remote control? Speedy help would be appreciated. (22 years ago, 8-Apr-02, to lugnet.robotics.rcx.robolab)
 
  Re: The PRGM key
 
Well, I am sorry to say that I don't have a solution for that problem. I haven't experienced this before. I am glad to hear that the program download doesn't fail anymore; and I will request that 0.2.6 contains a similar fix. Ok, another suggestion: (...) (22 years ago, 8-Apr-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