41
6.8.
Moving Robot to Robot Command Position at Measurement
For a processing to move the robot to the robot command position at measurement,
follow the procedures below.
1
By the procedures at step 1 in Chapter 6.6, check that the measurement
results are stored in variables(fh_param).
2
Set the variables as arguments for the robot motion sample function
(fhsample_move) and execute it.
' (7) Move the robot to the measured position
' You have to edit this section for your application.
' e.g: Adding an end effector control, depart path motion, etc.
CallProc
fhsample_move(fh_param[2],fh_param[3],fh_param[4],fh_param[5],fh_param[6],fh_param[
7])
'Error check
IF fh_err_number <> fh_success
GoTo *CLOSE_SAMPLE
ENDIF
WARNING
These operations drive the robot.
Operate the robot in the state whereby pressing the
[Emergency stop] button can stop its motion anytime.
6.9.
Disconnecting Vision Sensor from Robot Controller
For a processing to disconnect the Vision Sensor from the Robot Controller, follow the
procedures below.
1
Execute the disconnection function (fhclose) to the Vision Sensor.
' (1) Disconnect from the FH server
*CLOSE_SAMPLE
CallProc fhclose()
Disconnection function to the
Vision Sensor (FH server)
Robot motion sample function
Содержание Vision Sensor FH Series
Страница 1: ...Robot Connection Guide NACHI FUJIKOSHI CORP Edition Vision Sensor FH Series Vision System Z464 E1 01 ...
Страница 14: ...12 ...
Страница 63: ......