WWW.NNC.IR
Macro Reference
688
Vision System FH/FZ5 Series
User’s Manual (Z340)
SceneGroupTitle$
Gets the title of the scene group.
Format
SceneGroupTitle$(<sceneGroupNo>)
Parameter
Return value
Returns the title value of the character string scene group.
Description
Gets the title set in the scene group that has the scene group number specified in the <sceneGroupNo>
parameter.
If the title is not set, returns the default character string such as "scene group 0".
The scene group title can be set by executing the SetSceneGroupTitle function, or in the scene maintenance
screen. (Reference: XSetSceneMaker (p.719)) (Reference: XEditing Scenes (p.62))
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 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 title of scene group 2.
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
Parameter
name
Data type Description
<sceneGroupNo>
Integer type Scene group number (0 to 31) of the scene group whose scene group title is gotten.
TITLE$ = SceneGroupTitle$(2)
SceneTitle$ (Reference: X Details (p.692)) SetSceneGroupTitle (Reference: X Details (p.717))