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 / *31634 (-20)
  Re: Interactive C Version 4 is available for free download
 
(...) To answer my own question, look in ./Interactive C 4.0/RCX/lib_rcx.doc for a list of RCX specific functions. To summarize the important ones: IC NQC ---...--- fd(A/B/C) OnFwd() bk(A/B/C) OnRev() brake(A/B/C) Off() off(A/B/C) Float() (...) (24 years ago, 31-Jan-02, to lugnet.robotics.handyboard)
 
  Re: External motor power and expansion board combo problem?
 
Duncan, You've done a good analysis of the potential impact of changing the motor supply to an external source....when you are using the Expansion Board. Undoubtedly there are several ways to accomplish what you want, but the way I did it DOES (...) (24 years ago, 31-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Interactive C Version 4 is available for free download
 
Hi Fred Is there a summary of the new features developed in IC 4 ? From the Newton Labs IC 3.x page they list the improvements over the freeware (2.x) version as: (...) Does the 4.x pcode support structs/multidimensional arrays ? What extras does (...) (24 years ago, 31-Jan-02, to lugnet.robotics.handyboard)
 
  Re: "Servo" Driver for NQC
 
This is a long post. It covers the following: 1. How the "WAIT x 10 msec" opcode is implemented and its inherent inaccuracy for low delays. And suggests an alternative code implementation 2. How RCX motor PWM is implemented. And the implication that (...) (24 years ago, 31-Jan-02, to lugnet.robotics)  
 
  Re: Interactive C Version 4 is available for free download
 
(...) I started playing with this on the RCX last night. Is there a README somewhere on the RCX-specific aspects of the firmware? eg I noticed analog() isn't supported to read raw sensor readings, although digital() works to read passive touch (...) (24 years ago, 31-Jan-02, to lugnet.robotics.handyboard)
 
  Re: "Servo" Driver for NQC
 
"Matthias Jetleb" <Jetleb@Netcom.ca> wrote in message news:3c5763f6.195969...net.com... (...) Ooooooooo, someone else is actually NOT doing a gantry? ;) (...) The mass is at a minumum, but due to the size fo the robot to get the required work (...) (24 years ago, 30-Jan-02, to lugnet.robotics, lugnet.org.ca.rtltoronto)
 
  Re: "Servo" Driver for NQC
 
"Steve Baker" <lego-robotics@crynwr.com> wrote in message news:3C56F4B7.FC698E...ail.net... (...) Then why doesn't it work? :-/ At lower power settings, all it seems to do is sit there and humm, not wanting to go. It really dosen't work that well in (...) (24 years ago, 30-Jan-02, to lugnet.robotics)
 
  Re: IP on Mindstorms
 
(...) It's still on /. It's worth mentioning that this isn't the first stack. The Inferno Styx-in-a-Brick has been around a year or so. (URL) -- ___...___ Day by day the Penguins are making me lose my mind. Bumper Sticker The Armadillo Group (...) (24 years ago, 30-Jan-02, to lugnet.robotics)
 
  Re: Control the RCX from AppleScript
 
Sorry for the quick updates, but Robot Controller 1.4b2 is now available! This adds the ability to control several motors simultaneously in AppleScript. I have also posted an example AppleScript Studio project which uses Robot Controller to drive a (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Running Vision Command on XP
 
Great work, Ted. Do you think a similar hack could make Lego Studios run under XP? Anyway, this workaround just underlines the poor, poor support from Lego. The VC/Studios support sites does not even mention XP! Wake up, Lego! A company thats says (...) (24 years ago, 30-Jan-02, to lugnet.robotics.vc)
 
  Re: "Servo" Driver for NQC
 
The ON/OFF bang-bang control you are trying has some problems that proportional control does not. While it is true that if the update rate is high enough, or the controlled plant damped enough, that switching a drive ON and OFF can simulate (...) (24 years ago, 30-Jan-02, to lugnet.robotics)
 
  Re: Incorrect result
 
(...) Yes, this is what happens when one is used to just making everything long and not considering overflows. Even worse was that I was doing the math on the computer's calculator, but not looking at the intermediate result, just typing in the (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: BricxCC release 3.3.3.4
 
hi Guido, I just a very little time also the comming week, but my first impression is very good !! Thanks very much. And you said you weren't a fast programmer ;-) (...) It sound great indeed. (...) I couldn't get it to work, but maybe I did (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Incorrect result
 
(...) 256 * 128 = 32768, one higher as the biggest positive integer value. The cast to long would help, but your cast is too late. I have not tested, but I think rc += ( (long)b->magnitude * (long)TA_costable[...] ) >> 7; will help. Try output in (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.legos)
 
  RE: Incorrect result
 
<snipped code> (...) Robert, this is a classic problem with ranges of singed numbers in C rx = (long)(a->magnitude * TA_costable[a->direction]) >> 7; I don't have an RCX in frot of me, but I think you need to cast a->magnitude to long before the (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.legos)
 
  Incorrect result
 
This problem, unlike the other, is definitely not a result of my eyes/brain being tired or something. I thoroughly displayed every value before and after evaluation and the result is ***WRONG***. Here is the code and the values: typedef struct { int (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: "Servo" Driver for NQC
 
(...) <snip> (...) Right, but in the firmware PWM, it is 'on-float-on-float' not 'on-brake-on-brake' I think (but I'm not sure). In fact, the 'on-brake-on-brake' is a neat way to get fine control to (say) just crack a pneumatic valve to move a (...) (24 years ago, 30-Jan-02, to lugnet.robotics)
 
  RE: true tcp/ip on the RCX
 
Hi :) Just out of curiosity, check this thread from Jan/2000: (URL) mc. (...) (24 years ago, 30-Jan-02, to lugnet.robotics.rcx.legos)
 
  RE: IP on Mindstorms
 
FOUND IT ! -> (URL) was 2 years ago, 3-Jan-00 ! :) phew... mc. (...) (URL) (24 years ago, 30-Jan-02, to lugnet.robotics)
 
  RE: IP on Mindstorms
 
Check (URL) was posted on the legOS list. mc. PS: I was under the impression that a few years ago (one,two?) someone here did a HTTP server with a RCX. I just can't find info about it anymore :/ (...) (24 years ago, 30-Jan-02, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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