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 / *8345 (-20)
  Re: New Robolab user saying hello!
 
(...) I use Win98 and for the Lego camera, all you need is Robolab. Don't know about XP. See Tufts CEEO for lots of image processing material including examples that use G-Code and LABVIEW-like structures that you will easily understand (and I will (...) (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.robolab)
 
  Re: The BrickOS Task Manager
 
(...) [snip] (...) Hi Mike, What version of BrickOS are you using? IIRC the correct type for thread IDs in the current version is tid_t, not pid_t. Also, I dunno if it was a typo, but you should include tm.h, not tm.c. HTH ROSCO (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: The BrickOS Task Manager
 
(...) Hmm... it doesn't seem to recognize pid_t as a valid type. I have a document of the functions in brickOS that indicates execi returning an int. Which is it? (...) Still confused... I'll post the poignant code: pid_t rowthread; pid_t colthread; (...) (21 years ago, 5-Jan-04, to lugnet.robotics.rcx.legos)
 
  RCX low battery indicator problem
 
This is my first venture into lugnet.robotics, so excuse me if this has been asked and answered before. I've bought an RIS 1.5 form EBay for my son for Cristmas. The RCX received seems to have a problem with the low battery indicator - it comes on (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx)
 
  Re: Happy new year!!!
 
(...) RCX 1.0 (the default target for NQC) doesn't support variable frequencies. If you instruct NQC to generate code for RCX 2.0 (using the -Trcx2 option on the command line) then it should stop complaining. Of course, in order for the program to (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: Lightsensor
 
(...) Keep in mind a "dynamics range" of 10 units is just fine, if the variation is normally only a couple units. In other words, you can reliably determine when you are seeing a light or dark surface. Making sure that the sensor is close (5 mm or (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx)
 
  Re: Events in robolab
 
We can use my site to host a knowledge base for Robolab. I would be happy to help out. I was thinking of doing something similar for the students and teachers I teach anyway. My goal is to make up for some of documentation shortcomings with useful (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.robolab, FTX)
 
  New Robolab user saying hello!
 
Hello, I have recently purchased Robolab to use with my Mindstorms set. I am an electronics test development engineer for satellite payloads and write programs in Labview for the test systems. So I was interested in Robolab as soon as I found out (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.robolab)
 
  Re: Robolab and 3rd party camera
 
Well, I have Robolab 2.5.2 and a Dexxa webcam (Logitech Quickcam clone), and that works fine on Windows XP. I originally had problems getting the camera to work with my MOTHERBOARD as it has a VIA chipset and the USB drivers needed updating, but (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.robolab)
 
  motor repair
 
hi All, a happy new year to everyone ! My new year started with a broken motor, due to a fall on the ground :-( After cutting it totally open, I've managed to get it running again. For those who also have damaged motors and want to try to fix them, (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx, lugnet.technic, lugnet.robotics)
 
  Re: Lightsensor
 
(...) Hi Thomas facing the same problem since very few days (I'm also a nebie) it seems that this behaviour is 'normal'. However this is not satisfying at all because the sensors dynamic range is to low for reasonable applications. Is there someone (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx)
 
  Re: Happy new year!!!
 
(...) thanks, at the same from me, (...) Maybe a stupid question, (haven't used NQC for a while), but can anyone tell me, why is my NQC compiler complaining that freq should be a constant ? thanks, Stef Mientki (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: Happy new year!!!
 
It don't really simulate a firework but ... It's so cool :) nanobapt (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: The BrickOS Task Manager
 
(...) To make a thread with BrickOS (I use the 0.2.4, but I think that the method is the same !) You need to use the execi function : pid_t my_thread; ... (function other declaration int funct(int argc, char *argv[]) { // Function that the robot (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.legos)
 
  The BrickOS Task Manager
 
Hi everyone, I was wondering if there's any documentation or example programs detailing how to use the task manager in BrickOS. The only example I have is the line-follow program that somehow uses tasks to 'wake up' when it detects a colour change. (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.legos)
 
  Happy new year!!!
 
Happy new year for everybody! I started making this program at 11:00 pm on December 31st. Incredibly, I could finish it for 12:00 to use it. It simulates fireworks sound using the RCX speaker. It uses lots of Random(n) calls to make the sound (...) (21 years ago, 4-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: New Version of pbForth with DCC Support Released
 
(...) Enough interest? How about this: I think there'd be a HUGE interest! What would it take to convince you? We have no DCC session on tap as of right now, (1) and this would go well in robotics AND trains!!! Please do come! 1 - we were angling (...) (21 years ago, 3-Jan-04, to lugnet.robotics.rcx.pbforth, lugnet.robotics, lugnet.trains, lugnet.events.brickfest, FTX)
 
  Re: problems wirh installing driver for usb-tower under linux
 
(...) If you look into the configure script you can found this line : if ! test -f $KINC/linux/version.h ; then { echo "configure: error: no suitable configured kernel include tree found" 1>&2; exit 1; } fi So the test return 0 that indicate you (...) (21 years ago, 3-Jan-04, to lugnet.robotics.rcx.legos)
 
  problems wirh installing driver for usb-tower under linux
 
Hello! I tried to install the driver for the usb-tower under SuSE linux 9.0 but configure failed with the message: no configured kernel include tree found. I installed the kernel sources and tried again, but the problem was still the same. I heard (...) (21 years ago, 2-Jan-04, to lugnet.robotics.rcx.legos)
 
  New Version of pbForth with DCC Support Released
 
All, I've just finished updating the pbForth webiste with information on the latest version of pbForth that supports DCC. Yay! Yes, you can use Mark Riley's excellent train control firmware, but if you want to write code that starts and stops trains (...) (21 years ago, 3-Jan-04, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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