 |
ALPHA-VISION® DataObject dependent Actions: MePo_SetDelOvflE
|
MePo_SetDelOvflE
SUMMARY
MePo_SetDelOvflE - Set Time delay overflow exit
SYNTAX
MePo_SetDelOvflE(
<PointId>,
<Value>)
ARGUMENTS
- PointId
-
- Data Object
- Value
-
- Delay time in Seconds
DESCRIPTION
The Delay time from leaving the overflow 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,DelOvflE) -- is strongly recommended.
EXAMPLES
MePo_SetDelOvflE($ACT,5)
If the value of a measuring point reenters 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