You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of (only) triggering FFT with a 1s timer, it should (also) be triggered with a new vibration reference. This is intended for vibration pattern accuracy analysis, but the regular 1s functionality should still be available for constant vibration references.
The code should then be running as follows: do the fft with 1Hz frequency. If a new setpoint arrives or a timer counts 1s, start new data aquisition. In case of setpoint-triggered fft, discard and cancel the ongoing process if existing/neccessary. Start the timer in both cases.
The text was updated successfully, but these errors were encountered:
Instead of (only) triggering FFT with a 1s timer, it should (also) be triggered with a new vibration reference. This is intended for vibration pattern accuracy analysis, but the regular 1s functionality should still be available for constant vibration references.
The code should then be running as follows: do the fft with 1Hz frequency. If a new setpoint arrives or a timer counts 1s, start new data aquisition. In case of setpoint-triggered fft, discard and cancel the ongoing process if existing/neccessary. Start the timer in both cases.
The text was updated successfully, but these errors were encountered: