Progress On Activex Wrapper
Hi all,<br>There seems to be an increasing level of activity in this forum which is great to see, by the posts I've seen and mails I've recieived we've got people interested in:<br><br>Linux<br>Mac<br>Java<br>Delphi<br>.NET<br>ActiveX<br><br>I need to get on and produce a first drop of the ActiveX wrapper soon but I've been snowed under with job and family commitments so can't promise anything before Christmas if anyone wants it. <br><br>As a matter of interest are people interested in using the API to:<br><br>Create workouts on the PC to send to the PM3 or<br>Create PC based displays based on workout data read from the PM3<br><br>or something else?<br><br>Happy coding<br><br>Cheers<br><br>Chris
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
Hi,<br><br>at the moment I'm writing a Delphi header conversion. I'm almost finished. It's a bite for me to build an activex control from this.<br><br>I've put the Delphi header files and a wrapper class on my server, so you can download it.<br>Files: <a href='http://www.wstudios.de/pm3header.zip' target='_blank'>http://www.wstudios.de/pm3header.zip</a><br><br>If there's a demand for an activex control, i'll make it.<br><br>regards<br>toni
I'm interested in your ActiveX control because it'll probably save me some effort in the long run. =) <br><br>My application is an Internet "multiplayer" rowing utility, like e-Row or RowPro, but hopefully better and with a wider suite of "game types" that can be rowed. It'll probably be compatible with RowPro in terms of database and .row files, and also probably allow the import of e-Row stroke data.
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
<!--QuoteBegin-Daren C+Dec 5 2004, 09:12 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td class='genmed'><span class='genmed'><b>QUOTE</b></span> (Daren C @ Dec 5 2004, 09:12 PM)</td></tr><tr><td class='quote'><!--QuoteEBegin-->My application is an Internet "multiplayer" rowing utility, like e-Row or RowPro, but hopefully better and with a wider suite of "game types" that can be rowed. It'll probably be compatible with RowPro in terms of database and .row files, and also probably allow the import of e-Row stroke data.<!--QuoteEnd--> </td></tr></table><br>Wow!<br><br>That sounds good. A concurrent program for the dead E-row and the buggy Rowpro.<br><br>I hope you will choose a nice mix of functionalities from both programs. Personally I would advise to start with something like E-row: add support from PM2+ and PM3, concentrate on bug-free internet racing with a better and easier user interface than E-row and indeed a wider suite of game types. Show accurate pace from all opponents, with a choise between current pace, avarage pace and projected time. Output on the screen something like the aerial view of Rowpro. This showes the speed <b>and</b> stroke rate of the opponents but no fancy and difficult rower movement. Skip the current E-row race protocol. This was designed for slow dial-up connections. Faster broadband access allows more accurate and more frequent exchange of data.<br><br>Good luck and have fun.<br><br>Tom
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
<!--QuoteBegin-tomhz+Dec 5 2004, 04:43 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td class='genmed'><span class='genmed'><b>QUOTE</b></span> (tomhz @ Dec 5 2004, 04:43 PM)</td></tr><tr><td class='quote'><!--QuoteEBegin--> stroke rate of the opponents but no fancy and difficult rower movement. <!--QuoteEnd--> </td></tr></table><br> Not sure this is right, I think I heard different on RowPro forum<br><br>Rowpro aerial view doesn't reproduce stroke rate of your opponents. The e-row protocol doesn't send stroke rate across net. RowPro simulates the stroke rate for internet rows taking the pace as a guide.<br>
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
<!--QuoteBegin-SteveV+Dec 6 2004, 06:51 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td class='genmed'><span class='genmed'><b>QUOTE</b></span> (SteveV @ Dec 6 2004, 06:51 AM)</td></tr><tr><td class='quote'><!--QuoteEBegin-->Not sure this is right, I think I heard different on RowPro forum<br><br>Rowpro aerial view doesn't reproduce stroke rate of your opponents. The e-row protocol doesn't send stroke rate across net. RowPro simulates the stroke rate for internet rows taking the pace as a guide.<!--QuoteEnd--> </td></tr></table><br>Steve,<br><br>you are right. I was referring to Daren's software; how the view should be like for optimal internet racing.<br><br>Tom
My plan is to allow various settings, both for client->server comms and the other direction.<br><br>For example, client settings for reporting progress may be:<br><br> - send update once per second<br> - send update with every stroke<br> - send update with every 5th stroke<br><br>Client settings for accepting updates may be:<br><br> - receive every stroke from every boat<br> - receive every 5th stroke from each boat<br> - receive one update per second<br><br>That sort of thing. This should allow individuals to find a balance between speed and accuracy of updates, and the quality of their connection, but since there's not much data to actually transfer anyway, I think the most informative default would do fine in most cases. <br><br>As I've never used e-Row and don't have a PM2+ so I can't try it, can someone tell me how it displays boat updates? Is it like the RowPro 2D display wherein boats smoothly scroll along, or do boats "snap to position" as the upates come in?<br>
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
Ok, I'll upload the ActiveX Control in the next few days. I can promise the control won't work perfect at the moment.<br><br>Please help me to make a stable and a high-functional control that we can use as a base for all forthcoming e-Row and RowPro copies.<br><br>~Toni<br><br>p.s.: Please let me know which functions are important for you.
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
<!--QuoteBegin-Daren C+Dec 6 2004, 09:50 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td class='genmed'><span class='genmed'><b>QUOTE</b></span> (Daren C @ Dec 6 2004, 09:50 AM)</td></tr><tr><td class='quote'><!--QuoteEBegin--> <br>As I've never used e-Row and don't have a PM2+ so I can't try it, can someone tell me how it displays boat updates? Is it like the RowPro 2D display wherein boats smoothly scroll along, or do boats "snap to position" as the upates come in? <!--QuoteEnd--> </td></tr></table><br> In E-row all boats look like the Rowpro 2D display and the boats smoothly scroll along. However, they move a little less smooth than in Rowpro. <br><br><br>Tom
-
- Posts: 0
- Joined: March 18th, 2006, 10:32 pm
Hello again,<br><br>at first I wish to all'ya a happy new year.<br>I've upload a first version of an ActiveX Control that can communicate with the PM3.<br><br>URL:<br><a href='http://www.wstudios.de/PM3ConX.zip' target='_blank'>http://www.wstudios.de/PM3ConX.zip</a><br>It's not tested. So please help me to make it stable. You can inform me at this email: toni@wenzel-frank.de<br><br>I hope this control is helpful.<br><br>~Toni<br>