Hello,
I’m trying to create a Synthetic Variable whose role will be to record the data of another variable whose value is higher than a certain threshold.
In this example, “padep_102” is the name of the device which the variable “rms_z” containing the original unfiltered values belongs to. “predictivesettings” is the name of the device which owns the variable “runningthreshold” containing the threshold value.
Although the formula seems to be correct, the function is never executed. On the other hand, if I replace “runningthreshold (predictivesettings)” with a fixed threshold value the function is executed. It is as if the function refuse to use the value contained in “runningthreshold (predictivesettings)” for its calculations.
Do you have any idea what could cause this? Thanks