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 / 1726 (-20)
  Re: questions on events
 
(...) See previous post for the "I-don't-actually-do-Robolab" disclaimer, but, since Robolab & NQC both work on the same firmware... You can monitor multiple events, but only in *different* tasks. In other words, (to my knowledge) you can not "nest" (...) (20 years ago, 2-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  Re: Define Event icon...
 
(...) I fear I became very frustrated with Robolab, so can't help you *specificly* with that enviroment, but... at a firmware level, events can "watch" several different sources: sensors, timers, three simple counters... however, they can not be (...) (20 years ago, 2-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  Re: Define Event icon...
 
(...) Elizabeth, you are a few steps ahead of me in working with 'Events'. Could you explain, in plain English, what exactly an 'Event' is? ...it's not a 'State' because it can be a constant or a variable. Yet you can have an 'Event Fork' which is (...) (20 years ago, 2-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  Define Event icon...
 
Hi I'd like to set up an event to watch for a containers value = 3. I am trying to use the "Define Event" icon, but has no luck yet. Just wonder if there is anyone out there has suggestion. The official doc does not explain much different from what (...) (20 years ago, 2-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  questions on events
 
Are events stackable? Or it works more like "signal()", e.g. in C? e.g. I have 2 different light sensor events set to watch for value higher than 42, yellow & blue. Let say both sensors read 45 at the same time, RCX returns only one event being (...) (20 years ago, 2-Jan-05, to lugnet.robotics.rcx.robolab, lugnet.robotics.rcx.nqc)
 
  Re: using MacNQC with Spybotics via USB Tower
 
(...) It is a capability of NQC but I was mistaken about the Mac version of NQC. It currently does not support the Spybotics target when the USB tower is used. One of the first changes I made when I took over NQC was to add the ability for NQC to (...) (20 years ago, 29-Dec-04, to lugnet.robotics.spybotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Errors while installing brickOS 0.2.6.10
 
Hi, I am a newbie. I have encountered some errors while installing brickOS 0.2.6.10. (URL) anyone encounter the same problems before? 1. When I just start cygwin, it gives me an error message like this: This application program can not be executed (...) (20 years ago, 2-Dec-04, to lugnet.robotics, lugnet.robotics.cybermaster, lugnet.robotics.edu, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Re: Motor Speed Control
 
(...) That's the case too for Swan firmware with standard parameters. (...) And yes, power consumption is much higher using on break. I measured variation of RCX current with one motor, power level 3 (50% duty cycle). Idle RCX current (35mA) is (...) (20 years ago, 1-Dec-04, to lugnet.robotics.rcx.nqc)
 
  RE: Motor Speed Control
 
(...) :) (...) I'm not sure how the Swan firmware does it, but I have mine set so it cycles every 8 ms. It's on for 0 to 8 ms, then off (brake) for the rest, depending on the speed. That's fast enough to produce a very smooth result. There is no (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  RE: Motor Speed Control
 
(...) Actually, it's more like standing on the brakes, letting go and then gunning the gas, stepping off the gas and standing on the brakes :-) And yes, that WILL use more gas, and more batteries. Now, if the resolutiion of timing for the brake (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  RE: Motor Speed Control
 
(...) Yes, but I think the "power" portion of the cycle will draw more, because it's always trying to go from stop to full speed. Like driving a car with the brakes on. Start with the brake totally pressed, and the more you push on the gas, the less (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  RE: Motor Speed Control
 
(...) The brake function (as far as I know) should not use more battery power as the short circuit is in the driver chip itself. The drivers are MOSFETs, so setting the H bridge to brake does not actually apply any battery power to the motor (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Re: Motor Speed Control
 
(...) If you are not concerned with remaining pure, this interface (URL) should provide better feedback than the rotation sensor. -Rob A> (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Re: Motor Speed Control
 
(...) I've been using a power/brake method (instead of power/float) for quite some time in BrickOS. That was one of the first big steps in getting my Legway to work. ( (URL) ) It allows you to program a robot to make smooth turns (slow, instead of (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Re: Motor Speed Control
 
(...) I'm doing somthing similair at the moment. My robot runs along a track and needs to be controlled so it doesn't go too fast. I've successfully written some code which limits the top speed, you may be able to modify it or just incorparate ideas (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Re: Motor Speed Control
 
Hello Iain, (...) You should definitely try Dick Swan's 10x firmware ((URL) Among other goodies (interpretation speed for example ;o), it features more power levels (128 instead of 8), and a flag to modify behavior of PWM motor control. Standard (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Motor Speed Control
 
Hi, I'm trying to do a basic test setup to code a compact speed control module for the 9V gearmotor. I've mounted an encoder (rotation sensor) directly to the gearmotor shaft. In my code, I'd like to set a variable (speedDesired) and have the motor (...) (20 years ago, 30-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Light seeker
 
Hi, I was wondering if anyone has any experience programming (NQC) a stationary |light seeking head? I have one made using a rotation sensor for reference, and 2 light sensors but can't seem to get the programming down. |Thanks |John Jordan (20 years ago, 25-Nov-04, to lugnet.robotics.rcx.nqc)
 
  Re: RCX Replacement Firmware
 
(...) BricxCC and NQC with support for Dick Swan's enhanced firmware. If you know where it is go get it. If you don't, you can email me and I'll send you the link. This version has preliminary support for 256 global variables. BricxCC has some cool (...) (20 years ago, 23-Nov-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Forward or backward?
 
(...) Warning: I've never actually used it but... x = OutputStatus(n), where n = 0, 1, or 2 (not OUT_A, OUT_B, etc.... at least accoding to the NQC manual) and x is the result. The result contains a boatload of information (see (URL) but essentially (...) (20 years ago, 15-Nov-04, 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