WWW.NNC.IR
Macro Reference
726
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
Sets the value "C:\temp\bmp" in the screen capture destination folder of identification information 1,
"captureDirectory", which belongs to the measurement control settings of identification information 0,
"Measure".
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 destination path to be set as the screen capture destination folder.
DIRNAME$ = "C:\temp\bmp"
Rem Set the screen capture destination folder that belongs to the measurement control settings.
SetSystemData "Measure", "captureDirectory", DIRNAME$
AddSystemData (Reference: X Details (p.407)) SetGlobalData (Reference: X Details (p.702))
GetSystemData (Reference: X Details (p.546)) SetUnitData (Reference: X Details (p.731))