To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *1260 (-20)
  Re: NQC listing mnemonics
 
Dave Baum skrev i meddelandet ... (...) I would suggest changing to the 'official', and keeping a 'translation table' in a text file. In that way you can use the LEGO documentation in the best way, we 'oldtimers' that have looked at the old keywords (...) (25 years ago, 4-Dec-99, to lugnet.robotics.rcx.nqc)
 
  New Dave Baum Book?
 
I notice Dave Baum has just published a book called "Dave Baum's Definitive Guide to Lego Mindstorms," complete with CDROM. Has anyone read this book? The cover claims the book includes:   -- Numerous projects including 14 sample robots to build   (...) (25 years ago, 4-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC listing mnemonics
 
I second this. I look at the listing a lot; esp. when optimizing. But actually would feel quite happy with the newer format. Of course it would be nice to just have a flag; and quite cheap./ creature feep. Dw (...) (25 years ago, 4-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: NQC listing mnemonics
 
Dave, I'm one of those who do look at the listings. I am somewhat torn between the old and the new mnemonics. I like yours better, but I think it would probably be better to go with our new "standard" from Lego. Of course Lego has only given us the (...) (25 years ago, 4-Dec-99, to lugnet.robotics.rcx.nqc)
 
  NQC listing mnemonics
 
I have started looking at adding Scout support to NQC, and in the process I am questioning whether or not to change the mnemonics used in the disassembly listings (the -l option for nqc). Currently, I use a set mnemonics that I made up when writing (...) (25 years ago, 4-Dec-99, to lugnet.robotics.rcx.nqc)
 
  IR tower info
 
Hi all, As part of our current lego project we are trying to make a PC another node on a legOS network so that we can control robots from a PC. (the end goal I have in mind is a similarish interface to the RCXCC but that is a long way down the (...) (25 years ago, 3-Dec-99, to lugnet.robotics.rcx)
 
  Re: I've tried
 
(...) Just to make sure you're using the right compiler version, do the following: nqc >output.txt then post (or e-mail me) the contents of output.txt Also, see if it compiles the test.nqc program included in the distribution. Dave Baum (25 years ago, 3-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
(...) The problems you are seeing are differences between version 1.x and 2.x of the NQC language (not Mac/PC differences). Here are a few differences between 1.x and 2.x. This is by no means a comprehensive list, but it should at least allow you to (...) (25 years ago, 3-Dec-99, to lugnet.robotics.rcx.nqc)
 
  I've tried
 
O'kay, I just must be really out of it today, because I know you guys are right, I just can't seem to get it right. I went this site: (URL) I chose Win32 - Although the compiler runs as a console command, it will not run under DOS since it uses (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  thanks
 
Thanks for all the help I thought I had the newest version, but I guess not. I'll try the site and see what I come up with. thanks again. Jenny (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
Hi Jenny, It sounds like you have two different versions of NQC. Make sure you get NQC 2 for both Mac and PC. Regards, Jonathan (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
(...) Dave Baum is right (and he wrote the language, so he should know :-). The language IS the same across environments. Your problem is a version one: you apparently have the older 1.x version of the compiler on the PC: upgrade it to 2.x and all (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
Yes I am just converting programs and no the language is not the same regardless of the enviornment. On a PC wait = until on a Mac, void does not compile, and several others. I recently received The Unofficial Guide to LEGO® MINDSTORMS™ Robots By (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: converting Mac to PC and the Lego remote
 
(...) I assume you want to move an NQC program (and not the compiler itself) from a Mac to a PC. If so, just copy the file. The NQC language is the same regardless of the environment it is used in (Mac, Windows, Linux, FreeBSD, OS/2...) Also, the (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.nqc)
 
  LNP not multitasking proof ?
 
Hi there, during my study of LNP i just stumbled across a point where i doubt it's not multitasking proof. it's related to transmissions of lnp-messages. lnp_logical_write() is ok, it waits for semaphore tx_sem at the beginning and posts the (...) (25 years ago, 2-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: converting Mac to PC and the Lego remote
 
(...) I use mac_nqc and normal nqc quite happily. DW (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: LegOS 0.2.2 on Win95 (almost)
 
I have helloworld.lx running on my rcx, compiled and downloaded with legOS 0.2.2 on cygwin and Win95! Rover.lx doesn't work right now, don't know why yet (i get 'unable to load legOS executable from rover.lx'). I had to use a little workaround. (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)
 
  converting Mac to PC and the Lego remote
 
Are there any reference pages that show how to convert nqc from a Mac to a PC version, vice versa? Or perhaps a program that will do it? I am also having some trouble with the Lego remote. It can send messages to a RCX, but I only am able to do this (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.nqc)
 
  IR proximity
 
I've managed to get a proximity detection working in legOS, using egcs 1.1.1 as the cross compiler. It has a very short range, and I haven't yet tested if the NQC variants have better range. If that is the case, I believe somebody will have to fix (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 0.2.2 on Win95 (almost) - NOT
 
I finally succeeded in compiling an egcs-1.1.2 compiler for cygwin with the patch for enhanced RCX interrupt support applied. The bad news is: this doesn't change a thing. I still get "error deleting program". I can see the send light on the tower (...) (25 years ago, 1-Dec-99, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR