Omron SYSMAC FH Series User Manual page 443

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

Advertisement

CopySceneGroup
Copies scene group data.
Format
CopySceneGroup <srcSceneGroupNo>, <destSceneGroupNo>
Parameter
Parameter
Data type
name
<srcSceneGroupNo> Integer type
<destSceneGroupNo> Integer type
Return value
None.
Description
Copies the scene group data of the scene group number specified in the <srcSceneGroupNo> parameter to
the scene group data of the scene group specified in the <destSceneGroupNo> parameter
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If the same scene number is specified in the <destSceneNo> parameter as the <srcSceneNo> parameter, an
"Illegal function call" error will occur.
If a non-existent number, numerical value, or combination of data types or values are specified for a
parameter, an "Illegal function call" error will occur.
If there is insufficient free working memory to copy the data, 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
Copies the data of scene group 0 to scene group 1.
CopySceneGroup 0, 1
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
CopyScene (Reference:
MeasureStop (Reference:
SceneGroupNo (Reference:
Vision System FH/FZ5 Series
User's Manual (Z340)
Scene group number (0 to 31) of the scene group to be copied.
Scene group number (0 to 31) of the destination scene group.
State Transitions and Execution Timing (p.227))
Details (p.440))
Details (p.619))
Details (p.687))
WWW.NNC.IR
Description
MeasureStart (Reference:
SceneCount (Reference:
SceneNo (Reference:
Details (p.691))
Details (p.617))
Details (p.683))
Macro Reference
8
441

Advertisement

Table of Contents
loading

Table of Contents