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);
Query to get all DPE with _address
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Query to get all DPE with _address
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
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