34
6
Set the variables as arguments for the connection function (fhconnect) to
the Vision Sensor (FH server) and execute it.
'(1) Connect to the FH server
WHILE fh_bconnected = 0
'Connect
CallProc fhconnect()
IF fh_err_number <> fh_success
GoTo *EXIT_SAMPLE
ENDIF
ENDW
Connection function with
the Vision Sensor (FH server)