WWW.NNC.IR
Macro Reference
692
Vision System FH/FZ5 Series
User’s Manual (Z340)
SceneTitle$
Gets the scene title.
Format
SceneTitle$(<sceneNo>)
Parameter
Return value
Returns the scene title as a character string.
Description
Gets the title set in the scene that has the scene number specified in the <sceneNo> parameter.
If a title is not set, returns the default character string, such as "Scene0".
The scene title can be set in the scene maintenance screen or flow edit screen, or by executing the
SetSceneTitle function. (Reference: XSetSceneMaker (p.719)) (Reference: XEditing Scenes (p.62))
(Reference: XEditing Processing Units in Scenes (p.53))
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.
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
• None.
Example
Gets the title of scene 2.
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
Parameter
name
Data type Description
<sceneNo> Integer type Scene number (0 to 127) of scene whose title is to be gotten
TITLE$ = SceneTitle$(2)
SceneDescription$ (Reference: X Details (p.684)) SceneMaker$ (Reference: X Details (p.689))
SetSceneDescription (Reference: X Details (p.715)) SetSceneMaker (Reference: X Details (p.719))
SetSceneTitle (Reference: X Details (p.721))