Hi everyone,
I’m using OpenPnP 2.4 (build 4743a54) with a dual–nozzle head and
custom auto-feeder (separate Mega2560 controller). There is no
vacuum sensor.
I need to stop the job after 3–4 failed bottom-vision attempts
when one nozzle has a part and the second one is empty.
Problem:
– If I set Error Handling = Alert → the job stops immediately,
but it also discards the part on the *other* nozzle.
– If I set Error Handling = Defer → it keeps retrying
infinitely until I manually notice the issue.
– There is no "Pick Retry" or "Alignment Retry" tabs in this
2.4 build, so I cannot limit attempts.
Question:
**Is there any built-in way in OpenPnP 2.4 to limit the number
of bottom-vision failures (for missing part on nozzle) without
scripts and without a vacuum sensor?**
I only need:
– 3–4 attempts
– then stop the job
– but keep the part on the second nozzle untouched
Is there an internal setting, or does this require upgrading to
a newer JobProcessor with retry limits?
Thanks!