Flt_ArchLtLe

SUMMARY

Flt_ArchLtLe - Filter events = local time

SYNTAX

Flt_ArchLtLe (<CursorID>,<TimeObject>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
TimeObject
- Its value define the point of time up to that events should be listed.

DESCRIPTION

For the named cursor the event time(Local Time) of the archive entries are compared for being equal/lower 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_ArchLtLe(ALARM,Test_2) Any event/alarm <= than the value of the TimeObject Test_2 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