 |
ALPHA-VISION® Actions for Listbox: Flt_MePoSigOut
|
Flt_MePoSigOut
SUMMARY
Flt_MePoSigOut - Set Signal output filter
SYNTAX
Flt_MePoSigOut(
<CursorID>,
<SigOut>)
ARGUMENTS
- CursorId
-
- Connects the Listbox to a resource.
- SigOut
-
- Defines the SigOut that is filtered for.
DESCRIPTION
For the named cursor the archive entries are filtered for Signal out.
Note:
64 (0 - 63) SigOut can be assigned to a MP
EXAMPLES
Flt_MePoSigOut(Alarm,23)
It is filtered for Signal Out 23.
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