WWW.NNC.IR
Macro Reference
547
8
Appendices
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
Gets the value set for the screen capture destination folder of identification information 1, "captureDirectory",
which belongs to the measurement control settings of identification information 0, "Measure", and copies the
Sample.bmp file to "C:\temp\bmp".
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
Rem Get the screen capture destination folder that belongs to the measurement control settings.
GetSystemData "Measure", "captureDirectory", DIRNAME$
Rem Get the file name, including the copy destination path, of the file to be copied.
FILE$ = DIRNAME$ + "/Sample.bmp"
Rem Copy the file.
Fcopy FILE$, "C:\temp\bmp\Sample.bmp"
AddSystemData (Reference: X Details (p.407)) Fcopy (Reference: X Details (p.522))
GetGlobalData (Reference: X Details (p.530)) GetUnitData (Reference: X Details (p.552))
SetSystemData (Reference: X Details (p.725))