Obj_TickOff

SUMMARY

Obj_TickOff - Timerticks off

SYNTAX

Obj_TickOn(<PointID>)

ARGUMENTS

PointId
- DataObject

DESCRIPTION

Stops to supply the DataObject with the system time;
in consequence recording of the curve stops.

Note:
Data collection is not effected, any change of the measuring value is still written to the archive.

EXAMPLES

Obj_TickOff(TSTART)

It stops counting up DataObject “TSTART”;
the job is bound to the graph below Category ‘Scaling’ - ‘Scaling offset function X’


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