Usr_SnapshotSave

SUMMARY

Usr_SnapshotSave - Save snapshot to file

SYNTAX

Usr_SnapshotSave (<File>,<Page>)

ARGUMENTS

File
Name of the Snapshot File
Page
- 0 = System- and Referenz Objects
- 1 = 0 + Prozess Variables of the Station "OS"
- 2 = 0 + 1 + all other PVs + POs

DESCRIPTION

Saves the conditions of the defined Object Types to a File.
If no Type parameter or an invalid one is supplied the system takes “0” as default.

EXAMPLES

Usr_SnapshotSave(save_1,2)
The conditions of System=, Reference=, Process Objects and all Process Variables are saved to the file:
…\PRCSNT\save_1_X.dbf
“_X” is added by the system and refers to the system language.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times