 | | Re: Using Vision Command as a Smart Sensor
|
|
I just used one Message. I still don't know how to do your test program. This will start and stop the motor as long as motion is detected in area 2. task main() { while(true) { if (Message()== 2) { OnFwd(OUT_A); Wait(100); Off(OUT_A); } } } -- Bob (...) (25 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
|
|
 | | Re: Using Vision Command as a Smart Sensor
|
|
"Bob Fay" <rfay@we.mediaone.net> wrote in message news:G55s5H.CHz@lugnet.com... (...) Were you able to make it work with NQC? If it was, I'd like to see the code. Despite the association with my friend Dave Baum, I don't use NQC. (25 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
|
|
 | | Re: Using Vision Command as a Smart Sensor
|
|
I made this work with some motor commands. Very cool! This is something I hoped would be developed with Vision Command. Thanks for the posting. -- Bob Fay rfay@we.mediaone.net The Shop (URL) Fay" <rfay@we.mediaone.net> wrote in message (...) (25 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
|
|
 | | Re: Using Vision Command as a Smart Sensor
|
|
I always find myself confused when I mess with programming. I have no clue as to downloading the test program into slot 1 of the RCX. What would be the equivalent NQC program for this. test program{ main{ display message forever{} } } -- Bob Fay (...) (25 years ago, 6-Dec-00, to lugnet.robotics, lugnet.robotics.vc)
|
|
 | | Re: "No Contact" Homebrew Train Sensor for Mindstorms
|
|
(...) Chris, I was just wondering if there was a decline in performance in the enclosure as opposed to outside of it. The enclosure looks great! Eric Kingsley The New England LEGO Users Group (URL) (25 years ago, 6-Dec-00, to lugnet.trains, lugnet.robotics, lugnet.org.us.nelug)
|
|
 | | Re: "No Contact" Homebrew Train Sensor for Mindstorms
|
|
(...) I took a few close-ups of the sensor last night, and uploaded them to BrickShelf. Check out: (URL) first picture is the sensor itself with a few "common" objects nearby for scale. The second picture is my reproduction of the exact setup that (...) (25 years ago, 6-Dec-00, to lugnet.trains, lugnet.robotics, lugnet.org.us.nelug)
|
|
 | | Re: "No Contact" Homebrew Train Sensor for Mindstorms
|
|
"sebarile-MOBL" <steve.e.barile@intel.com> wrote in message news:G544x8.FnI@lugnet.com... (...) The web page you are looking for is: (URL) Gasperi (25 years ago, 6-Dec-00, to lugnet.trains, lugnet.robotics)
|
|
 | | Re: RIS 2.0 content !!!
|
|
(...) Unless you reboot a lot, it's not about how long it takes to load, it's about how long it takes to do common operations. That said, I have no idea how fast ME is on common tasks compared to 2000, but 2000 has been to my perception, a bit (...) (25 years ago, 6-Dec-00, to lugnet.robotics, lugnet.off-topic.debate)
|
|
 | | Re: RIS 2.0 content !!!
|
|
(...) Try NT4.0. It is slow - very slow. Scott A (...) (25 years ago, 6-Dec-00, to lugnet.robotics, lugnet.off-topic.debate)
|
|
 | | Re: "No Contact" Homebrew Train Sensor for Mindstorms
|
|
Hi Chris, thanks for sharing this. I had the same positive results with reed sensors in my automated rail station. The station actually detects the incoming train through the well known light sensor + lamp method, but I wanted a way to distinguish (...) (25 years ago, 6-Dec-00, to lugnet.trains, lugnet.robotics)
|