We have an application where we load small pumps into a test station. The pumps are delivered in plastic trays which hold 14 pumps, we are planning to use the de-palletizing routine to unload the pump’s from the trays into the test machine. The proposed number of trays is 4 high. However this relies on the operator loading the correct number of trays. To check this i have programmed a search routine which returns the number of trays in the stack, can I use this number to adjust the number of layers in the de-palletizing routine so the pumps are unloaded from the correct layer? I have tried adjusting the Pallet1.cnt variable in the program but the robot stops when this is activated.
Also when I am moving the robot to the depalletizing position the move to the waypoint before the calling the depalletizing routine the robot always stops at that point even though a blend radius has been assigned. The robot makes a clunk sound when it stops and I would like to smooth this transition.