Hello!
I am a mechanical engineering student and right now a few of my colleagues and I are inmidst of project, which consist of programming a drawing routine on an ABB140 robot. The target and the path generation appear to be easy enough, but the other part of the project task, specifically tool and workpiece calibration, appear to be more difficult. Mathematically it is clear how we want to approach the problem; we intend to use a 3-point calibration for the workpiece and a 4-point calibration for the TCP.
The actual problem and the question are: is it possible to include a manual jog input in a RAPID program? Specifically, we intended to let the operator jog the robot to the three points on the workpiece, read their positions, and thus calculate the workpiece position and orientation. After that, the actual code would be executed, depending on the position of the workpiece.
Yet, so far we could not find a solution. Is it possible that the workpiece has to be defined beforehand, or is there a way to implement our general idea of TCP/wp-calibration and the drawing routine in one single program?
Thank you very much in advance, we appreciate any input.