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 / 1181 (-20)
  maximum current of outputs
 
Hi hardware-specialists, does anyone know the maximum continuous current that a RCX motor output can drive? (I want to connect a light.) Thanks a lot. Bernd (23 years ago, 7-Aug-01, to lugnet.robotics.rcx.nqc)
 
  RE: SetWatch() only accepts constants
 
Instead of sending ByteCodes from the PC and getting the RCX to interpret them, you can construct and send the SetWatch() OpCode plus the correct "constant" time and send it through Spirit.OCX (or directly, depending of the platform). (...) (23 years ago, 7-Aug-01, to lugnet.robotics.rcx.nqc)
 
  SetWatch() only accepts constants
 
I just wrote a task and function that cause the RCX to receive data from the PC and then set the time on the RCX using SetWatch(). Unfortunately, I didn't realize that SetWatch() only accepts constants. NQC complained when integer variables were (...) (23 years ago, 7-Aug-01, to lugnet.robotics.rcx.nqc)
 
  MIDI to NQC/RIS2.0 translator "Midi2LSC"
 
Hi, All ! I wrote a Windows 95/98/Me/2000 free software. This program named "Midi2Lsc" is SMF (Standard MIDI File) to LSC (LEGO Script Language of RIS2.0 SDK) and/or NQC translator. It is alpha test release status now. SMF format 0/1/2 support (...) (23 years ago, 28-Jul-01, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Display the value of Scout sensors
 
Scout is cheaper, but when you debug NQC program in Scout, you have no way to watch the value of its sensors, I made a small program that can show sensors value in a RCX LCD, you can use remote to change watching sensor, message 1 for sensor1, (...) (23 years ago, 26-Jul-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  About SensorValueRaw(SENSOR_3) in Scout
 
I tried to get raw value of sensors in Scout, the SensorValueRaw(0/1) is ok, I get the raw values of Sensor1 and Sensor2, but I found SensorValueRaw(2) doesn't work, no value is returned. Then I found a example in NQC Guide Version 2.3 r1, it is (...) (23 years ago, 14-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: Strange happenings
 
(...) I'll consider adding those in the next release. To be honest, its probably more work from a documentation side than from a code perspective. (...) If its working, don't bother sending the code. But if it stops working again, then send the code (...) (23 years ago, 14-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: Strange happenings
 
(...) It was very odd, I've been having a lot of problems with that onfor command. I had a command that was supposed to go for 1 second. OnFor(AOUT_B,100); and it would NEVER stop. I changed it to 10 and it worked for a bit then stopped. It just (...) (23 years ago, 13-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: Strange happenings
 
Looks straighforward. Perhaps an NQC bug. Can you email me the complete program and also compile with the -l option and send me the listing (or if you're using an IDE, then there should be some menu choice to produce a disassembly list)? Dave Baum (...) (23 years ago, 13-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: Strange happenings
 
(...) This almost sounds like a mechanical problem. Try the program with jsu the brick connected to motors or lights and see if you get the expected result. Lester (23 years ago, 12-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Strange happenings
 
I'm using NQC 2.3r1 with the following code bit. task Fidget() //The Fidget task { while (true) { Wait (FidgetTime); Fwd (OUT_B); OnFor (OUT_B,100); HeadPos = 1; Wait (FidgetTime); Rev (OUT_B); OnFor (OUT_B,100); HeadPos = 0; Wait (FidgetTime); Rev (...) (23 years ago, 12-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: Firnware 2.0 and RCXCC
 
Hi Rob, You can get the original version of RCXCC to support the RCX2 firmware. The main change is to add the following line to your autoexec.bat: SET NQC_OPTIONS=-TRCX2 Of course, you also need the new firmware and a version of NQC that supports (...) (23 years ago, 10-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc Missing "disconnect commport"
 
hi John, thanks for your fast respons, just what I needed (at this moment ;-)) (...) best regards, Stef Mientki (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Firnware 2.0 and RCXCC
 
Hi Everyone, Like the subject says, I am looking for some info on using the new firmware with RCXCC. Up until now, I have found the old version of NQC written by Mark Overmars to be more than enough for what I need. Just recently, though, I built a (...) (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc Missing "disconnect commport"
 
(...) I just uploaded a new zip containing version 3.2.9.7 of RcxCC which now has a menu option available to disconnect the COM port. I'm considering adding COM Automation support to RcxCC so that much of its functionality can be scripted. If anyone (...) (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc Missing "disconnect commport"
 
(...) Sorry about that, Stef. I'll put that menu option back in today. Thanks, John Hansen (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  RCXcc Missing "disconnect commport"
 
hi John (Hansen or Binder ?) I used your RCXcc a few times, but I'm missing a very essential command (which was available in the orginal Mark Overmars RCXcc) "disconnect the commport". I can work around it, but this command could make things easier. (...) (23 years ago, 8-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Version 1.2 of the NQCEditor & RCXControl Released! (For PocketPC MIPS & ARM)
 
Version 1.2 of the NQCEditor & RCXControl Released! This is the Rainer Keuchel Version. This is for the PocketPC PPC and HPC. MIPS and ARM supported! It's located here: (URL) features including the ability to download firmware, compile, download, (...) (23 years ago, 20-Jun-01, to lugnet.robotics.rcx.nqc, lugnet.robotics, lugnet.robotics.rcx)
 
  Iteresting thread to work in progress on Porting NQC to PocketPC
 
(URL) it seems that the WinCE/PocketPC builds are not being updated. I find this hard to believe as the portable units make field programing a breeze! Dean -- Dean's Lego Workshop: (URL) Lego Club: (URL) (23 years ago, 14-Jun-01, to lugnet.robotics.palm, lugnet.robotics.rcx.nqc)
 
  Re: Music with Lego
 
KOS> If I try to have my RCX1.0 playing these 11 notes, it will only play approx. 7 KOS> of them. It seems like if a buffer is running full or something... KOS> If I put in some waiting, it works all fine Hi, that's because this is the way it works. (...) (23 years ago, 6-Jun-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