Freeware RowIt Program updated for use with PM4

Topics relating to online racing and training with 3rd party software.
smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Freeware RowIt Program updated for use with PM4

Post by smichael » September 17th, 2009, 3:20 pm

I've received a request to do some updating to my RowIt program, and would like to know how much interest is left for the program. The amount of interest will dictate how much work I'm going to put in.
Last edited by smichael on December 28th, 2009, 1:18 pm, edited 1 time in total.

User avatar
Citroen
SpamTeam
Posts: 8010
Joined: March 16th, 2006, 3:28 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: Is there still users/interest in my RowIt program?

Post by Citroen » September 17th, 2009, 7:09 pm

smichael wrote:I've received a request to do some updating to my RowIt program, and would like to know how much interest is left for the program. The amount of interest will dictate how much work I'm going to put in.
Would be nice to get it working with a PM4 and/or under GNU/Linux/XWindows.
Dougie Lawson
61yrs, 172cm, Almost LWt (in my dreams).
Twitter: @DougieLawson

smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Post by smichael » September 25th, 2009, 3:38 pm

A test version of Rowit that has been updated to use the latest development kit from Concept2. The graph is now removed if no items are selected. I've also begun work on a Danish translation. Other translations are possible, let me know if you want to work on one.

Edit: Scroll down for current download link

I added code that hopefully enables support for the PM4. I don't have a PM4, so I need someone to test it for me and let me know if it works.

I would be willing to provide my source code for anyone wanting to work on making it compatible with Linux, but I would imagine any incompatibility comes from the calls to the PM3 libraries/dlls which I have no control over.

edit: updated link to go to latest version
Last edited by smichael on December 28th, 2009, 1:06 pm, edited 3 times in total.

User avatar
Citroen
SpamTeam
Posts: 8010
Joined: March 16th, 2006, 3:28 pm
Location: A small cave in deepest darkest Basingstoke, UK

Post by Citroen » September 25th, 2009, 5:59 pm

smichael wrote:I added code that hopefully enables support for the PM4. I don't have a PM4, so I need someone to test it for me and let me know if it works.
I have a PM4 (even though I don't have a rowing machine) and it worked. It spotted when I set a 2K and a 30' workout.
Dougie Lawson
61yrs, 172cm, Almost LWt (in my dreams).
Twitter: @DougieLawson

smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Post by smichael » September 26th, 2009, 1:56 am

That's good to hear, thanks.

smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Post by smichael » November 4th, 2009, 12:37 pm

Unless someone finds a problem here is the final version. It has the finished Danish translations and adds units to the the numbers (meters, seconds, etc.)

Edit: Scroll down for current download link
Last edited by smichael on December 28th, 2009, 1:05 pm, edited 1 time in total.

User avatar
Robt.Lee
500m Poster
Posts: 55
Joined: December 6th, 2006, 6:55 pm

RowIT beta 2 works well with my PM4

Post by Robt.Lee » November 5th, 2009, 2:53 pm

I did a 90 minute piece, it handled it well and I could read the old files that I had created with my patched version of RowIt.
500 1:27.9 1K 3:13.6 4m 1202 2K 6:49.4 5K 18:48.6 6K 22.25.0 30m 7777 10K 37.38.4 M/2 1:22:15.0 M 2:51.03.1

Anigif
Paddler
Posts: 11
Joined: December 24th, 2009, 9:32 pm
Location: Lemvig, Denmark

Post by Anigif » December 24th, 2009, 9:53 pm

Hello (again) Scott - and thank you for the Danish translation ;)

I've been using it for a 24 hour run and it worked pretty fine until it reached 6000 strokes.. Then it just f**ked it all up (weird big and/or negative numbers).. It is rare that you row 6000 strokes, but it's still a bug I can imagine..

Otherwise there is always more things to develope on (hope people are using the program, because it is really simple and niceworking), like e.g. possibility of hiding some of the lines - example my PM3 doesn't read my heart rate, so the heart rate is always on 0.

Anyhow, I like the units! :D

- Anders, Denmark

smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Post by smichael » December 24th, 2009, 10:43 pm

Your post got me wondering what I set the maximum array size to store the data. I checked and it was indeed set to 6000. I'll bump it up to 20,000.

Anigif
Paddler
Posts: 11
Joined: December 24th, 2009, 9:32 pm
Location: Lemvig, Denmark

Post by Anigif » December 26th, 2009, 11:36 am

Nice! Then it can least for a little longer ;) Does it have any effect on the rest of the program (or the computer) when you do that?

smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Post by smichael » December 26th, 2009, 11:56 am

It will just make the program use more memory, but should still be pretty small.

Anigif
Paddler
Posts: 11
Joined: December 24th, 2009, 9:32 pm
Location: Lemvig, Denmark

Post by Anigif » December 26th, 2009, 12:01 pm

Okay, great ;)

It's just if row at about 30/min, it will "least" for about 11 hours - so if someone will row a longer piece, you could be persuade to make a "better" version at that time? ;)

smichael
Paddler
Posts: 9
Joined: September 17th, 2009, 3:14 pm

Post by smichael » December 28th, 2009, 1:13 pm

I've increased the maximum number of strokes to 20,000.

Download RowIt 1.1

Here's an old screenshot for anyone who doesn't know what the program is.
Image

Super Dave Osbourne
Paddler
Posts: 11
Joined: January 24th, 2010, 11:37 pm

Why not dynamically grow the array...

Post by Super Dave Osbourne » January 26th, 2010, 2:09 am

I'm not sure why you wouldn't just grow the array as needed, and never have this issue surface again. Maybe every 1K strokes you just grow it by 1K.

bluesky
Paddler
Posts: 4
Joined: August 15th, 2010, 3:27 pm

Re: Freeware RowIt Program updated for use with PM4

Post by bluesky » August 15th, 2010, 5:26 pm

Windows-native app? Any gtk or qt interface for the Linux folks? If not, does it run under Wine?

Post Reply