Omron SYSMAC FH Series User Manual page 575

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

Advertisement

InsertUnit
Inserts a processing unit.
Format
InsertUnit <unitNo>, <itemIdent>
Parameter
Parameter
Data type
name
<unitNo>
Integer type
Character
<itemIdent>
string type
Return value
None.
Description
Registers the processing item with the identification name specified in the <itemIdent> parameter as a
processing unit in the position in the measurement flow specified in the <unitNo> parameter.
The processing unit numbers of processing units after the processing unit number specified in the <unitNo>
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 an identification name that does not exist is specified as the <itemIdent> 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
Inserts the search processing unit between Processing Unit number 2 and Processing Unit number 3.
InsertUnit 3, "Search"
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Vision System FH/FZ5 Series
User's Manual (Z340)
Processing unit number on the measurement flow to insert the processing unit (0 to the
number of registered processing units in the current scene)
Identification name of the processing item to insert the processing unit
State Transitions and Execution Timing (p.227))
WWW.NNC.IR
Description
8
573
Macro Reference

Advertisement

Table of Contents
loading

Table of Contents