I wonder if there may be some mileage in ramping the solenoid current using PWM to reduce the speed?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: trev on August 31, 2021, 01:10:22 PMHard to see from the vid, but I think you may be backing off a bit too much, risking hitting the back of the hole on a paper tape.
This video shows the backing off idea for the pin.
https://www.youtube.com/watch?v=1AR7i8RnFxg
Quote from: trev on September 06, 2021, 09:48:36 AM
Index idea.
Using SW8 is an interesting idea. If set, then an index command would increment that lane index count and the pin would flip up and down <indexcount> number of times to feedback instantly current set value. The pins can be pulsed quickly enough for it not to be annoying I think and that would provide instant feedback. It is a neat idea that does keep everything contained. Maybe SW8 when triggered would toggle all the pins to indicate you are in that mode. Then a timeout would be set for several minutes. Timeout reset upon receiving an indexing command. At the end the pins would do the toggle sequence again to indicate you have exited the mode.
QuoteExcept when you've not used the machine for a month or two, you then have to dig out the laptop, remember how to do it all etc. For people not familiar with Arduino it's a big faff.
I had another idea. For those with a laptop at hand, it is so quick to upload firmware with Arduino IDE. We could have a section at the top of the code file or a header file with defines in it and just re-flash the feeder to change settings.
Quote from: trev on September 05, 2021, 08:56:26 AMI've considered offboarding the pump and putting it in a soundproof box. Not sure if turn-on delay or flow rate might be an issue, obviously you'd want to keep the vacuum valve in the arm near the nozzle.
Wish I could find a silent vacuum pump. That noise really does start to wear on you after a few hours.
QuoteTBH I'd much rather have physical switches, as having to mess with USB connections, USB drivers and other software can be a faff, especially as running USB-serial under Win98 might be a challenge.
I am thinking of removing the dip switch panel and adding one of these usb panel mount cables. This will enable you to plug a usb cable into the board without having to dismantle the feeder.
QuoteI've done 0402 LED matrices - pretty sure they were on 2mm tape - I think the "half index" option (by alternating pick position) works OK, and unlike the normal index counts, it's in the right place, i.e. the CDF and not the feeder def, so not as inconvenient to use.
Anyone tried 0402 on an rv?
Quote from: alanambrose on May 13, 2021, 05:12:03 PMNo - using a composite video to USB capture device with the original cameras.
And you've hooked the video capture commands in the RVS software in order to capture video using a modern camera over USB. You've rigged up a mount for that in place of the stock one?
QuoteI'd be surprised if the COM ports didn't work via standard USB-serial converters, the only issue I can see is you may need to be able to force them to be low COM port numbers - this is usually just a case of fiddling with driver configuration.
Are you still using COM ports on your PC to drive the feeders etc or do you have one of the set-ups where the COM ports are on the ISA card?