dpQueryConnect and new datapoints
Posted: Thu Jan 17, 2019 3:52 pm
A CTRL manager executes a query connect command to register a callback function when changes happen to some datapoints values.
Datapoints involved by the query are, for example:
FROM 'VALVE.*'
or
_DPT = "MYDPT"
If new datapoints matching these conditions are added to database after the script executed dpQueryConnect, the callback is called also for new datapoints or the script must be restarted?
Thanks.
Datapoints involved by the query are, for example:
FROM 'VALVE.*'
or
_DPT = "MYDPT"
If new datapoints matching these conditions are added to database after the script executed dpQueryConnect, the callback is called also for new datapoints or the script must be restarted?
Thanks.