Omron SYSMAC FH Series User Manual page 704

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

Advertisement

SetGlobalData
Sets the global data.
Format
SetGlobalData <dataIdent>, <data>
Parameter
Parameter
Data type
name
Character
<dataIdent>
string type
Integer type
Double
precision real
<data>
number data
type
Character
string type
Return value
None.
Description
Sets the value specified in the <data> parameter in the global data with the identification name specified in
the <dataIdent> parameter.
If global data with the specified identification name does not exist, global data with the identification name
specified in the <dataIdent> parameter is added, and the value specified in the <data> parameter is set in the
added data.
If an incorrect data type is specified for a parameter, a "Type mismatch" error will occur.
If a character string longer than 255 characters is specified in the <dataIdent> 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
• None.
Example
Sets 1 as the value in the global data with the identification name "ABC".
Rem Set 1 in the value of the global data "ABC".
SetGlobalData "ABC", 1
Rem Get the value (integer value) set in the global data "ABC", and store in the variable DATA&.
GetGlobalData "ABC", DATA&
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
702
Macro Reference
Identification name of the global data to set the value
Value set in the global data
WWW.NNC.IR
Description
Vision System FH/FZ5 Series
User's Manual (Z340)

Advertisement

Table of Contents
loading

Table of Contents