MePo_SetDelOvflN

SUMMARY

MePo_SetDelOvflN - Set Time delay overflow entry

SYNTAX

MePo_SetDelOvflN(<PointId>,<Value>)

ARGUMENTS

PointId
- Data Object
Value
- Delay time in Seconds

DESCRIPTION

The Delay time from leaving the measuring range until indicating the status change is defined.

If the definition collides with an adjoining status i.e. the "entry" value differs from the "out" value of the adjacent one, the status definition of the HIGHER ALARMLEVEL is taken.

Note:
That job is available for compatibility reasons to older projects only;
for actual Projects the use of -- Obj_SetAttr(PointId,DelOvflIn) -- is strongly recommended.

EXAMPLES

MePo_SetDelOvflN($ACT,5)
If the value of a measuring point leaves the measuring range the status change is indicated 5 seconds later.


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