Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

recordMesg.SetLeftRightBalance

Avatar
RankRankRankRank

Total Posts: 123

Joined 2013-10-07

PM

Hi there,

Just trying to figure out what kind of metric we should use when saving LeftRightBalance in a FIT file.
Currently use this way, I set the Right % but if I compare with another Fit file (decoded a garmin FIT file of the same activity), I see that the value I save (% right) is not the same as the garmin value (seems like an integer around 160-190)


Garmin File:
Field9 (left_right_balance) has 1 value(s)
Val0: 183

My file :
Field6 (left_right_balance) has 1 value(s)
Val0: 67

Is it possible to know what to save when calling the setter? I would expect it to be the right percentage but it seems not.
Any help appreciated, thanks!
     

Signature

——————————————————
Free Indoor Cycling Software - https://maximumtrainer.com

Avatar
RankRankRankRank

Total Posts: 123

Joined 2013-10-07

PM

Got it from data digging, could be useful to have it in the documentation or source code?
set it with 128 + right Pedal percentage

//254 == 126%
//220 == 92%
//210 == 82%
//200 == 72%
//183 == 55%
//178 == 50%
//175 == 47%      

Signature

——————————————————
Free Indoor Cycling Software - https://maximumtrainer.com

RankRank

Total Posts: 44

Joined 2013-04-07

PM

MaximumTrainer - 19 November 2016 09:12 PM
Got it from data digging, could be useful to have it in the documentation or source code?


https://www.thisisant.com/forum/viewthread/6445/#7097

edgepython