05.08.2012, 18:28 (This post was last modified: 05.08.2012, 18:30 by sebspi.)
Hello,
I'm trying to build a TCX file (for Garmin Connect upload and to be able to use the Virtual Partner...) with speed information. Refering to the v2 TCX spec I was expecting something like this:
Hello Christian,
Finally I'm not sure this will address my need; anyway here are some explanations:
Quote:
Which application is using the extension?
This extension is generated when exporting stored activities from Garmin Connect http://connect.garmin.com/. Those files can then be uploaded back to my GPS device (Garmin Forerunner 310XT) and allow me to "compete" against/with a virtual partner (when redoing the same course)... When using other TCX files (generated from non-Garmin tools) the virtual partner does not start to run: I was assuming the position information itself was not enough, and some other information were missing; the speed...
The attached file "activity_205457812.tcx" is an actual file from GarminConnect. Unfortunately I do not have on the PC here the files I tried to convert last Week end...
Quote:
Did you experience problems with corrupted files like described here?
No, it's not the point here.
Finally the speed extension tag does not seem to allow my Virtual Partner to be effective; some heading data seem to be more usefull... more informations later this week may be if I have the time to do some other testing...
I'll let you know which data definitely is required for my Garmin device (I have the feeling the heading tags TotalTimeSeconds / DistanceMeters / MaximumSpeed are required... TBC...)
Hello again Christian,
Let me explain a bit what I'm trying to do, and why I was disurbing you...
I'm using a Garmin Forerunner 310XT; to prepare and plan more precisely my trainings, I use an external tool (Course Generator) to define precisely a course and the speed of sub parts of the course to be more realistic (ie, do not use an average speed but instead define a speed for each specific path, depending on the terrain or steep or...). Then I upload the course (as a TCX) into Garmin Connect, which is the tool to use to upload data to my device... And then I can play de course on my device: no problem...
Except that the Virtual Partner (a small guy picture displayed on the screen to monitor where I am: ahead, behind, the plan) does not start!!
So I was assuming it was because of the speed data, not present in my TCX (and I was trying to use RouteConverter to compute and add the speed into the TCX file...). I assume it is required, but it is not sufficient: some heading tags (ie TotalTimeSeconds / DistanceMeters / MaximumSpeed) may also be effective (whereas initially I had non sense values) to let my Virtual Partner function...
In short, yes it would be nice if the speed extension could be added to the TCX export; but I'm afraid on my side I then will have to do some other investigations...
09.08.2012, 07:58 (This post was last modified: 09.08.2012, 07:59 by routeconverter.)
(08.08.2012, 20:55)sebspi Wrote: In short, yes it would be nice if the speed extension could be added to the TCX export; but I'm afraid on my side I then will have to do some other investigations...
Hi sebspi,
I'd like to spend time to let RouteConverter read and write the speed extension. But since you've said
(08.08.2012, 20:55)sebspi Wrote: I was assuming it was because of the speed data, not present in my TCX (and I was trying to use RouteConverter to compute and add the speed into the TCX file...). I assume it is required, but it is not sufficient: some heading tags (ie TotalTimeSeconds / DistanceMeters / MaximumSpeed) may also be effective (whereas initially I had non sense values) to let my Virtual Partner function...
please do some tests first to verify that we - you and I - understand which data is required for Virtual Partner to function properly. The best way is to use a text editor, take a very simple TCX file, that works in Virtual Partner and then step by step remove parts of it such that it finally matches the output that RouteConverter currently produces. Alternatively you could add data to a file that RouteConverter produces until it's working in Virtual Partner.
In the end, we need to know which data is currently missing for Virtual Partner and what should be written by RouteConverter.
(08.08.2012, 20:55)sebspi Wrote: Hope this clarifies a bit,