Obj_RecAll

SUMMARY

Obj_RecAll - Force recording of listed objects or all objects

SYNTAX

Obj_StartRec(<InclObjsWithoutArchive>);

ARGUMENTS

InclObjsWithoutArchive
- 1: Record all Objects (except Reference Objects)
- 0: Record all Objects defined by DoArch

DESCRIPTION

EXAMPLES

Obj_StartRec(1)
Writes the actual value and status for all DataObjects to the archive.


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