Hello:
We are using a F-series Robot with a RS-007 controller and to make the syncronization, we are using a+the specific module for that.
Basically, we have interconected a PC with the camera software, a Siemens PLC (that basically makes the user interface and communnication) and the robot.
When we take a photo with the camera system, we have the coordinates of an object saved,, then the plc sends a move order to the robot with that coordinates. The camera and the robot are separated 2440 mm and we use a CWAIT to measure the distance untill the object has arrived to the 0.0 axis of the robot and basically we simulate the axis of the photo taken with the axis of the robot, moving to the previously saved coordinates.
The PLC send all the important values to the robot
The problem is that, after some tests, the robot moves to the coordinate Y correctly but the coordinate X seems to variate randomly, for us, the robot is having some problems following the conveyor belt. We have tested the encoder and the camera system and they work alright, so, maybe the code we are using to syncronize with the belt is not correct.
Maybe some of you that have more experience in this matter can shine some light to this "problem"
Thanks in advance