 | | Re: error undefined variable "SENSOR_1"
|
|
(...) The only way I've seen this occur is if you turn on NQC 1.x compatibility mode in the Preferences dialog. In fact, I'm sure this is the problem (having just tested it with that option turned on). It may be possible that that option is getting (...) (23 years ago, 28-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: error undefined variable "SENSOR_1"
|
|
make sure you chose RCX on the searching for brick screen when brickcc starts. "Russell Newman" <victoreden@netzero.net> wrote in message news:Gtnnyy.GJo@lugnet.com... (...) it (...) 3.3.4.4 (23 years ago, 28-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: Scout programming
|
|
(...) There's a lot of overlap between Scout and RCX, but they aren't identical. Most of the stuff that NQC has to generate (math, control structures, etc) is common. The system calls tend to be very different, but this is all defined in an API file (...) (23 years ago, 28-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | error undefined variable "SENSOR_1"
|
|
When I use the command SetSensor(SENSOR_1,S...OR_TOUCH); it says that SENSOR_1 and SENSOR_TOUCH are undefined variable. I have try to reinstall it but that did not work. I tryed to run some of the programs in the Examples file and those do not work (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | March Hampton Roads Mindstorms User Group Meeting
|
|
(Hampton Roads = Southeast Virginia) March's meeting is Saturday, March 30 at the Pretlow Library in Norfolk, VA from 2 PM to 4 PM. Pretlow is just off I-64 in the Ocean View area of Norfolk (at the intersection of Ocean View Ave. and Granby St.) As (...) (23 years ago, 27-Mar-02, to lugnet.robotics.events)
|
|
 | | pbForth and USB Tower
|
|
Just a quick note to ask how many people are waiting on USB support for the pbForth language. I got a USB tower a couple of weeks ago and just got it working with my uploader/console last night. It uses ODD parity, so the next pbForth release will (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
|
|
 | | USB 1 with Handyboard.
|
|
I am a member of CAD CAM EDM DRO group on Yahoo There is an ongoing dicussion about developing a black box for controlling Hobby CNC machines. Currently machines are controlled by the LPT printer port. This has two disadvantages 1) PC are always (...) (23 years ago, 27-Mar-02, to lugnet.robotics.handyboard)
|
|
 | | Re: problems using arrays in NQC
|
|
wow, I tried what you said and it worked flawlessly. I feel kinda stupid for not having thought of that for so long. thanks. aatish aatish@mac.com "Alexander Cech" <alexander.cech@chel..._this_.at> wrote in message news:GtMKMo.H79@lugnet.com... (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: problems using arrays in NQC
|
|
Hi, you have to tell BricxCC/NQC that you are compiling for the RIS 2.0 firmware. To do this, select "RCX2" in the "Searching for the brick" window that appears at startup (you can also make this the default value in Preferences>Startup). (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | problems using arrays in NQC
|
|
hi I'm building a lego turing machine and in the code certain data values need to be taken into an integer array. (sepcifically, inputing a binary no. using light sensor and a stack of yellow and black bricks). However, the program didn't compile (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: RCX as a PGP engine
|
|
I posted this msg. about 10 days ago but as my server was set up wrong it didn't work. sorry for the delay. At the time of posting this i have already seen the movie thrice so I'm about ready. I've recently (a month ago) created a RSA (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: RFC: smaller task scheduler
|
|
In lugnet.robotics.rcx.legos, Joseph Woolley writes: <snip> (...) <snip> Ok, so I was wrong about this. I double checked the standard task scheduler, and sure enough, it cycles through the high priority tasks, until all are P_WAITING, then moves (...) (23 years ago, 27-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | max 232 ???
|
|
I,m in the begining stages od building my handyboard kit. But I seem to be having trouble with the charger card. It was while doing the testing for the max232 serial ic. At first all the test seemed to do okay. Pin#2 was at 9.6v, pin#6 was at -9.7v. (...) (23 years ago, 27-Mar-02, to lugnet.robotics.handyboard)
|
|
 | | RE: Vision Command on XP?
|
|
I got the camera to work by downloading the latest drivers from Logitech. I haven't tried to get the Lego software working with it yet. -----Original Message----- From: Julian Gomez [mailto:jeg@polished...ixels.com] Sent: Tuesday, March 26, 2002 (...) (23 years ago, 27-Mar-02, to lugnet.robotics)
|
|
 | | Vision Command on XP?
|
|
Has anyone been able to get Vision Command working on XP? -- What about background checks for politicians? Dr. Julian "a tribble took it" Gomez mailto:jeg@polished-pixels.com ** (URL) (23 years ago, 27-Mar-02, to lugnet.robotics)
|
|
 | | Need help with NQC
|
|
I just wrote a program and I can't get it to work. I download it to the RCX and it just runs its motors. I look at the display and push on the bumper and it has those little triagles. So it is not hardware because the RCX reads that the bumper in (...) (23 years ago, 26-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: IC4.0 and library files
|
|
Sam & Victor, Thanks for the prompt replies. I was led astray by the fact that I got a graphic image when I first opened that file (lib_hb_exp.ic). Once I 'cancelled' the image, the needed file text was there. Once again, thanks to the group. John (...) (23 years ago, 26-Mar-02, to lugnet.robotics.handyboard)
|
|
 | | Scout programming
|
|
I used BricXCC and the USB tower to program the Scout. I was wondering how the programming was done by NQC. Are the Scout and RCX command sets compatible? How so? Or does NQC translate and assemble differently depending on target brick? There are (...) (23 years ago, 26-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: IC4.0 and library files
|
|
Hi John. There's another file that does it... I think it's an .IC file, but not sure. Since I'm at work, I can't check (No IC), but I found it simply by opening up various .IC files in the Handyboard directory. Eventually I came across a file that (...) (23 years ago, 26-Mar-02, to lugnet.robotics.handyboard)
|
|
 | | IC4.0 and library files
|
|
I've been experimenting with Interactive C 4.0 and have run into a problem. I am unable to modify the list of files which are downloaded when IC4.0 is initialized. With IC3.2, I simply modify the lib_hb.lis file. With IC4.0, modifying 4.0's (...) (23 years ago, 26-Mar-02, to lugnet.robotics.handyboard)
|