Query to get all DPE with _address

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
alaralum
Posts:22
Joined: Mon Jan 09, 2017 9:56 am

Query to get all DPE with _address

Post by alaralum »

Hi, is there any easy and fast way to get all Datapoint Elements which are configured with any or a given _address type?
Something like a dpQuery("SELECT '_address.._type' FROM '*.*.*'WHERE _DPT LIKE \"LN_*\" ",queryResult);

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Query to get all DPE with _address

Post by leoknipp »

With a dpQuery() you can read information for configs stored in the Event Manager. The _address config is only known by the drivers.
Therefore a dpQuery() does not work in that case.

You can use the information given in another thread to get the information for configured (active) addresses:
viewtopic.php?f=16&t=10678&p=965842&hil ... sk#p965842

Best Regards
Leopold Knipp
Senior Support Specialist

2 posts • Page 1 of 1