Configuring a home-built rower #80
Replies: 6 comments 32 replies
-
Sorry, not power curves, force curves. Maybe it's not what I think it is... |
Beta Was this translation helpful? Give feedback.
-
Hi Rob, That is so cool! Please share pictures because that sounds like a very interesting machine. The way forward definitely is the "trial and error" approach. Most people are hesitant to take apart their rower, so most people guess their inertia. When in rowing we talk about Power/Force Curves, we talk about an in-stroke power/force curve. This depicts the power/force in relation to the position in the drive. For an example, you can look here: https://rowsandall.com/rowers/workout/0587489a/. This way you can see where power/force dips, and typically a transition isn't optimal. I currently am developing the newer Rowing Engine (see https://github.com/JaapvanEkris/openrowingmonitor/tree/Sandbox) that provides that functionality and I'm testing it on the known rowers. Some rowers deliver more useable results than others, where the big factor seems to be the number of impulses per stroke. Power curves and Force curves are closely related (when you look at my example, you can see that Open Rowing Monitor provides both). I developed them both and while both have their own use, they highlight the same issues. So I confuse them all the time as well :) I hope you found this document: https://github.com/laberning/openrowingmonitor/blob/main/docs/rower_settings.md that is aimed to help you get the right settings. I think the best approach is to first get your ranges of the impulses right: what is the minimum and maximum impulse time? After that, you need stroke detection to work reliable. If you can detect strokes reliable, than you can look at the power or speed. In rowing they are linked through a constant (Power is the 2.8 * cube of the linear velocity), so getting one of the two right suffices. I baselined my NordicTrack by comparing my effort to a known rower in the gym (Concept2 Model D with a PM3). I know what my speeds usually are, and thus what to expect on the NordicTrack. |
Beta Was this translation helpful? Give feedback.
-
Pics as requested... [img]https://live.staticflickr.com/65535/51841730400_789f39c5bc_c.jpg[/img] Training stand isn't installed in these pics, but it clamps onto the axle skewer the same as it does on a bike. I installed 4 magnets on the spokes and clipped a reed switch off an old speed sensor. I edited the config file for 4 impulses per revolution. I'll get the switch hooked up tonight and try to get some data from the thing. See if I can figure out the other parameters. I'd still like to think of a way to calculate the power using the known speed/load characteristic of the trainer. At least as a comparison to the engine's calculation. Maybe even do it as a check outside the rowing engine (a lookup in excel for example). One more thing - the wheel I used for this machine has a PowerTap G3 hub. The original idea was to use that (long before I found this engine) and in fact I used it to row a bike in Zwift several times last winter. Of course, it doesn't work quite right. 'Cadence' has almost no meaning, though it seemed close to half of my stroke rate. And, the power is not continuous as it would be on a bike, so, the avatar in Zwift would pedal hard, then coast, etc. Here's an example in Strava - https://www.strava.com/activities/6571468894/analysis |
Beta Was this translation helpful? Give feedback.
-
Sample of the data I'm getting:
I counted (manually) 20 strokes for this test. The engine missed 4 of them. So, it seems to me the first step is fixing the stoke detection. How do I figure out where it's missing from this data? |
Beta Was this translation helpful? Give feedback.
-
Getting closer. Stroke count is really close. Though, it seems to count 1-2 strokes after I stop and the flywheel is spinning down. I don't understand that. But, maybe it's not a big deal. Still working on the power + split times. I think it's close, but I don't have any experience on a C2 to use as a reference. I'll have to tag along with my wife to the gym and try one out to see how my rower compares. Honestly, these figures still seem a bit high to me.
|
Beta Was this translation helpful? Give feedback.
-
Stroke detection is good now. I finally got a bigger drive gear installed. Now, I think it's way to hard to pull in the small cog. At least I still shift to a lower gear. But, my strokes/min went down to about 20-22. I think I just don't know how to row. I also think my ergonomics are off. I can't get to the point where my shins are vertical. I think my footboard to seat height is too short. As a result, the leg portion of my stroke seems short. Things to work on. About power: I recorded a short session with my GPS logging the power hub. It's showing an average of 150-170w per stroke, where OpenRowingMonitor is showing 65w. I realize they're calculating differently, but it's still way off. The DragFactor seems to be close at 4500. I guess I need to paly with the inertia setting. |
Beta Was this translation helpful? Give feedback.
-
So, I built my own rower last winter and never really used it much since I started bike training season just as I finished it up. It's time to put it to use, and get it connected to EXR/Strava. It's a bit of a unique setup in that I used a bike wheel (and chain drive, and 8 speeds to choose from) with a bike fluid trainer providing the resistance.
I got the Rowing Monitor setup and running; I can access it thru a browser, and it connects to EXR no problem. Next step is getting it setup for my rower. I plan to run thru the basic setup first. But, I was reading the more advanced setup. With this rower setup, I have no idea how to calculate the inertia. Since the inertia is not just the bike wheel, but also the flywheel of the training stand (not to mention the fluid resistance and friction of the tire against the roller). So, I think that option would have to go by trial and error.
But, I saw a mention in the config file of 'power curves'. I couldn't find another reference to this in any of the docs. But, it sounds like it might work for my rower, if it's what I think it is. The fluid training stand (Kurt Kinetic) has a known power vs. speed characteristic. So, it should be possible to simply lookup the power once you calculate the wheel speed. Is this a function currently in open rowing monitor?
Beta Was this translation helpful? Give feedback.
All reactions