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 / 1306 (-20)
  Re: newbie again part 2
 
Actually, I wouldn't recommend using the simulator. My original intention was to develop the core of a simulator thus enabling other people to make a full-fledged application with nice menus and dialog boxes. Since that hasn't happened, the (...) (23 years ago, 17-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: newbie again part 2
 
(...) You could try David Baum's (creator of NQC) simulator, found here: (URL) is 'very alpha', meaning that it's in its early stages of development and uses Java, so be ready to ask more questions :) Good luck and hope you get your RCX soon! Robert (...) (23 years ago, 16-Jan-02, to lugnet.robotics.rcx.nqc)
 
  newbie again part 2
 
Another doubt: When I'm programming with NQC, is there a way to run the program (simulate its behavior actualy) without the RCX (because I don't have it yet)? Thanks, -- Paula Berger E-mail: pberger@terra.com.br paula@inf.pucrs.br ICQ#: 71133278 (23 years ago, 16-Jan-02, to lugnet.robotics.rcx.nqc)
 
  newbie again
 
Hi everybody, a need some explanation about NQC. What I have to do is this: I have Lego Dacta's Control Lab (#9701) and I want to program it using NQC. I know now that I need to buy the RCX in order to do that, but is there anything else? What is (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Question about NQC code
 
Hi, I created the following light searching program: #define speed 2 #define inaccuracy 2 int lightstrength, max, min; task main() { SetSensor(SENSOR_2,S...OR_LIGHT); start searchforlight_a; } task searchforlight_a() { lightstrength = (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: BricxCC
 
(...) that's a good point, especially for larger programs ! Stef Mientki (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
(...) Sorry about the mixup. I thought I'd tried capturing non-compiler errors with a redirect and it hadn't worked. But trying it just now it definitely does work. BricxCC is already capturing the compiler errors via the -E option. I am trying to (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  BricxCC
 
Hi John, I just got a new computer and tested your program on a AMD 1.333GHz Athon (Thunderbird). It works just great! I thank you for the adjustments/adds in your program as I requested. There is just one question left. Since I use to Delphi, I (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
(...) Error messages go to one of two places. Errors from the compiler default to stderr but can be redirected with the -E option (-Efoo would sent them to a file named "foo"). Other errors (problem communicating with the RCX, illegal command line, (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
(...) I'll make this an option on the Watch window in the next release. Another user had requested that the Watch window only Poll when it was active. (...) This turned out to be a bug in the TFakeSpirit.SetSensorMode function. It will be fixed in (...) (23 years ago, 14-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
some other remarks (version 3.3.3.2) 1. when loading a large program, Brixcc gives an error message "Program execution timed out, try ..", although the downloading still continues and will finish correctly. 2. when downloading an even larger program (...) (23 years ago, 13-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Some remarks / questions about Brixcc
 
hi John, some remarks / question about Brixcc (I used versions 3.3.2.13 and 3.3.3.2) 1. "Watching the Brick" only polls when the window has focus. I use it often in combination with the direct control and then I have to be continously aware if the (...) (23 years ago, 13-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: MacNQC can't open the #include file
 
(...) Hi John, I've just uploaded MacNQC 2.2.4 which fixes the #include problem. You need to have the include file in the same folder as the source file. Have Fun, Rob Bate (URL) (23 years ago, 12-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: newbie
 
NQC is intended to write programs that run on programmable bricks (RCX, Cybermaster, and Scout). The 9751 is more like a peripheral for the host computer, so you'd need some tool that writes programs that run on the host. I think I've seen (...) (23 years ago, 12-Jan-02, to lugnet.robotics.rcx.nqc)
 
  newbie
 
Hello everybody, I`m just starting to use Lego Dacta products and I have one doubt: can I use NQC with other lego interfaces such as the 9751 kit, or does NQC only work with RCX? I need to know that becuase here in the University we still don`t have (...) (23 years ago, 11-Jan-02, to lugnet.robotics.rcx.nqc)
 
  MacNQC can't open the #include file
 
When I have an #include line in my .nqc source file, such as #include "incl_file.nqh" the compiler complains that it can't open the referenced file. I get the following error: Error: could not open file incl_file.nqh test_file.nqc line 1 #include (...) (23 years ago, 9-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Blocking problem?
 
Hi all, The model this is written for is a biped walker with each leg driven by it's own motor. The PB is a Scout. It uses a modified version of ping.nqc to do IR proximity detection. When it detects that there is an obstacle, it should back up, (...) (23 years ago, 3-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Robot Controller 1.3b1
 
I've posted a new version of Robot Controller ---the ideal companion to NQC for Mac OS X users. This version adds several new features: it can synchronise the RCX watch with your computer's clock, it has a new pane which lets you read and change the (...) (23 years ago, 20-Dec-01, to lugnet.robotics.rcx.nqc)
 
  Re: Shuting up the RCX
 
It is easier to use legOS to instead NQC, and it is more power, very easy to be used. Zhengrong (...) (23 years ago, 19-Dec-01, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Shuting up the RCX
 
(...) Well, you could hack the LEGO firmware. Not easy but possible. Jürgen (23 years ago, 19-Dec-01, to lugnet.robotics.rcx, 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