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 / 741 (-20)
  Re: Vision Command on a Mac
 
(...) I'm pretty sure it's the same camera that's going to be in the Movie Maker Sets. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 26-Aug-00, to lugnet.robotics.rcx.nqc)
 
  NQC 2.2 r1 released
 
NQC 2.2 is finally out of beta test. I appologize for the long alpha/beta cycle...it wasn't that there were tons of problems, but just that I have been quite busy with a lot of other things. There were only a few minor fixes between 2.2 b1 and the (...) (24 years ago, 26-Aug-00, to lugnet.robotics.rcx.nqc) ! 
 
  Re: Problems with datalog
 
(...) Unless I bungled the code, NQC should handle this ok. Old versions of NQC would always move from a restricted datalog source into a temp variable. With the new firmware, there's the added complexity that the temp can't be a local var, and I (...) (24 years ago, 26-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Vision Command on a Mac
 
(...) The included software is Windows only. I don't know if it could be tricked into working under Virtual PC or not. Just from the physical design of the camera though, I would think Lego must have a Mac version in the works. (24 years ago, 26-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Problems Solved(WAS Re: Problems with datalog)
 
(...) Ya, VC must have gone to press before they asked us to help with the bugs... 0321 was really buggy. I'm glad you got it worked out. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 26-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Vision Command on a Mac
 
(...) If the mac has pci slots you can install a USB card. this , of course doesnt mean the software will work but you can add USB ports to "some" older macs. I am using a usb/firewire orange micro card in my 7500 power mac ( requires OS 8.6 or (...) (24 years ago, 26-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Vision Command on a Mac
 
(...) No chance. The camera is USB. (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Vision Command on a Mac
 
I there any way of getting this up and running on an old Mac with serial ports ? For months now I have been trying to figure out a way to accomplish what Vision Command does using third party hardware & software but haven't been very successful. Any (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Problems Solved(WAS Re: Problems with datalog)
 
(...) before (...) I just tried using the Wait() command for up to 5 seconds. Still didn't work. I remember reading that the Vision Command required the new firmware. I assumed that VC d/l'd the new firmware automatically. I didn't remember waiting (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Problems with datalog
 
(...) Have you tried putting in a Wait command after creating the Datalog and before you start using it? It must take a few milliseconds to set up. Just my .001 cents after taxes... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Problems with datalog
 
(...) It is possible. If the datalog is created from outside the program (i.e. RCXcc) then my program correctly logs the IR messages. The problem I'm having is that I cannot get the RCX to create the datalog from within the program. From Dave's (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Problems with datalog
 
(...) directly, but that's not possible. A careful examination of the DataLogNext command in the beta SDK documentation shows that the command is quite limited and that you can only log (global) variables, timers, sensor values and the watch/clock. (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Problems with datalog
 
(...) Dave, I'm using NQC 2.2 b1. The firmware filename is firm0328.lgo, the version that came with Vision Command. Ryan -- (URL) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: -raw codes for NQC's Raw command
 
(...) I've been sent the format for the codes. Thanks for your help. I've almost completed a new editing/control system for the Mindstorms pbricks. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Problems with datalog
 
(...) What version of the firmware are you using (what's the filename of the firmware file)? I think some versions of early 2.0 firmware didn't support creating the datalog from within a program. Also, what version of NQC are you using...I don't (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Problems with datalog
 
I wrote a simple program that adds any messages received to the datalog. It also beeps after it logs each message so that I know it is working. The CreateDatalog() command doesn't seem to be working. It seems pretty simple. What am I missing? The (...) (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: -raw codes for NQC's Raw command
 
(...) Did you look at (URL)? (24 years ago, 25-Aug-00, to lugnet.robotics.rcx.nqc)
 
  -raw codes for NQC's Raw command
 
I require the codes for STOP and OFF for the RCX (and if any of the others are different, them too) This is for a new programing front end for NQC for the disabled. nqc -raw code Where 'code' is that's what I need for the STOP all programs and power (...) (24 years ago, 24-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Thoughts & Issues w/ Vision Command
 
(...) What about the picture quality? Could the Camera used as a cheap alternative instead of a digital camera? Only for web pictures of Lego creations, of course ;-) Regards, Hakan (24 years ago, 23-Aug-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Thoughts & Issues w/ Vision Command
 
This sounds like progress. Now I just need to learn more about the messages VC is sending to the RCX. Is there a way to upload a program from the RCX to the computer. I'd like to know more about what is send to the program 5 slot. What does it do? (...) (24 years ago, 23-Aug-00, to lugnet.robotics, 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