Omron SYSMAC FH Series User Manual page 671

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

Advertisement

SaveBackupData
Saves the system + scene group 0 data.
Format
SaveBackupData(<fileName>)
Parameter
Parameter
Data type
name
Character
<fileName>
string type
Return value
None.
Description
Saves the system + scene group 0 in the file with the file name specified in the <fileName> parameter.
In the <fileName> parameter, use an absolute path to specify the file name of the file to be saved.
Specify the file extension ".bkd" in the file name specified in the <fileName> parameter.
If the file specified in the <fileName> parameter already exists, it is overwritten.
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 for a character string 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
• Execute this macro function when the BUSY signal or other measurement in progress signal is ON and
measurement is prohibited. (Reference:
Example
Saves the system + scene group 0 data to a file.
Rem Save the system + scene group 0 data to a file.
SaveBackupData "C:\BACKDIR/BackupData.bkd"
Useable Modules
Scene Control Macro / Communication Command Macro
Supported Versions
Version 3.50 or later
Related Items
GetSystemData (Reference:
SaveData (Reference:
SaveSceneGroup (Reference:
SaveUnitData (Reference:
Vision System FH/FZ5 Series
User's Manual (Z340)
File name of bkd file to save (system + scene group 0 data (*.bkd))
State Transitions and Execution Timing (p.227))
Details (p.546))
Details (p.670))
Details (p.677))
Details (p.681))
WWW.NNC.IR
Description
LoadBackupData (Reference:
SaveScene (Reference:
SaveSystemData (Reference:
Details (p.599))
Details (p.675))
Details (p.679))
Macro Reference
8
669

Advertisement

Table of Contents
loading

Table of Contents