Joel Korpi Posted August 9 Share Posted August 9 Hello. I need help with interpreting an error message I am recieving. I am trying to calculate a a signal aggreagtion for the delta of an angle signal. The aggregate signal is only supposed to last over a capsule called "activated". I want to use the durationKey() for this delta calculation, to get the runningDelta. When I am trying to perform this signal aggreagtion, either by using formulas or the built-in signal from condition tool, I get this error: However with the signal from Condition tool I get a preview of the delta signal, but it can not be executed. It doesnt really look how I expect it to though. Here is the formula for the "activated" condition: Any clues to what could be causing the problem? Link to comment Share on other sites More sharing options...
Joel Korpi Posted August 9 Author Share Posted August 9 I updated the formula for the condition to include merge as well, but it still does not work: Link to comment Share on other sites More sharing options...
Seeq Team Solution Patrick Posted August 9 Seeq Team Solution Share Posted August 9 Hi Joel - The issue is probably related to the your `removeLongerThan(1 month)` formula, which results in a calendar based maxinterpolation. Try changing it to `.removeLongerThan(31 days)` to see if this fixes the error. Link to comment Share on other sites More sharing options...
Joel Korpi Posted August 12 Author Share Posted August 12 Thank you Patrick, changing to 30 days solved the issue! 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