Flt_ArchLtGe

SUMMARY

Flt_ArchLtGe - Filter events >= local time

SYNTAX

Flt_ArchLtGe (<CursorID>,<TimeObject>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
TimeObject
- Its value defines the point of time from that on events to be listed.

DESCRIPTION

For the named cursor the event time(Local Time) of the archive entries are compared for being equal/higher than the value of the defined TimeObject.
The TimeObject got the format: SE:MI:HO & DA:MO:YE

Note:
It is possible to set the TimeObject via an input field.

The function sequence:

Flt_ArchLtGE(ALARM,Time_start)
Flt_ArchLtLE(ALARM,Time_stop)

Would display events/alarms of the time slice between Time_start and Time stop.

EXAMPLES

Flt_ArchLtGE(ALARM,Test_1) Any event/alarm >= than the value of the TimeObject Test_1 is displayed.


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