Omron SYSMAC FH Series User Manual page 689

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

Advertisement

SceneGroupNo
Gets the scene group number of the current scene group.
Format
SceneGroupNo
Parameter
None.
Return value
The scene group number of the current scene group is returned as an integer value.
Description
Gets the scene group number of the current scene group.
If a value is assigned to the return value variable or the variable is not used in an expression, a "Syntax error"
error will occur.
Usage Cautions
• None.
Example
Gets the scene group number of the current scene group, and if the scene group number is 2, change to
scene 3.
Rem Get the scene group number of the current scene group.
NO& = SceneGroupNo
Rem Get the scene group number, and if 2, change to scene 3
If NO& = 2 Then
ChangeScene3
Endif
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
ChangeScene (Reference:
ClearSceneGroup (Reference:
SceneGroupCount (Reference:
Vision System FH/FZ5 Series
User's Manual (Z340)
Details (p.423))
ChangeSceneGroup (Reference:
Details (p.431))
CopySceneGroup (Reference:
Details (p.686))
SceneNo (Reference:
WWW.NNC.IR
Details (p.424))
Details (p.441))
Details (p.691))
Macro Reference
8
687

Advertisement

Table of Contents
loading

Table of Contents