To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.nqcOpen lugnet.robotics.rcx.nqc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / NQC / 571 (-20)
  Re: Alternatives for NQC Event Support
 
(...) I like 3, given the +xx problem with try/catch. (24 years ago, 2-May-00, to lugnet.robotics.rcx.nqc)
 
  Alternatives for NQC Event Support
 
RCX 2.0 adds firmware support for events and resource acquisitiion. The primitives are rather straight-forward. For events, one command beings event monitoring on a set of events, another stops monitoring. If a monitored event occurs, control is (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Many Thanks to you Jonathan. This will help a great deal with this project. -- Bob Fay rfay@we.mediaone.net The Shop (URL) Knudsen" <jonathan@oreilly.com> wrote in message news:390D8A8D.11A2B9...lly.com... (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Hi Bob, I've attached a modified version of the Minerva program. It plays different sounds for each of the following events: 1. Moving forward : ascending arpeggio 2. Turning around : descending arpeggio 3. Found something to pick up : deedle-deedle (...) (24 years ago, 1-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Need help to put sound in Minerva Program.
 
Can you post the program please. I don't think the group excepts attachments, So just copy and paste text into a message. I think all that will be needed is to add PlayTone(freq, duration) where an event is monitored. James Bob Fay (...) (24 years ago, 30-Apr-00, to lugnet.robotics.rcx.nqc)
 
  RCX2 Lego Website Address
 
Gareth Jones I think this is the address your looking for (URL) (24 years ago, 30-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Need help to put sound in Minerva Program.
 
A person with a visual handicap is building Minerva. I would like to add sound to the program while Minerva is going forward, another when she is turning around, and another when she locates something to pick up. This will allow this builder to test (...) (24 years ago, 29-Apr-00, to lugnet.robotics.rcx.nqc)
 
  RCX2 API Update
 
I made some mistakes in the first release, so here is a new version. I've also added counter support. <-Readme.txt-> RCX2 Header file for NQC2.1r2 - 27 April 2000 - James Pritchard rcx2api.nqh - NQC Header file that contains constant and macros for (...) (24 years ago, 29-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) I have given this some thought in the past, although I haven't had the (significant!) time that it would take to try this out. I think the best hope for any kind of two-way communication protocol between the PC and one or more RCXes is to use (...) (24 years ago, 27-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) I actually prefer the "junk" solution to a hardware hack. (24 years ago, 27-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) It seems to me that, given the current hardware, the choices are: send junk or let the tower go dead. My thinking is that if you send junk and trample something, so be it; the tower would have gone dead anyways, forcing you to lose whatever it (...) (24 years ago, 27-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) Fair enough. It's too bad it doesn't have an always-on mode. (...) Definitely agreed. I'll be patient. (24 years ago, 27-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) I just haven't found a non-intrusive method for keeping the tower alive. I hate transmitting garbage every few seconds and possibly trampling incoming data. I'm also not sure this is a very good long-term solution. Really a general purpose (...) (24 years ago, 26-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) Not that there's any pressure or anything. :) (24 years ago, 26-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) Dave had mentioned making a listen mode w/ keep-alive in a future version of nqc. But I don't think he's gotten around to that yet. (24 years ago, 26-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
(...) Yes. Note that it is only half-duplex. You probably expected that. (...) The biggest issue you might run into is the fact that the IR tower used by the PC times out if it doesn't transmit anything for a few seconds. Unless you have constant (...) (24 years ago, 26-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
"James Hammond" <jsh@it-innovation.soton.ac.uk> wrote in message news:3906A2E6.6A40E0...n.ac.uk... (...) Yes it can. There is a standard RCX opcode for sending single byte messages, and you can always use multiple of these commands for more complex (...) (24 years ago, 26-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  Re: Duplex Comms with RCX
 
It appears Roblab 2.0 would also be an alternative for your project. Robolab has two different direct modes to control the RCX, one of which is using a remote connection like the Internet. Depending on your direct control requirements, you may want (...) (24 years ago, 26-Apr-00, to lugnet.robotics, lugnet.robotics.tele, lugnet.robotics.rcx.nqc)
 
  RCX2 API
 
I've put together a NQC API file that allows you to use some of the RCX2 features. I don't no whether anyone else has already done this but here is mine. This is unofficial so is unsupported. All question should go to the group, not Dave or myself. (...) (24 years ago, 26-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  RCX2 API
 
I've put together a NQC API file that allows you to use some of the RCX2 features. I don't no whether anyone else has already done this but here is mine. This is unofficial so is unsupported. All question should go to the group, not Dave or myself. (...) (24 years ago, 26-Apr-00, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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