06-16-2020, 11:40 PM
Indeed, it is a bug in our Android version or a lack of safety guards. Phyphox executes the modules once even before the experiment is started to allow filling graphs with reasonable data even before starting, like for example the waveform in the tone generator experiment (we will give you more control about this soon...). Now, when your analysis modules are executed like this, the dx input of the periodicity is zero, causing an infinite loop in this module.
I will catch this in the next update of phyphox. Until then, you will have to make sure that the dx input is always larger than 0.
@Jens: The iOS version has a check to ensure that dx is larger than 0 (and at the moment we do not execute the modules early on iOS).
I will catch this in the next update of phyphox. Until then, you will have to make sure that the dx input is always larger than 0.
@Jens: The iOS version has a check to ensure that dx is larger than 0 (and at the moment we do not execute the modules early on iOS).