To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *32848 (-20)
  Re: Apparent 'time-out'
 
(...) Yes, the flashlight consistently makes the RCX go "dead". (...) No rush. PATIENT: "Doctor, it really hurts when I move my arm like this." DOCTOR: "Then don't move your arm like that." (...) I look forward to the article. I am currently working (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  Re: ___cmpsi2
 
(...) How did *that* happen?!!?!? Just curious. Somebody should point a finger, just for yuks. -Kekoa (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  RE: Apparent 'time-out'
 
(...) OK, so if the RCX is in the "dead" state, shutting down the GUI and restarting the GUI makes no difference. And you can always clobber the RCX running pbForth by shining a light at it? I'll see what I can do on this end to reproduce the (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Apparent 'time-out'
 
Shutting down the GUI and starting it back up has no effect, pbForth continues to respond correctly. Adding words to the dictionary doesn't seem to make any difference either. Whether having just uploaded the firmware or having the RCX active for (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  Re: semaphores
 
a short example: #include <semaphore.h> // for semaphore opperations // global buffer, used to store incoming messages. // the buffer is checked by the application waiting for the message. struct inn_msg{ char *msg; sem_t lock; }; //create a (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  Re: New MOC: RoboArm I
 
OH SNAP!! That's really cool! And then Robo Arm 2!!! Dang it looks complicated, can't wait to shake it's hand in person. ;) Oh man, look at all those cool components! Drool! Legomaster (23 years ago, 9-May-02, to lugnet.robotics, lugnet.technic, lugnet.build)
 
  RE: Apparent 'time-out'
 
(...) Thanks... (...) When the RCX is sitting idle, the pbForth interpreter is spinning and looking for characters from the IR. I doubt that sunlight (or flashlight) would be interpreted as valid chars, and the error handling should just discard the (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  semaphores
 
Does anyone have any code that implements semaphores and shows where they might be useful? That is one place that the documentation seems a little weak. Thanks, Sam (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  Re: Apparent 'time-out'
 
The GUI version is 2.1.0. The pbForth version (COLD) is 2.1.2. I am using the USB tower with RIS 2.0. Once the RCX stops responding, if I pull out a battery and re-upload the firmware, the RCX will respond again to the same GUI session. In other (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  Re: ___cmpsi2
 
(...) Had to look myself to belive it. But you are right, cmpsi2 is in the 0.2.6 system, but not in the 0.2.5 system. (...) No, that are the wrong ones. You need the lib functions for the cross compiled code. libgcc.a is code that gcc needs on your (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  RE: Apparent 'time-out'
 
(...) One more bit of useful information would be the version of pbForth (which you get by typing COLD) and which version of the GUI (top left of window) Also, are you using the serial or USB tower? What messages were you sending to the RCX before (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  Apparent 'time-out'
 
I am using the TCL GUI provided by Ralph Hempel on a Windows 2000 machine to program the RCX 2.0 in pbForth. The upload of the firmware appears to be working just fine. I get responses back from the RCX and am able to create new functions without (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.pbforth)
 
  Re: New MOC: RoboArm I
 
(...) Its already gone, RoboArm II is being worked on. I didnt get video of this one but I certainly will of the next. Things I'm changing for the second, I'd really like to remove all of the pnuematics, I'm not a big fan of it yet, and I think I (...) (23 years ago, 9-May-02, to lugnet.robotics, lugnet.technic, lugnet.build)
 
  Re: BimP Needs Your Help
 
(...) Don't need one ROSCO...you can also view BimP at: (URL)To increase the friction on an axle, use the hose reel / holder (part 2584 and (...) Thanks for getting us started with the great tip! (23 years ago, 9-May-02, to lugnet.technic, lugnet.robotics)
 
  Re: ___cmpsi2
 
(...) I don't find cmpsi2 in the sources of LegOS 0.2.5 (in lib/mint)! I found a _cmpsi2.o in libgcc.a (from egcs 1.1.2), but I really don't know how gcc (and ld) uses that library. The makefiles come from the LegOS tarball. According to the output, (...) (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  Re: ___cmpsi2
 
(...) cmpsi2 is part of the libmint.a library. Would you please post (or send me) your source code and your Makefile? Regards, Mike (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  Re: BimP Needs Your Help
 
(...) Well, I don't have a PDA, but here's my first tip: To increase the friction on an axle, use the hose reel / holder (part 2584 and 2585) ROSCO (23 years ago, 9-May-02, to lugnet.technic, lugnet.robotics)
 
  BimP Needs Your Help
 
BimP is considering a new "Tips and Tricks" section. Imagine, carrying the best Technic/Robotic tips on your PDA! In order to do so, I need the help of the LUGNET Community. What we are looking for are short little tips such as "the best way to join (...) (23 years ago, 9-May-02, to lugnet.technic, lugnet.robotics)
 
  ___cmpsi2
 
Using a multiplication between an int (in my case time_t) and a double number results in the following error: main.o(.text+0x72):main.c: undefined reference to `___cmpsi2' Can someone help me? I'm running egcs 1.1.2 and binutils 2.12. Eric (23 years ago, 9-May-02, to lugnet.robotics.rcx.legos)
 
  Re: New MOC: RoboArm I
 
That is a very impressive piece of engineering. I find it hard to comment on a particular part. It is all very well done. I hope you took a little video of it in action before it is dismantled. What are your hopes for the sequel? -- Bob Fay THE SHOP (...) (23 years ago, 8-May-02, to lugnet.robotics, lugnet.technic, lugnet.build)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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