--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/28d1bdb1-2f87-4d18-84f8-817f7c0da843%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ope...@googlegroups.com.
Keen to hear about alternatives though.
https://rover.ebay.com/rover/0/0/0?mpre=https%3A%2F%2Fwww.ebay.com%2Fulk%2Fitm%2F202782376036
And switch as hight sensing
Mike
I can check the model code tomorrow if somebody is interested ...
Gauge and not any single word about the under body hole requirement...
Michael, do you think that gauge can be slower than absolute, or otherwise? I mean the speed of reaction (response for changes).
I thought the same about the speed, responses things. Just was curious that maybe practice is not in agree with theory expectation in this case.
I have ventouries on the movable head and the sensors the same. Between the tip and sensor I have 25cm 4mm hose + 20cm of the nozzle holder construction. Inside this "construction" there is a field to limit the diameter and the volume of air this way. But main problem is the Juki holder with balls that must leak to keep the nozzle well. So next step to test is to seal the balls with gum band instead of original metal balls presser. Pain is weaker nozzles holding then.
Hi Dave,See details of SMC with data enclosed.Mike
-------snip
Hi, yes please, I'd like to know the model you're using.
"simple" as in use an unmodified Smoothieboard (or other) thermistor input.
"affordable" as compared to the industrial solutions discussed in
this thread.
Note that for best performance you need short tubes to the
nozzles (low volume to deplete/fill), so valves and sensors are
best placed on the machine head. I2C over large cable distances,
along with motor driving lines was frowned upon in this group.
_Mark
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/dce5f34b-c489-4613-9c98-947f051e0593%40googlegroups.com.
Mike, I have one large compressor (not vacuum pump) 5atm in 300litres reservoir tank, and three ventouri microejectors before each of three nozzles. Sensors between microejectors and nozzles.
------snip
To unsubscribe from this group and stop receiving emails from it, send an email to ope...@googlegroups.com.
I used a MIKROE-3195 Vacuum click board from Digikey (about $40USD) which uses a MPXV6115V sensor and has additional parts for analog and I2C output.Then Marek added the "Part Size" check stage for the Bottom Vision pipeline. Since I always vision align every part I no longer do vacuum checking (Thank you Marek!!)
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/ad2dd160-d1fe-4c9d-b4b0-457f76311d6d%40googlegroups.com.
It's calculation, if some commercial machine does 50k cph it's impossible that vac check is used there the way Openpn does (waiting for level). Or not uses this at all for small parts.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/103fb1a9-1ac9-4235-b94d-da81948ed7cf%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CA%2BKNHNxnaeq5L7wgo7Ge3Roee8VGpEH_khRMra-DJhAjJdgH7g%40mail.gmail.com.
Btw, using loops for vac_check to "adjust" dwell times dynamically instead of hard programmable dwell times is not any problem. Sending readings the vac actuators in the loop was one of the first mods added to my Openpnp. I thought to do it autonomically in some controller (sending single actuator read command together with expected value and waiting for ok when reached), but it's not giving too much advantages.
I use some spec controller for z position of my pneumatic heads. Have their the position sensors being checked by controller in 1ms periods and answering OK to Openpnp when the position is got (kind of hardware M400 for Z). It could be also done using Openpnp loops but I made it before I thought about any Java changes.
Since the start of this project, I have always wanted OpenPnP to work well with "generic" controllers, so that it is highly accessible
Ref ESP32 is esp32_grbl no use?
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/b237e881-c39b-41bd-9c41-06f0ed0d807f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/bba7e917-5327-4ce2-9062-ffdc7918b5ce%40googlegroups.com.
If the main thing slowing down fast machines is the latency and verbosity of communication between the host PC and motion controller,
Hi Guys,What have I not understood about reading the vacuum using regex? I've tried to follow the tutorial, but can't seem to return a value.I have Head 1 - Nozzle 1 - ACTUATOR_READ_COMMAND set to M803I have Head 1 - Nozzle 1 - ACTUATOR_READ_REGEX set to (?<Value>-?\d.\d+)Actuating H1N1_VAC > Read Value successfully issues the M803 (see log below), the Smoothie answers with ok T:inf /0.0 @0 but the value returned seems to always null.2019-12-31 14:03:27.372 GcodeDriver DEBUG: sendCommand(M830, 10000)...2019-12-31 14:03:27.373 GcodeDriver TRACE: [serial://COM3] >> M8302019-12-31 14:03:27.374 GcodeDriver TRACE: [serial://COM3] << ok T:inf /0.0 @02019-12-31 14:03:27.375 GcodeDriver DEBUG: sendCommand(serial://COM3 M830, 10000) => [ok T:inf /0.0 @0]2019-12-31 14:03:27.375 ReferenceActuator DEBUG: N1_VAC.read(): nullI tested the regex with an online tester and it matches 0.0.BTW, I know that I should really be reading the part that says 'inf' which presumably means 'infinite' as I haven't got the actual sensor hooked in yet. I'm assuming also that null really means null and not 0.0I just got two very nice Panasonic sensors today, but found out that they only switch rather than deliver an analogue representation of the vacuum, so I'm going to have to use 0V or 5V from the NPN driver as the part on / part off sense :-(Duncan
GRBL is not custom PNP firmware. It is intended for traditional CNC stuff that requires coordinated motion among multiple axis. PNP requires the Axis complete the move. No regard to the position of X while Y is moving. We do not need to make Arcs or off 45deg lines.
On Fri, Jan 3, 2020 at 7:42 AM Simon Merrett <smerr...@gmail.com> wrote:
Ref ESP32 is esp32_grbl no use?
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ope...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/30c02396-f251-4200-a965-2285e3151056%40googlegroups.com.