
Lens depend on distance and FOV that you want to get, of course. Typically upper camera need more narrow fov (if is used only for fiducials) and bottom relatively wider fov and lens (if you want to work with large parts like some 40-50mm).
I think that 6mm probably will be pretty good for upper camera but to narrow for bottom. But having it wider on upper is useful to observe some parts after placement.
Maybe it can be helpful for you:
https://www.peauproductions.com/pages/lens-calculator
Lightning on bottom may remain constantly on. On upper rather must be off while allignment - reason as you said is correct.
br
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 post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/e406e92a-bb30-48f3-8abd-3253aae559e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I’m doing the vision abt 4-5mm above the top disc mirror, light reflects so much from bottom mirror that there is no need to go into the ring... and I prefer to have PnP work area free of anything except PCB
--
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 post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/40120bb3-6f93-442e-832c-beb2f7589946%40googlegroups.com.
Can't open it on my funny w10 smartphone (let it be cursed), will do on Sunday only when I'm back home...
--
You received this message because you are subscribed to a topic in the Google Groups "OpenPnP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openpnp/BrOtYDYFFnI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/60ea7e59-cbfc-47b8-9ef1-380e4f696e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c0e402d6-922e-4a0a-bae3-76f1b0c7eecb%40googlegroups.com.
So no word on how both LED rings should be connected? Is one of them always on? The build instructions only show one LED ring connected to smoothieware.
--
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 post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/fd42f5ee-03e6-4962-83c0-d38a5ee5e901%40googlegroups.com.
Vision.PartAlignment.After.js
var downCamLights = machine.getActuatorByName("DownCamLights");
downCamLights.actuate(true);
Vision.PartAlignment.Before.js
var downCamLights = machine.getActuatorByName("DownCamLights");
downCamLights.actuate(false);