Name | Type | Description |
---|---|---|
Classes | String | Filters for alarm classes, where system
messages are marked out, as they are not linked to a variable. Multiple class numbers have to be seperated with a semicolon. zFct.DynProperties("PictFilter.Classes") = "1;2;" |
EntriesCount | Long | Specifies the maximum amount of entries
that should be filtered from a file. Hint: Only available, if the DynProperty "IsFromFiles" is set TRUE. |
FileName | String | With this property you get/set the file name for the different export mechanism. |
FilterTitel | String | Filters for the identifictaion of
variables, where system messages are masked out, as they are not
linked to a variable. Wildcards can be used here. Default → "*" |
Font | ZT_SCHRIFT | Specifies the font that should be
used. The parameter that is passed, is the index of the font within the specified font list. 0 → Standard font 1 → Default font 1 ... 5 → Default font 5 6 → User specified font 1 ... → etc. |
Groups | String | Filters for alarm groups, where system
messages are marked out, as they are not linked to a variable. Multiple group numbers have to be seperated with a semicolon. zFct.DynProperties("PictFilter.Groups") = "1;2;" |
IncTime | ZT_ZEIT | Gets or sets the minimal time for
current alarms in seconds. Hint: Milliseconds can be specified with the "mSeconds" DynProperty. |
IsAML | Boolean | Prints the alarm list, if set TRUE. Otherwise the CEL list will be printed. |
IsAcknowledged | Boolean | Filters unacknowledged alarms, if set TRUE. |
IsAscentOnly | Boolean | Prints only current alarms, if set TRUE. |
IsAutoName | Boolean | |
IsDBASE | Boolean | |
IsFilterExp | Boolean | Opens the list stopped, if set
TRUE. i.e. while the list is open, no new messages are added automatically. |
IsFilterRT | Boolean | Displays the configuration dialog within the runtime, if set TRUE. |
IsFromFiles | Boolean | Filter is applied to file entries, if
set TRUE. Otherwise, the filter is applied to the entries from the
memory. Hint: The maximum amount of entries which should be filtered from the file is specified by the "EntriesCount" DynProperty. |
IsMatchCase | Boolean | Filter is case sensitive, if set TRUE. Otherwise the case sensitivity is ignored. |
IsReadAll | Boolean | |
IsRelationTime | Boolean | Display of relative times (relative to selected entries), if set TRUE. |
IsSQL | Boolean | |
IsUnicode | Boolean | |
IsXML | Boolean | |
ListInfo | SUBITEM | |
ProjectNames | String | Specifies the names of the projects.
Multiple project names are seperated with a semicolon.
zFct.DynProperties("PictFilter.ProjectNames") = "PROJECT1;PROJECT2;" |
Projekts | String | Specifies the names of the projects.
Multiple project names are seperated with a semicolon.
zFct.DynProperties("PictFilter.Projekts") = "PROJECT1;PROJECT2;" |
ResString | String | |
SQLBase | String | |
SQLTable | String | |
TextFilter | SUBITEM | |
TimeFilter | SUBITEM | |
VarFilter | String | Filters for variable names, where
system messages are masked out, as they are not linked to a
variable. Wildcards can be used here. Default → "*" (All variables) |
mSeconds | Long | Gets or sets the milliseconds in addition to the "IncTime" DynProperty. |