Omron SYSMAC FH Series User Manual page 627

Vision sensor vision system
Hide thumbs Also See for SYSMAC FH Series:
Table of Contents

Advertisement

MoveUnit
Moves a processing unit.
Format
MoveUnit <srcUnitNo>, <destUnitNo>
Parameter
Parameter
Data type
name
<srcUnitNo>
Integer type
<destUnitNo> Integer type
Return value
None.
Description
Moves the processing unit specified in the <srcUnitNo> parameter to the position in the measurement flow
specified in the <destUnitNo> parameter.
The processing unit numbers of processing units after the processing unit number specified in the
<srcUnitNo> parameter are moved up by 1. The processing unit numbers of processing units after the
processing unit number specified in the <destUnitNo> parameter are moved down by 1.
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If a non-existent number, numerical value, or combination of data types or values is specified for a parameter,
an "Illegal function call" error will occur.
If the format is written incorrectly, such as writing the macro function name incorrectly, omitting a comma, or
omitting a half-width space, a "Syntax error" error will occur.
Usage Cautions
• Execute this macro function when the BUSY signal or other measurement in progress signal is ON and
measurement is prohibited. (Reference:
Example
Moves the processing unit of Processing Unit number 2 between Processing Unit number 5 and Processing
Unit number 6.
MoveUnit 2, 5
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
AssignUnit (Reference:
CopyUnit (Reference:
InsertUnit (Reference:
MeasureStop (Reference:
Vision System FH/FZ5 Series
User's Manual (Z340)
Processing unit number (0 to (number of processing units of current scene minus one))
of source
Processing unit number (0 to (number of processing units of current scene minus one))
indicating the position of the destination in the measurement flow
State Transitions and Execution Timing (p.227))
Details (p.415))
Details (p.442))
Details (p.573))
Details (p.619))
WWW.NNC.IR
Description
CheckUnit (Reference:
DeleteUnit (Reference:
MeasureStart (Reference:
UnitCount (Reference:
Details (p.425))
Details (p.460))
Details (p.617))
Details (p.777))
Macro Reference
8
625

Advertisement

Table of Contents
loading

Table of Contents