Jump to content

Summing signals


Yassine

Recommended Posts

Hi Yassine, 

it would be helpful if you could provide some more details, like how the calculation is done or if there are warning or errors showing up in the Details Pane.

In most cases gaps in the data appear if the maximum interpolation defined for the the signal is to small or invalid values exist in the data. So you might want to try setting the maximum interpolation to a higher value (using $signal.setMaxInterpolation()) or remove invalid values (using $signal.validValues). 

More information can also be found in this post:

Regards,

Thorsten

Link to comment
Share on other sites

Thanks Thorsten, I already tried both validvalues() and setMaxInterpolation(), it didn't solve the question!

Note: the gaps areas correspond to invalid data replaced by 0 using replaceNotValid(0) in the summed elements. The total seems not recognizing the replaced data.

Edited by Yassine
Link to comment
Share on other sites

For the signals summing:  ($A+$B+$C).setMaxInterpolation(5d).setUnits("kW")

For each signal $A, $B and $C in the operation the general formula: $signal.replaceNotValid(0).agileFilter(1min)

Edited by Yassine
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...