55
<Format>
No-protocol
SP(*1)
Command
SP
Command
SP …
Command
*1: “SP” is space
*2: The command argument n depends on the number of non-procedural command
arguments.
Return Value
-1506 ERROR:fhrunsendcmd():Invalid Command
Argument No.:-1506
The number of no-
procedural command
arguments is out of the
-1601 ERROR:fhsendstring():NO_CONNECTION:
Calling in the
ERROR:fhsendstring():NO_DATA:-1601
ERROR:fhsendstring():STRING_LEN:-1602
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_arg() 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
cmd_arg_num = 0
cmd_name = "MEASURE"
cmd_arg(0) = ""
cmd_arg(1)= ""
cmd_arg(2) = ""
cmd_arg(3) = ""
cmd_arg(4) = ""
Call fhrunsendcmd(fh_socket, cmd_arg_num, cmd_name, cmd_arg(), err_no)