| | 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)
|