WWW.NNC.IR
Macro Reference
544
Vision System FH/FZ5 Series
User’s Manual (Z340)
GetSceneData
Gets data related to the scene control macro.
Format
GetSceneData<dataldent>,<data>
Parameter
Return value
None.
Description
Gets the data identified by the identification name specified in the <dataIdent> parameter.
In the <data> parameter, specify the variable that will store the gotten data.
If the data type of the data to be gotten is different from the data type of the variable specified in the <data>
parameter, the gotten data will be converted to the data type of the <data> parameter.
In the <dataIdent> parameter, specify the variable name to be used in the scene control macro program.
If an identification name that does not exist is specified as the parameter, an "Illegal function call" error will
occur.
Even if a combination of different data types is specified as parameters, an error will not occur.
If an incorrect data type is specified for a parameter, a "Type mismatch" 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
Uses the unit macro to get the integer variables "SearchResult0&" and "SEARCHRESULT1&" defined in the
scene control macro
Parameter
name
Data type
Description
<dataIdent>
Character
string type
Identification name of data to be gotten
<data>
Integer type
Double
precision real
number data
type
Character
string type
Gotten data
Rem Get the value of the variable that has been defined in the scene control macro.
GetSceneData "SEARCHRESULT0&", RET0&
GetSceneData "SEARCHRESULT1&", RET1&
Rem Calculate the result based on the gotten variable value
RESULTDATA& = (RET0& + RET1&) / 2
Содержание 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...