removeDoneCB()

The function prevents the calculation of unwanted data in datapoint functions and statistical functions.

Synopsis

removeDoneCB()

Parameters

Parameter Description
none -

Return value

If successful, the function returns 0 or in the event of an error, -1.

Error

Description

The function prevents the calculation of unwanted data in datapoint functions and statistical functions. Values are not always written to the target datapoint to which they are configured.

Example

p1>p2 ? p1-p2:removeDoneCB()

If p1 or p2 changes, the above datapoint function will be called. Up to now the value of the target datapoint would have been rewritten each time. With the new function, the value is only recalculated and written to the datapoint when p1 > p2. Otherwise removeDoneCB will be called and the datapoint function will be terminated without writing the result.

Assignment

Miscellaneous functions

Availability

CTRL