Combining filters

All filters can be combined. All filter types are connected with an AND operator. Within filter types, filters are connected with an OR operator.

Example

In order to obtain all periphery addresses of the types Controller and Valve with all data point names starting with X, enter the following (on one line):

WCCOAascii -out regvent.adr -filterDpType Controller -filterDpType Valve -filterDp X*.; -filter P:_address

The result is output to the file regvent.adr.

If you edit single-language output files in Excel, you must manually delete the text prefixes lt:0 and Lang:0 before saving as a text file. For example, you must change It:0 Lang:0 "Malfunction" to "Malfunction".