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 / *5225 (-20)
  Re: Does anyone have an extra usb IR tower for sale?
 
Chris - (...) The last time I asked them, they said they would not ship outside the US under any circumstances. However, you can e- them at <pldcatalog@pitsco.com> and check whether this is still the case. Cheers JP Serious LEGO: (URL) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx)
 
  Re: Does anyone have an extra usb IR tower for sale?
 
(...) Do you know if there is anywhere similar in the UK? I've been trying to get my hands on some extra rotation sensors, but finding a supplier in the UK is practically impossible. Does anyone know if Pitsco will ship to the UK? (23 years ago, 24-Sep-01, to lugnet.robotics.rcx)
 
  Re: Battery status
 
(...) Here's a quick little program that will tell you. Make sure it's the 2.x firmware. ---8<--- task main() { while (true) { SetUserDisplay(BatteryLevel(), 3); } } ---8<--- Dean (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  color-coded (by target) HTML NQC API documentation
 
I created color-coded (by target) HTML documentation for the API part of the NQC documentation. I also generated 5 index pages: 1. Master Index: all functions and values, color-coded by target 2. Cybermaster only index 3. RCX only index 4. RCX2 only (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Execution order.
 
Does anyone know why a second IF statement in a while(true) loop wont execute? (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Does anyone have an extra usb IR tower for sale?
 
(...) You can order one from Pitsco. See recent posts for details. (URL) the tower doesn't come with drivers. You need to get the RIS 2.0 software upgrade or the ROBOLAB 2.5 software in order for the tower to function. We need to develop a (...) (23 years ago, 23-Sep-01, to lugnet.robotics.rcx)
 
  Re: Does anyone have an extra usb IR tower for sale?
 
(...) Rob, Pitsco has the USB IR Tower available as a seperate unit...$29.00...the product code is: F979783 ...their number is (800) 362-4308, or (URL) (23 years ago, 23-Sep-01, to lugnet.robotics.rcx)
 
  Does anyone have an extra usb IR tower for sale?
 
I'm tired of waiting on TLG to make it available. Hell, I haven't even received the 2.0 upgrade I ordered in the first part of August yet!!! Who knows when They will ever make it available... -Rob (23 years ago, 23-Sep-01, to lugnet.robotics.rcx)
 
  Re: Battery status
 
Kalle - (...) In NQC version 2.3r1 (and probably higher), using the RIS2.0 firmware, you can use x = BatteryLevel(); to set variable 'x' equal to the battery level in millivolts. Cheers, JP (23 years ago, 22-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Web site up
 
All -- Finally overcame my HTML-blindness (mostly!) and got a web site up. Code and DATs for most of the robots. Hope you like them. (URL) (23 years ago, 22-Sep-01, to lugnet.robotics.rcx)
 
  Battery status
 
Hello, can i check the battery status directly in NQC without connecting the PC. Can i use a trick to get the voltage Br Kalle (23 years ago, 14-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: 8 power levels, and only 8?
 
(...) Ok, here are some results of my investigation: - There is no general 8ms cycle - When you change motor settings they become effective on the next timer interrupt (occurs every ms), and the rotating pattern for a reduced powerlevel starts anew, (...) (23 years ago, 22-Sep-01, to lugnet.robotics.rcx.java)
 
  Re: new RoboLab 2.5 compatible with old serial IR tower & RCX 1.0
 
If you already have a serial IR tower, RCX 1.0, Scouts, and MicroScouts, then what extra benefits would you get from the new RoboLab 2.5 with: 1) new USB IR tower? 2) new RCX 2.0? 3) old Scout, eg, events and VLL output to MicroScout? 4) old (...) (23 years ago, 22-Sep-01, to lugnet.robotics.rcx.robolab)
 
  Re: StringBuffer and double
 
(...) Even better: send them to us and we'll add them to StringBuffer. (...) (23 years ago, 21-Sep-01, to lugnet.robotics.rcx.java)
 
  Re: new RoboLab 2.5 compatible with old serial IR tower & RCX 1.0
 
(...) Jerry We received the software today from Denmark and began shipments to customers. Most of the information you are reading about comes from a fall mailing we recently did for the back-to-school season. From speaking with the warehouse today I (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx.robolab)
 
  Re: new RoboLab 2.5 compatible with old serial IR tower & RCX 1.0
 
(...) Call Pitsco and ask them to send you a catalog. Their website is very poor in comparison to the items available in the new catalog. In a one page addition to their most recent catalog I read: "ROBOLAB 2.5 UPGRADE If you have purchased previous (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx.robolab)
 
  Re: StringBuffer and double
 
Hi myself, Gosh, you're stupid... :o) Ok, I didn't take a look into the StringBuffer.java before I answered: ____SNIP____ public StringBuffer append (double aDouble){ return append ("<no str+double>"); } ____SNIP____ Then, I won't delete my own (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx.java)
 
  StringBuffer and double
 
Hi, I have just tried to do the following: ____SNIP____ double v = 1.23456 StringBuffer sb = new StringBuffer(); sb.append( v ); char[] cArray = sb.getChars(); ____SNIP____ on my RCX with lejos 1.0.2. The resulting string/char array has the length (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx.java)
 
  Re: Sending ir packets
 
(...) (URL) get you loads of info. Björn (23 years ago, 20-Sep-01, to lugnet.robotics.rcx)
 
  Sending ir packets
 
I am writing a program, and it doesnt work. Right now im just trying to make sure I can interface with the serial port properly. So I am sending: 55 ff 00 51 ae 03 fc 54 ab At 2400 baud, 8 data bits, odd parity, and one stop bit. It doesnt work. The (...) (23 years ago, 20-Sep-01, 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