Gents, I have a project with data matrix code printing using a robot.
Robot will have a dedicated printer in the wrist and should move to the strictly defined positions (+/- 1mm) and when moving with constant speed send the signal to the printer to start printing. Robot speed during printing should be within the range: 5-30m/min.
Everything would be fine, but there is a problem how to ensure the position where to print (send the signal in the proper place) and also being sure that the speed is constant and with the defined range?
I could jog the robot eg. 100mm before the printing position, then move linear to printing start point, but how to be sure I have a defined speed eg. 500mm/s? How do I know that robot has finished its acceleration and has the defined speed?
Have you meet any application like this? Any ideas how to solve it?
Thanks a lot for help.