Yassine Posted January 25 Share Posted January 25 (edited) Hello, I am wondering why does a signal representing the sum of 3 signals have no values in some periods? Thanks Edited January 25 by Yassine Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted January 25 Share Posted January 25 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 More sharing options...
Yassine Posted January 25 Author Share Posted January 25 (edited) 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 January 25 by Yassine Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted January 25 Share Posted January 25 Can you post the formula you are using for summing the signals up? Link to comment Share on other sites More sharing options...
Yassine Posted January 27 Author Share Posted January 27 (edited) 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 January 27 by Yassine Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted January 27 Share Posted January 27 Hi Yassine, seems like you set the Max Interpolation to 5 days. The gaps in the screenshot seem to be bigger than that value. Can you check setting the value to a higher value? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now