gpsDist() - Distance - is not showing any number
Posted: Thu Sep 29, 2016 7:19 pm
Hi guys,
Trying to create a timer to show 1/4mile on screen (in the app). I already made something similar for 0-100km/h, 60-120km/h and etc.
However, I could not make one that shows the time refering to distance (gpsDist()).
In the user guide it says:
"getGpsDist()
Provides the current GPS calculated distance from the beginning of the logging session, or from the start finish line, if configured.
params
(none)
returns
The distance, in Miles
"
I am not recording it in any track, only on streets. So, no start or finish lines. But I am pressing the button to log it. Even that, it still showing 0.000 miles.
So, how should I do to get a distance channel to use in my calculations?
BTW, attached is the screen where I show 0-100km/ and other metrics
Trying to create a timer to show 1/4mile on screen (in the app). I already made something similar for 0-100km/h, 60-120km/h and etc.
However, I could not make one that shows the time refering to distance (gpsDist()).
In the user guide it says:
"getGpsDist()
Provides the current GPS calculated distance from the beginning of the logging session, or from the start finish line, if configured.
params
(none)
returns
The distance, in Miles
"
I am not recording it in any track, only on streets. So, no start or finish lines. But I am pressing the button to log it. Even that, it still showing 0.000 miles.
So, how should I do to get a distance channel to use in my calculations?
BTW, attached is the screen where I show 0-100km/ and other metrics