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 / *575 (-20)
  Re: NQC emulator?
 
The idea has cropped up from time to time, but nobody has written one yet. You probably don't want to simulate NQC code, but rather interpret the bytecodes emitted by the NQC compiler. These are just the bytecodes of the standard Lego firmware. (...) (25 years ago, 23-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: Rotation sensors?
 
Thanks Mark, those changes got rotation-sensor.c working for me. (...) (25 years ago, 22-Jul-99, to lugnet.robotics.rcx.legos)
 
  NQC emulator?
 
Hello, it seems that the LegOS people have an emulator so that one can test programs "virtually", i.e. on your PC rather than the real RCX. Is there something similar available on the NQC side? (I need to kill the time until the Mindstorm kit (...) (25 years ago, 22-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: problem with control speed using NQC
 
But how does the original mindstorms software do it. With the Mindstorms software you can set the speed of each motor and it is obviously different. I must be missing something. I did a search on lugnet and found some NQC code to drive the motors (...) (25 years ago, 22-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: rcxhttpd?
 
You could use a terminal server and at leaset telnet to the rcx. KL (...) (25 years ago, 22-Jul-99, to lugnet.robotics.rcx)
 
  Re: problem with control speed using NQC
 
The RCX uses pulse-width modulation to control power to the motor. The pulses are between 1ms and 8ms of power during an 8ms interval. In theory, this would result in different power being provided to the motor. The problem is that the motor has an (...) (25 years ago, 22-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: rcxhttpd?
 
(...) LOL! I like it! (...) [other protocols snipped] (...) Yes I am! Now, to convince the department that we _really_ need 1000 more Mindstorm kits as a fall-back for e-mail in case the net goes down. ;) jack (envisioning a building full of roving (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx)
 
  Re: problem with control speed using NQC
 
I think that output power effects the modulation of the motor power. The motor power cycles on and off with the off time being longer at lower power settings. As David stated, this results in the same speed of the motor when it is unloaded for all (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: problem with control speed using NQC
 
I've had the same result. It seems an **unloaded** motor always runs at full speed. To explain it to myself, I've theorized that the 'p' (power) in Fwd() and OutputPower() is more akin to force and does not directly control velocity. Waiting for (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: emulegOS: a new release
 
Just a note about a small bug. The supplied sample program ir-rover.cpp doesn't work on the real RCX. I think this may be due to IR complications under legOs. I'm working on a version which will work on both the emulator and the real system and will (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.legos)
 
  emulegOS: a new release
 
Mark Falco improved his Tcl/Tk version of emulegOS with tons of cool features. This version is now considered the "official" version of emulegOS, and we hope to release a Tcl based Windows version soon. The new features include: - IR support: (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.legos)
 
  Re: Rotation sensors?
 
(...) [snip...] If you want to have more info about the sotry of this problem search this newsgruop for "rotation sensor bug found". Mario (URL) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.legos)
 
  problem with control speed using NQC
 
Okay, need some more help. I have the following code running. My expectation is that the speed of the motor would increase but the integer value in the 'Fwd' command doesn't seem to make any difference. The motor always runs at full speed. (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx.nqc)
 
  Re: rcxhttpd?
 
I don't think my first post succeeded, so here it is again. Sorry if you've already seen this. (...) wander around the house until it finds another 'bot. Then it would relay the message to that 'bot. This second 'bot could wander around until (...) (25 years ago, 21-Jul-99, to lugnet.robotics.rcx)
 
  Re: Rotation sensors?
 
Yep, others have reported having these problems. Here's a fix I came up with, but has also only been tested on my system. There have been reports that the existing code works for some, and not for others, so you may need to customize this. just (...) (25 years ago, 20-Jul-99, to lugnet.robotics.rcx.legos)
 
  Rotation sensors?
 
Hello, Rotation sensors appear to be broken in the 990330 snapshot. Here's part of the code I'm using: ds_active(&SENSOR_3); ds_rotation_on(&SENSOR_3); ds_rotation_set(&SENSOR_3, 0); while (!PRESSED(button_state(), BUTTON_VIEW)) { (...) (25 years ago, 20-Jul-99, to lugnet.robotics.rcx.legos)
 
  RE: Couple of questions about the Mindstorms software
 
<Silly fly thread snipped...it WAS funny though> (...) Well, pbFORTH DOES have the ability to emit arbitrary bytes by the use of the EMIT word. And it has the ability to receive arbitrary bytes since that's how the terminal program talks to it. It's (...) (25 years ago, 20-Jul-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Re: Barcode Reader on LegOS page
 
Here is alex's webpage taken from the Legos page: (...) (25 years ago, 20-Jul-99, to lugnet.robotics.rcx.legos)
 
  Re: Couple of questions about the Mindstorms software
 
(...) LOL! BTW, speaking of viruses (in the good sense) and on-the-fly bytecode compiling, do any of the RCX packages currently support the spontaneous exchange of high-level code between two or more RCX bricks? It seems like it would almost be a (...) (25 years ago, 19-Jul-99, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Re: Help request regarding alternative programming systems
 
(...) Check out Dave Baum's NQC (Not Quite C). This is your best bet, IMHO. NQC doesn't get around the significant limitations of the RCX firmware, but it should easily be able to handle the application that you describe. (URL) you are running a (...) (25 years ago, 19-Jul-99, to lugnet.robotics.rcx, lugnet.trains)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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