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 / 1246 (-20)
  Re: color-coded (by target) HTML NQC API documentation
 
thanks very much Mark !! beste regards, Stef (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Partial USB support
 
I just posted release 2.4 a3 which includes preliminary USB support for a couple of platforms. Very little testing has been done, so expect to run into a few problems. Let me know and I'll fix them as best I can. Windows - supported, although you'll (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another RcxCC release
 
(...) Well it definitely doesn't work with the USB tower yet. Once I get some drivers for my USB tower I will get it working and post a new version. In the mean time, if you want to use the new code templates and code completion features you might (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) Section 3.8 SetPriority(p) - Function - RCX2, Scout The first "-" shouldn't be there (and the rest of the line should be right justified, since you're going to be editing) - Mark (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) could (...) Hi Stef, At least two people have asked for a downloadable version, so I created one (it took a few days because I had to dig up a freeware zip utility.. for those interested, I found FreeZip at (URL) zipped version of the (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Battery status
 
Hallo all (...) PC. (...) can (...) Thanks, it works. Can i use a trick to get the batterylevel on a Cybermaster( without connecting the PC) br Kalle (23 years ago, 26-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Another RcxCC release
 
I have uploaded another revision of RcxCC to my website. (URL) calling it version 3.3 now. The latest build is 3.3.0.10. Here's a list of the new features: 1) Maybe it works with the USB tower. I have a USB tower but no drivers yet so I can't test (...) (23 years ago, 28-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) Which function had an extra '-'? I'll make sure to fix it next time I update the doc. Dave (23 years ago, 28-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
hi Mark, that looks very nice. I was looking forward for something like this for a long time, good work. But I'm not always on line, so is it available for download ? I and many others could use it when we're off-line and perhaps John Hansen could (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.3 r1 for Win32 W/ USB Support
 
A power adapter port? As in an AC/DC plug on the RCX? I've heard the RCX1.0 has them but I didn't see one on my RCX 2.0 (says RCX 2.0 on the top too, all fancy like..heh). I'll check tonite when I get home, but I dont think there is one. "Dean (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.3 r1 for Win32 W/ USB Support
 
(...) In the LEGO Mania mag it showed an ad for the RIS2.0. But I didn't see a power adapter port. Can you confirm that there is one or not? Dean (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.3 r1 for Win32 W/ USB Support
 
There was a slight oversight on my part. You need cygwin1.dll (from Redhat's cygwin package, available at (URL) in order to run the binary. I'll add this to the distribution and make it available on my site. -Brendan "Brendan W. McAdams" (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Execution order.
 
B> Does anyone know why a second IF statement in a while(true) loop wont B> execute? Hi, I believe your command structure should look like this: while(true){ command1; command2;} Maybe you forgot the brackets? (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  NQC 2.3 r1 for Win32 W/ USB Support
 
Just so everyone knows, I threw together a compiled version of NQC 2.3 r1 for USB on Win32 last nite, it works. If anyone wants it you can grab it at (URL) are unsupported (Other than me supporting it to the point of 'it works on my box, i plugged (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Battery status
 
(...) Here's a quick little program that will tell you. Make sure it's the 2.x firmware. ---8<--- task main() { while (true) { SetUserDisplay(BatteryLevel(), 3); } } ---8<--- Dean (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  color-coded (by target) HTML NQC API documentation
 
I created color-coded (by target) HTML documentation for the API part of the NQC documentation. I also generated 5 index pages: 1. Master Index: all functions and values, color-coded by target 2. Cybermaster only index 3. RCX only index 4. RCX2 only (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Execution order.
 
Does anyone know why a second IF statement in a while(true) loop wont execute? (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Battery status
 
Kalle - (...) In NQC version 2.3r1 (and probably higher), using the RIS2.0 firmware, you can use x = BatteryLevel(); to set variable 'x' equal to the battery level in millivolts. Cheers, JP (23 years ago, 22-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Battery status
 
Hello, can i check the battery status directly in NQC without connecting the PC. Can i use a trick to get the voltage Br Kalle (23 years ago, 14-Sep-01, to lugnet.robotics.rcx.nqc)
 
  MacNQC 3.0 Beta
 
Hi All, I've uploaded a beta version of MacNQC 3.0. New features are: * Added syntax coloring for NQC source code in the Editor Window. * Made the preference window multi-paned. It now has a Compiler Pane, a Communications Pane, an Editor Pane, and (...) (23 years ago, 16-Sep-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