Hi,
In my DP-Tree, I have created custom data point types like AI, DI, DO, AO, Valves & Pump etc... from the DP tree, how can i filter multiple Data Point Types?
For example:
If I use DP Tree View, seeing all the Data Point Types but I want to see only DI, Valves, Pump.
If I use dpfiltertype function it allows only one data point type to filter. So please guide me.
Senthil M
How to Filter Multiple Data point Type
- SenthilMurugesan
- Posts:15
- Joined: Tue May 24, 2016 8:29 pm
How to Filter Multiple Data point Type
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: How to Filter Multiple Data point Type
Use the filter syntax like this:
Wildcard syntax is described in the help at qthelp://wincc_oa/doc/Control_Grundlagen/Control_Grundlagen-11.htm
Code: Select all
this.dpTypeFilter = "{DI,Valves,Pump}";