RoboDK Forum
Robotics Integrated Material Feed Conveyor Step failing——革命制度党ntable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Robotics Integrated Material Feed Conveyor Step failing (/Thread-Robotics-Integrated-Material-Feed-Conveyor-Step-failing)



Robotics Integrated Material Feed Conveyor Step failing-eugmoses-08-10-2022

Hello RoboDk Team,

We are simulating offline programming of integrated material feeding with pick and place for assembly of rollers on base frame. Attached is the RoboDk Model. The Feed Conveyor python script "Call Wait for Parts" step is having a bug leading to failure to trigger the picking once the rollers reaches the end of conveyor. This is random behavior leaving some time one or two rollers to be dropped.

Kindly guide on this issue.

Regards,

Eugene Moses R


RE: Robotics Integrated Material Feed Conveyor Step failing-Olivier-08-10-2022

When the robot is back into the picking position after placing the first roller, the next part is sometimes already to far on the conveyor to be detected.

To fix this, open the python script "WaitForPart" and put a higher value in "TOLERANCE_CHECK_MM".


RE: Robotics Integrated Material Feed Conveyor Step failing-eugmoses-08-10-2022

(08-10-2022, 01:03 PM)Olivier Wrote:When the robot is back into the picking position after placing the first roller, the next part is sometimes already to far on the conveyor to be detected.

To fix this, open the python script "WaitForPart" and put a higher value in "TOLERANCE_CHECK_MM".

Thank you for the quick response. After increasing the Tolerance_Check_MM, I could run the simulation without any issue until the simulation speed is 1.4.But when I increase the simulation speed beyond thatthen the issue starts to reoccur.

Kindly advice on whether for simulating the conveyor logic "WaitForPart" we need to run at particular speed.