JF,
If you Simulate the data, then start the timer, the distance values will work correctly. If you do the steps in the reverse order it will display the 0.00 value that you have experienced.
Hi, thanks for trying to reproduce the problem.
On my PC, I get a different behaviour from your simulator:
1. Run the program
2. The output starts at "null"
3. Simulation -> FIT Data -> Simulate data
4. Output continues at "null"
5. Click the start activity button on the watch
6. Output will be some kind of distance, but then doesn't change (the output is always the same distance forever)
Next try, reversing the order:
1. Run the program
2. The output starts at "null"
3. Click the start activity button on the watch
4. Output is "0.0000"
5. Simulation -> FIT Data -> Simulate data
6. Output remains at "0.0000"
It seems the simulator gets stuck on the first distance reported by the data feed, but never updates afterwards...
Regards,
JF