56
arguments.
Return Value
Err. No. Error Message
Description
0
-
normal termination
-1506
ERROR:fhrunsendcmd():Invalid Command
Argument No.:-1506
The number of no-
procedural command
arguments is out of the
input range.
-1601
ERROR:fhsendstring():NO_DATA:-1601
Send string length 0
ERROR:
fh_send():NO_CONNECTION:-1601
Calling in the
unconnected state
-1602
ERROR:fhsendstring():STRING_LEN:-1602
Send failure
Precautions
The length of the string of the no-stepping command that can be sent is 127 bytes (not
including the delimiter).
Set the parameters of cmd_name and cmd_arg1 to cmd_arg5 so that the length of the
string of the no-procedure command to be sent does not exceed 127 bytes.
Example
The following example shows how to send the measurement command "MEASURE" to
the Vision Sensor
fh_res_string = "MEASURE"
fh_para_cnt = 0
fh_cmd_input_arg[1] = ""
fh_cmd_input_arg[2] = ""
fh_cmd_input_arg[3] = ""
fh_cmd_input_arg[4] = ""
fh_cmd_input_arg[5] = ""
CallProc fhrunsendcmd(fh_para_cnt, fh_res_string, fh_cmd_input_arg[1-5])
Содержание Vision Sensor FH Series
Страница 1: ...Robot Connection Guide NACHI FUJIKOSHI CORP Edition Vision Sensor FH Series Vision System Z464 E1 01 ...
Страница 14: ...12 ...
Страница 63: ......