WWW.NNC.IR
Macro Reference
530
Vision System FH/FZ5 Series
User’s Manual (Z340)
GetGlobalData
Gets the global data.
Format
GetGlobalData <dataIdent>, <data>
Parameter
Return value
None.
Description
Gets the value of the global data that has the identification name specified in the <dataIdent> parameter. The
value of the gotten global data is converted to the specified variable type and stored in the <data> parameter.
If a character string that cannot be converted to a numerical value is gotten and an integer or double
precision variable is specified for the <data> parameter, 0 is stored in the gotten data.
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 in the <dataIdent> parameter, a "String too long"
error will occur.
If a constant is specified for the <data> parameter, a "Syntax error" error will result.
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 integer value set in the global data that has the identification name "ABC".
Parameter
name
Data type
Description
<dataIdent>
Character
string type
Identification name of the global data to get
<data>
Integer type
Double
precision real
number data
type
Character
string type
Gotten data
Rem Set the integer value 1 in the "ABC" global data value.
SetGlobalData "ABC", 1
Rem Get the value of the global data "ABC" and store in the integer variable DATA&.
GetGlobalData "ABC", DATA&
Содержание fh-1 series
Страница 8: ...WWW NNC IR 6 Vision System FH FZ5 Series User s Manual Z340...
Страница 14: ...WWW NNC IR 12 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 22: ...WWW NNC IR 20 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 48: ...WWW NNC IR Initializing the Controller 46 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 68: ...WWW NNC IR Editing Scene Groups 66 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 132: ...WWW NNC IR Useful Functions for Operation 130 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 172: ...WWW NNC IR Saving Scene Groups in External Memory 170 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 254: ...WWW NNC IR Basic Knowledge For Macro Customize Functions 252 Vision System FH FZ5 Series User s Manual Z340 MEMO...
Страница 650: ...WWW NNC IR Macro Reference 648 Vision System FH FZ5 Series User s Manual Z340 Related Items None...
Страница 881: ...WWW NNC IR...