04-17-2020, 04:02 PM
(04-17-2020, 11:24 AM)fbouquet Wrote: I created a size 1 buffer which I initialized to 0, and I visualize its value in a <view> <value>. At the beginning, even before I hit the "start" button, it shows 1 instead of "0", and I wonder why. In the <analysis> section I increase the value of this buffer each second when the program is running, so I guess there is a first pass at the analysis section even before the program runs? What did I miss?
I have tried to reproduce this (test_analysis.phyphox, iOS and iPadOS 13.4.1), however, it appears that I get the expected result:
- on entering the experiment it displays “Index: 0,00”,
- on start it increments by 1,00 each second,
- on stop it keeps the value,
- on restart it continues incrementing by 1,00 each second.
Could you please post your PhyPhoX and Android versions.