Omron FZ4 Series User Manual page 221

Vision sensor
Table of Contents

Advertisement

Moves the processing to the line of the specified Label.
Goto <Label>
Parameters
<Label>
Label name (Label) for the movement destination.
Return Value
None.
Description
Moves the processing to the line where the specified Label is.
This differs from the Gosub command in that there is no return to the origin of the call using the Return
statement. In cases where return is needed, use the Gosub command.
Example
Move to Label *PROC1.
Goto *PROC1
Converts the value of the expression to a character string hexadecimal expression.
Hex$ (<Expression>)
Parameters
<Expression>
The expression to be converted to a character string (integer).
Return Value
Returns the value of the character type string.
The content of the value is the character string which converts the specified expression to hexadecimal
expression.
Description
The & representing hexadecimal is not attached.
Specify a numeric value of 4 bytes or less in <Expression>.
Specify a numeric value in decimal as an integer as either a numeric constant or numeric variable in the
<Expression>.
Negative numbers are expressed using a complement of 2.
In the case where the numeric value specified in <Expression> has a fractional part, it is rounded up to
an integer at the first place after the radix point and then converted into a hexadecimal character string.
Example
Output the "A" result as a hexadecimal.
FZ4 User's Manual
Using Custom Command
4
219

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents