Joel Korpi Posted August 9, 2024 Posted August 9, 2024 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?
Joel Korpi Posted August 9, 2024 Author Posted August 9, 2024 I updated the formula for the condition to include merge as well, but it still does not work:
Seeq Team Solution Patrick Posted August 9, 2024 Seeq Team Solution Posted August 9, 2024 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.
Joel Korpi Posted August 12, 2024 Author Posted August 12, 2024 Thank you Patrick, changing to 30 days solved the issue!
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