Replies: 3 comments 17 replies
-
First of all, please switch to V1Beta, see #118 how to do this. Then, you can follow this manual to set up the machine: https://github.com/JaapvanEkris/openrowingmonitor/blob/v1beta_updates/docs/rower_settings.md |
Beta Was this translation helpful? Give feedback.
-
Hi, I have upgraded to v1Beta, and I have a working config.js which is producing plausible results on the monitor. I have followed the guide, enable raw data files and am looking at them in excel (well Google docs spreadsheets). I have several raw data files, and I'm at the stage in the guide of visualizing the data, but my raw data files don't contain impulse delta times. I have read in one of the threads that the excel has been discontinued, maybe the delta times are no longer collected, but I'm just trying to work through the guide step by step. I've attached two raw data files, one with the dragfactor static and one with it auto adjusting. Looking at the log, I now see goodness of fit, but I do still see errors which are similar to before the upgrade (ie minimum recovery time not reached) log_18_04_2023_1723.txt |
Beta Was this translation helpful? Give feedback.
-
I tried first with a flank length of 3, and the log looked pretty much the same, and then with a flank length of 8 (thanks Abasz) and it seems like that particular error is not present in the logs following that change to 8. 2023-04-18_08-39-06_rowingData.csv 2023-04-18_08-39-06_rowing_log.txt Interestingly the csv files don't look any different since I moved the createRawDataFiles: true, out of the rowersettings. My current config.js is below import rowerProfiles from './rowerProfiles.js' export default{ createRawDataFile: true, rowerSettings: { Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It has been a bit of a struggle as someone new to this, but I believe I may now be getting some metrics that compare reasonably with both my (limited) rowing experience, and with Concept2's pace-to-watt calculator, which is pretty exciting and rewarding. Thanks to those who are behind the project and working on improving it.
https://www.concept2.com/indoor-rowers/training/calculators/watts-calculator
(Average Watts 103, Average pace per 500 meters 2:30.3)
While my ORM reported a steady 500m row in 2:30, SPM ~20, Power ~105watts
However there are some errors in the log file (attached) which may mean I'm not there yet... Looking at other posts, and the guidance, it seems some errors are to be expected and just the noise reduction mechanisms doing their job, however I'm not sure if I should try reduce the noise a little further or not, or further tune the config.
The common errors seem to relate to minimum recovery time, which is 1.2. (I see some have set this to 0.9)
I'm a little confused by the two variations of this error which refer to 'flank suggests'.
The first one makes sense, as my layman's interpretation reads that the errors suggests ORM is reluctant to consider it the start of a power stroke as the minimum recovery time has not been reached.
flank suggests power (19.5 rad/s2), but waiting for recoveryPhaseLength (1.1523 sec) to exceed minimumRecoveryTime (1.2 sec)
However the second I don't understand as it suggests both the flank and the minimum recovery time are in agreement that the power stroke has not started, so I'm not sure what the concern is.
flank suggests no power (-41.0 rad/s2), but waiting for for recoveryPhaseLength (1.2447 sec) to exceed minimumRecoveryTime (1.2 sec)
This is what my config file looks like at the moment, and I will attach the logs. Hopefully someone can advise whether these errors a concern or just ORM noise reduction working as it should.
export default{
rowerSettings: {
numOfImpulsesPerRevolution: 3,
flywheelInertia: 0.16,
dragFactor: 550
}
}
I also have some questions regarding the dragFactor setting and autoAdjustDragFactor: true,
Q1. I read it is needed for the first stoke, which makes sense. I'm just not sure how much difference to the calculated metrics it makes beyond that first stroke?
Q2. I don't have a damper setting on my rower, but my calculated dragFactor does seem to fluctuate between about 650 and 750 is this normal? (it is outdoors my rower so I suppose wind could make a difference?)
Q3. Should I set the config file dragFactor to match the calculated? (The guidance suggests to look for "Goodness of Fit" when using calculated dragFactor in the config, but my logs don't show that?)
Many thanks
500m calibration row .txt
Beta Was this translation helpful? Give feedback.
All reactions