Skip to content

Automatically exported from code.google.com/p/calculatedfields

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

gerhardol/calculatedfields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin adds new features for Sporttracks 3. Actually it adds functionality for calculating your own values and filling them into custom fields. (Custom fields is standard feature of ST3, that enables user to add their user defined fields to application)

Please note that plugin now needs .NET 3.5 (this can change in future) If you have only version 2 you can download .NET 3.5 here:
http://www.microsoft.com/downloads/en/details.aspx?FamilyId=333325fd-ae52-4e35-b531-508d977d32a6&displaylang=en

With this plugin you can define your own formulas, that will be calculated add filled into custom fields you choose.

So you want to create your own formulas?

  • You want to calculate Normalized graded pace?
  • You want to calculate something that is not in sporttracks?
  • You want to see distance, speed or pace in miles and in kilometers at once?
  • You want to create your own performance index?
    Than you are at right address, all of this can be done with this plugin.

Here is small example:
Look at Avg. HR/min: Active formula (just selected row in settings)

Formula is: {ActiveAvgPace}/60 * {ActiveAvgHR}
This means Average Pace from activity parts marked as active is divided by 60. Then multiplied by Average Heart Rate of active parts of activity.
And as a result we have heart beats needed to run one kilometer.

Here is Avg. HR/min: Active custom field calculated in activity reports on all activities:

And of course with ST3 you have ability to create charts on your custom fields. And now filled with your own data automatically!


See Wiki section for tutorials:
Here is link to basic tutorial
http://code.google.com/p/calculatedfields/wiki/Tutorial1

About

Automatically exported from code.google.com/p/calculatedfields

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages