zaky Posted August 5 Share Posted August 5 Hi all need help I am doing a signal from condition (Average()) on quantifying the compliance of certain criteria. but I want the calculation to ignore during stop process. concern 1. I want the stamp not only /24 hr. example if we stop 3 hr, I want the average calculation is defined /21hr is it doable? Link to comment Share on other sites More sharing options...
Solution Thorsten Vogt Posted August 6 Solution Share Posted August 6 Hi zaky, you can remove the parts of the signal that are inside the stop process and only keep the parts outside the stop process using the within() function. $signal.within($condition) The resulting signal can be used in the Signal from Condition tool to calculate the average per day: You can see the difference on the resuls for the calculation of averages using the original and the filtered signal: Regards, Thorsten 1 Link to comment Share on other sites More sharing options...
zaky Posted August 6 Author Share Posted August 6 It worked! thankss 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