Replies: 5 comments 15 replies
-
Every trackpoint in openrowingmonitor tcx is a stroke. But in fact in a tcx file, a trackpoint should not be stroke driven but timestamp driven. Is it possible to have a trackpoint every second in tcx file (or in rowingdata csv) generated by openrowingmonitor ? |
Beta Was this translation helpful? Give feedback.
-
The main problem with stroke as a trackpoint is that the dateTime format should only contains second, the format does not allow fractional seconds. Same rule apply to fit record timestamp (coded as an integer). So actually the milliseconds are lost when you upload your tcx or fit file message to strava or garmin connect. When you use a smartwatch to record and indoor rowing session with ant+ or ble input from a rowing machine and/or heartrate sensor, the smartwatch create a tcx or fit file with trackpoint (tcx) or record message (fit) with a periodical timestamp every x seconds. I did not find any stroke_distance in Profile.xlsx from garmin sdk, i only found a avg_stroke_distance which can be included in session or lap message, but not in the record message. Do you have any Concept2 log fit file export to share so i can examine it ? |
Beta Was this translation helpful? Give feedback.
-
Thank you, i'll take a look at those files this afternoon. |
Beta Was this translation helpful? Give feedback.
-
First of all: great idea! It was on my wish list for a long time, as Garmin's data isn't as accurate as I like it to be (there are delays in my ANT+ setup, which cause time and distance to be inaccurate). I always considered it a furute extension of the tcx and RowingData file writers, as you want to pack as much data into it as possible, and OpenRowingMonitor has more data than the tcx. But I realize that getting a working solution is always the primary goal. In my persuit for decent setups, I found several solutions that could provide the basis for a native js ORM extension: Perhaps this helps you further along. |
Beta Was this translation helpful? Give feedback.
-
Dumped 8324850505_ACTIVITY.fit.txt with fitdump.pl, field 87 of record messages are related with stroke distance but some values are weird :
they are all about beween 800-1000mm, but 303mm seems to be really weird (i think a stroke was missed because distance jump from 1635.00 m to 1655.99m). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been playing with openrowingmonitor tcx files.
I've forked and modified https://github.com/beavis69/Coxswain2Fit to make it compatible with openrowingmonitor tcx files.
I was able to import the fit file to garmin connect without errors.
Another great tool is https://github.com/mrihtar/Garmin-FIT to dump fit files.
But actually i think that tcx files have some issues :
Beta Was this translation helpful? Give feedback.
All reactions