WWW.NNC.IR
Macro Reference
717
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
SetSceneGroupTitle
Sets the title of the scene group.
Format
SetSceneGroupTitle <sceneGroupNo>, <title>
Parameter
Return value
None.
Description
Sets the title specified in the <title> parameter in the title of the scene group with the scene group number
specified in the <sceneGroupNo> parameter.
If a title with 32 or more characters is specified in the <title> parameter, the first 31 characters are set in the
title.
The title of the scene group can be set by executing this macro function, or in the scene maintenance screen.
(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 character string longer than 255 characters is specified for a character string parameter, a "String too
long" 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: XState Transitions and Execution Timing (p.227))
Example
Sets the title of the current scene group.
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Parameter
name
Data type Description
<sceneGroupNo>
Integer type Scene group number of the scene group whose title is to be set (-1 only)
<title>
Character
string type
Title of scene group
SetSceneGroupTitle -1, "Title"