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 / 971 (-20)
  Re: Q: Multitasking, and reacting to sensors
 
Thanks for the replies, and for the sample programs. I'll try them out soon. I'm building a robotic arm (that's why I chose to reply to this message, not the other, later ones) that I plan to program in NQC. It does not need multitasking to work, or (...) (24 years ago, 6-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Q: Multitasking, and reacting to sensors
 
(...) Sorry Juergen, but that's not quite right. You can start and stop tasks as often as you wish to do. like this int do_s_s = 0; int condition = 0; task main() { while (1) { if (condition && !do_s_s) { start do_something_special; do_s_s = 1; } if (...) (24 years ago, 6-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Q: Multitasking, and reacting to sensors
 
Hej Tobias! (...) No, rather you need a While or Until loop. Normal programming languages are different from the RCX code. In RCX code the watchers are running all the time, in NQC you need to program the repetition yourself. A program for simple (...) (24 years ago, 6-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: advice for game of tag?
 
(...) The firmware knows what (and when) it has just sent, so it can distinguish between incoming and outcoming messages. (...) That's not exactly true. Infrared light travels at the speed of light (300000 km/s), so you can safely ignore delays. (...) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Q: Multitasking, and reacting to sensors
 
Tobias, 'multi-tasking' means that several tasks run simultaneously. For example, a robot arm could grab, lift and swivel, one after the other, as functions, or simultaneously, as tasks. Or, the RCX could play a tune and a walker could walk, one (...) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Q: Multitasking, and reacting to sensors
 
(...) Did you define the sonsors correctly ? For example : #define BUTTON SENSOR_2 #define DETECT_LEFT SENSOR_1 #define DETECT_RIGHT SENSOR_3 #define MOTOR_LEFT OUT_A #define MOTOR_RIGHT OUT_C task main() { SetSensor(BUTTON, SENSOR_TOUCH); (...) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.nqc)
 
  MST, 2nd
 
Hi, for those of you still interested: The new version of my MST-generator is now bug-free. See (URL) (ren to MST.nqc) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Q: Multitasking, and reacting to sensors
 
I've downloaded NQC, and got it running. I have been able to make the motors run, to make them run backwards, then forward, etc. However... I can't get the sensor thing to work right. I want to make a program for a robot that backs up and turns when (...) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: advice for game of tag?
 
(...) Hi Rik, I am familiar with the idea of "Tag" but I don't understand what this means "to see each other". Normally, it would be enough that a bot sends a message as soon as it has hit the other. Another problem: why do you use random numbers in (...) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Visual NQC 2001
 
I have another problem with Visual NQC 2001. If I dump my firmware, the program will not recognize the brick. "Runtime Error '68' Unable to communicate with PBrick from method 22" Of course, I could not download the firmware. I hope we could get (...) (24 years ago, 4-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Visual NQC 2001
 
(...) I found that if I use the DOS names instead of Windows name, it works. Example C:\PROGRA~1\RSSOFT~1...~1\NQC.exe instead of C:\Program Files\RSsoftware\Visual NQC 2001\NQC.exe Marc Klein (24 years ago, 4-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: MST...
 
Sorry, there still seem to be bugs in the prog. I'll call when I've fixed them... (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.nqc)
 
  MST...
 
Hi, thanks to the help especially of Andreas Koeller, I was able to spot the errors in my program and even make it faster. The new version ist available for download at (URL) (rename to .nqc after downloading). Remember, it takes a graph of the form (...) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.nqc)
 
  advice for game of tag?
 
Hi, I've got 2 bots that I want to play tag with each other. The challenge is that I want them to see each other at a distance. I'm working on some code to combine the IR ports with the light sensors (which can detect IR) as follows: 1) each sends (...) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.nqc)
 
  nqc download firmware linux
 
Hi; I'm using RCX1.0 on linux (kernel 2.2.16; SuSE 7.0), nqc-version 2.0.2 and I have troubles with downloading the firmware under linux. I always have to change to Win98 and then the download works fine. On Linux I say at the prompt: nqc -firmware (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Visual NQC 2001
 
Tim Webber pointed out to me that I must set the path to nqc.exe in the preferences. All is well now, thanks to Tim. -- Bob Fay California, USA rfay@we.mediaone.net (URL) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Anyone using Mac beige G3
 
(...) The serial ports weren't changed in a major way (still RS-422, etc), but there could have been subtle changes to the driver/receiver that would cause problems when hooked to marginal RS-232 devices (such as the IR tower). Fred Martin reported (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Visual NQC 2001
 
<Runtime error 380 fix If you get Runtime error 380 during compile start you need to change the subdirectory where NQC.exe is stored. Use a directory without a space in the name. Example C:\NQC\nqc.exe This will work.> That did not work. I am still (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Anyone using Mac beige G3
 
(...) One thing to keep in mind about Mac serial ports is that they are not RS-232, rather they are RS-422. IIRC, RS-232 is a singled-ended voltage standard (ref to ground only), where RS-422 is a differential standard. The 'common' method of using (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Anyone using Mac beige G3
 
(...) I've had similar problems with a CyberMaster. It seems that CyberMaster Tower is powered by the serial interface (at least it is switched on by this power). On PC, the DTR line is switched high (12 V), and the CTS line is switched low (-12V). (...) (24 years ago, 1-Feb-01, 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