removeDoneCB()

The function prevents the calculation of unwanted data in data point 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 data point functions and statistical functions. Values are not always written to the target data point to which they are configured.

Example

p1>p2 ? p1-p2:removeDoneCB()

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

Assignment

Miscellaneous functions

Availability

CTRL