54
7.3.8. fhrunsendcmd
Function
Send a no-procedure command to the Vision Sensor
Syntax
fhrunsendcmd(fh_socket, cmd_arg_num, cmd_name, cmd_arg(), err_no)
Parameter
fh_socket Input Integer Number of sockets already connected to
cmd_arg_num Input Integer Number of no-procedural command
arguments to be sent to the Vision
cmd_name Input String No-procedural commands to be sent to
cmd_arg() Input String cmd_arg(0): Argument 1 of the no-
procedure command sent to the Vision
Sensor(string).
cmd_arg(1): Argument 2 of the no-
procedure command sent to the Vision
Sensor(string).
cmd_arg(2): Argument 3 of the no-
procedure command sent to the Vision
Sensor(string).
cmd_arg(3): Argument 4 of the no-
procedure command sent to the Vision
Sensor(string).
cmd_arg(4): Argument 5 of the no-
procedure command sent to the Vision
err_no Output Integer error number
Store the result of the execution of this
Remarks
Sends a no-procedure command to the Vision Sensor, concatenating the parameters
according to the following format.
If the number of no-protocol command arguments is out of the input range, an error is
returned.