How to Filter Multiple Data point Type

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
SenthilMurugesan
Posts:15
Joined: Tue May 24, 2016 8:29 pm

How to Filter Multiple Data point Type

Post by SenthilMurugesan »

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

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: How to Filter Multiple Data point Type

Post by mkoller »

Use the filter syntax like this:

Code: Select all

  this.dpTypeFilter = "{DI,Valves,Pump}";
Wildcard syntax is described in the help at qthelp://wincc_oa/doc/Control_Grundlagen/Control_Grundlagen-11.htm

2 posts • Page 1 of 1