Flt_MePoVisAlrm

SUMMARY

Flt_MePoVisAlrm - Set Visuell Alarm Group Filter

SYNTAX

Flt_MePoVisAlrm(<CursorID>,<VisAlGrp>)

ARGUMENTS

CursorId
- Connects the Listbox to a resource.
VisAlGrp
- Defines the Visual Alarm Group to be filtered for.

DESCRIPTION

For the named cursor the archive entries are filtered for the defined Visual Alarm Group.
MPs may be allocated to one of 64 (0 - 63) Visual Alarm Groups.

EXAMPLES

Flt_MePoVisAlrm(Alarm,33)
Filters for Visual Alarm Group 33


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