Omron FZ4 Series User Manual page 202

Vision sensor
Table of Contents

Advertisement

Description
Specify the variable name to be used as the array in <Array Array Variable Name>.
The array will be secured in the range from 0 to ... <Maximum Value of Subscript>.Thus, the number of
array elements will be the <Maximum Value of Subscript> +1.
Declare the array variable for the maximum 4th dimension.
Even if arrays and variables have the same names, they are handled as separate entities.
Even if the dimensions are different, if the variable names are the same, they will be recognized as the
same array.
Defined arrays are freed using the Erase command.
When a declared, existing array is re-defined without freeing it, the array defined the most recently will
be valid.In this case, the array defined before will be freed and re-defined.
4
Multiple arrays can be declared at one time.
Example: Dim A&(100),B&(100),C#(200)
Example
Declare an array.
Dim XY&(3)
Dim XY#(7,15)
Dim CHARA$(31,63,127,255)
Gets image/text Display the processing unit number
DisplayUnitNo
Parameters
None.
Return Value
Returns the value of the integer type.
The content of the value is unit number set to image/text indication window.
Description
Acquire processing unit number set to a current image/text display window.
Example
Acquire processing unit number set to a image display window.
windowNo& = DisplayUnitNo
200
Using Custom Command
FZ4 User's Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents