You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are now 10 messages for bike_profile with message_number=6 in Settings.fit. Each of these messages has a message_index field which contains the sub-field mask which contains what appears to be a valid index value.
The mask value (the least significant 12 bits of message_index, see Profile.xlsx in SDK) is indeed the index. It's used in SDK C code for locating a message in a file by specifying the global message number and message index. The selected bit is more interesting though - it would indicate the active user/bike profile in your example.
What I'm actually trying to do is translate the data available in the fitdump.pl JSON output, with a valid message_number+message_index combination for fitsed.pl. This would allow for my library to modify all of the values in a .fit like Settings.fit, including those with sub-indexes like bike_profile.
::EDIT: Making my question more generic and on topic ::
There are now 10 messages for bike_profile with message_number=6 in Settings.fit. Each of these messages has a message_index field which contains the sub-field mask which contains what appears to be a valid index value.
It's unclear how one might reference a specific index of a single message_number.
Is this supported?
The text was updated successfully, but these errors were encountered: