Omron FZ4 Series User Manual page 264

Vision sensor
Table of Contents

Advertisement

Return Value
Returns the value of the integer type.
The content of the value is available scene numbers.
Description
Gets the available scene number.
Example
Gets the available scene number. Gets the scene number that can set afterwards.
4
'Gets the available scene number.
NUM& = SceneCount
'Gets the scene number that can set.
settnum& = 32-SceneCount
Gets the explanation of the scene
SceneDescription$ (<sceneNo>)
Parameters
<sceneNo>
Return Value
Returns the value of the character type.
The content of the value is explanation of the scene.
Description
Gets the explanation of the scene.
When explanation is unestablished, return a null string ("").
Cannot acquire the explanation of the scene that is bigger than maximum scene number.
Example
Gets the explanation of scene 1. Set a explanation if unestablished.
'Gets the explanation of scene.
description$ = SceneDescription$(1)
If description$ = "" Then
'Set the explanation of scene.
   SetSceneDescription 1, "Description 1"
Endif
262
Using Custom Command
Scene number (integer type)
FZ4 User's Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents