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 / *9080 (-20)
  Re: combining LDCC and NQC style automation?
 
(...) If you'd rather do a little hardware work, than learn pbForth, I have a couple suggestions. 1) You could use LEDs instead of regular lights. An LED will only light, when the power is going the correct direction. So you could connect 1 LED to (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: combining LDCC and NQC style automation?
 
[big snip] (...) I do have DCC in the latest pbForth, but I've sort of dropped official support for older versions of MacOS. That being said, I think the instructions are still up on the site for getting it to work. :-) Please post here if you;re (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: combining LDCC and NQC style automation?
 
Christopher Masi wrote: [snip] (...) [snip] (...) I know, replying to myself, bad form. I have also discovered that pbForth has DCC worked into it. The good new here (although I have only looked at the introduction on the home page) is that Raplph (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: sub programs
 
"Elizabeth Mabrey" <emabrey@storming-robots.com> wrote in message news:200501140706.j0...ing.com... (...) Both RCX 1.0 and 2.0 use the same firmware which supports 40 total subroutines. Subroutines are dedicated to the five program slots so that (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  RE: sub programs
 
Ok... I figured that out how to make sub-vi have that linked inside a vi. The question about the RCX 2.0's capability still remains unknown... --thanks (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  sub programs
 
Hi I wonder if I can call a sub program (another vi) within a program. There is an icon command for inserting another vi program into a program, but it does not seem to be a usable function though. Please advise. I understand the maximum of (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx)
 
  Re: combining LDCC and NQC style automation?
 
(...) Ah, so you have dabbled with LDCC? Gave up? Not enough fun for the amount of effort? Or will you be going back to it? (...) Oh, I was just expecting to send power out the top of the motor to light the light, and have a small technic motor (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: combining LDCC and NQC style automation?
 
(...) [snip] (...) [snip] (...) Sorry, I should have thought of that when crossposting to .robotics.rcx (URL) picture has a good view of the headlight and the trolley poles. The trolley poles are the long things on the roof that pick up the power (...) (20 years ago, 14-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: combining LDCC and NQC style automation?
 
Chris, Thanks for asking these questions. I think this has been discussed before, but it is always good to rehash this at least for the .trainheads! I think that remote train operation and LDCC etc is very exciting but perhaps only for the strong (...) (20 years ago, 13-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: combining LDCC and NQC style automation?
 
(...) Chris, I'm not up on my trolly design. Can you explain or show pictures of the "lights" and "trolly poles" You can not use NQC and LDCC. It's like running two operating systems on your PC. Only one works at a time. Steve (20 years ago, 13-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  combining LDCC and NQC style automation?
 
OK, so I made a trolley go back and forth using NQC and my RCX. My wife's response to this was, "I that why you wanted a Mindstorms set?" Her tone implied that while whe thought it was cool, she also thought that I had just reached a new level of (...) (20 years ago, 13-Jan-05, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: New NQC API for RCX-Spybot or RCX-RC communication
 
(...) I forgot to include a few #defines: #define SERIAL_PACKET_RC 0 // default #define SERIAL_PACKET_SPYBOT 0 #define SERIAL_COMM_RC 7 // 4800/76KHZ/25% #define SERIAL_COMM_SPYBOT 7 // was SERIAL_COMM_4800 + SERIAL_COMM_76KHZ The RC function, by (...) (20 years ago, 12-Jan-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: RCX seems outputs different power levels
 
(...) snip (...) Well first thing I'd do is try it without ganging the outputs - that's really only required if you're going to be drawing a large current, and it doesn't sound like your trolley does that. ROSCO (20 years ago, 12-Jan-05, to lugnet.trains, lugnet.robotics.rcx)
 
  RCX seems outputs different power levels
 
Last night I decided to redesign my point to point trolley program. I decided to connect the three RCX outputs in parallel (as suggested by some of LDCC documentation). I also decided to use one of sensor inputs to set the power setting. When I (...) (20 years ago, 12-Jan-05, to lugnet.trains, lugnet.robotics.rcx)
 
  New NQC API for RCX-Spybot or RCX-RC communication
 
Recently I happened across the MindScript headers for the RCX in the SDK and saw some interesting macros for RCX communication. I decided to port them to NQC and possibly add them to the official built-in NQC API. I would be extremely grateful if (...) (20 years ago, 12-Jan-05, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: NQC API for the new Swan firmware
 
(...) I would in this case prefer the second - I actually use a "kMyNamedConstant" convention in my code, and find it very nice to have the API constants very easily seperable from my constants. (...) Again, personally I would prefer that, as it (...) (20 years ago, 11-Jan-05, to lugnet.robotics.rcx.nqc)
 
  NQC API for the new Swan firmware
 
I am working feverishly on updates to NQC which will include extensions to the built-in API in support of Dick Swan's new firmware. My intent is to be consistent with the existing NQC API. However, there are some issues I am debating and I would (...) (20 years ago, 11-Jan-05, to lugnet.robotics.rcx.nqc)
 
  Re: LNPd keeps sending TX_FAILURE
 
(...) Here is my ls -l: tyler@gyro life $ ls -l /dev/ttyS0 lr-xr-xr-x 1 root root 5 Jan 9 05:01 /dev/ttyS0 -> tts/0 tyler@gyro life $ ls -l /dev/tts/0 crw-rw---- 1 tyler tty 4, 64 Jan 9 11:17 /dev/tts/0 I've tried running as root and as tyler, (...) (20 years ago, 9-Jan-05, to lugnet.robotics.rcx.legos)
 
  Re: LNPd keeps sending TX_FAILURE
 
(...) hmmm, bad. I never did much wich lnp, but it worked on my machine. (...) I hope so :) Reading the problem description in your first posting gives me a knot in my brain. Next possible problem is a problem with the rights for your /dev/ttySx. If (...) (20 years ago, 8-Jan-05, to lugnet.robotics.rcx.legos)
 
  Re: LNPd keeps sending TX_FAILURE
 
(...) I tried the PARENB | PARODD fix. All it did was prevent the PC from receiving anything from the RCX, and it still didn't send anything. Is there anything I missed? (20 years ago, 7-Jan-05, 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