Obj_TickOn

SUMMARY

Obj_TickOn - Timerticks on

SYNTAX

Obj_TickOn(<PointID>,<Offset>)

ARGUMENTS

PointId
- DataObject
Offset
- Offset to the actual time in seconds

DESCRIPTION

Sets the value of a DataObject to SystemTime minus the defined offset [seconds] and starts incrementing its value in fraction of seconds.

Note:
Archiving of measuring values is not effected.

EXAMPLES

Obj_TickOn(TSTART,360)

Starts incrementing the DataObjects “TSTART”;
Starting value = (actual time - 360 Seconds). The job is bound to a button below the Category ‘Action’.


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