Home  |  Forums  |  914 Info  |  Blogs
 
914World.com - The fastest growing online 914 community!
 
Porsche, and the Porsche crest are registered trademarks of Dr. Ing. h.c. F. Porsche AG. This site is not affiliated with Porsche in any way.
Its only purpose is to provide an online forum for car enthusiasts. All other trademarks are property of their respective owners.
 

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> New Tire/Wheel/Spped Calculator, Avoids previous issues with web-based apps
pvollma
post Feb 23 2017, 03:41 PM
Post #1


Member
**

Group: Members
Posts: 205
Joined: 12-May 13
From: Camp Hill, PA
Member No.: 15,862
Region Association: MidAtlantic Region



I originally wrote a calculator back in the 80's when I was autocrossing and fitting different size tires while driving the car on the street. This was a PC-DOS application that printed out a chart of MPH for each 200 RPM between 1000 and 8000. This app also allowed you to enter your torque curve (stock curves were available in the owner's manuals of the time) and the program would calculate optimum shift points, and, if you entered the car's cross-section (amount of square feet presented to the oncoming air and also given in the owner's manual), it would even calculate your theoretical top speed.

I then rewrote it in Java as an exercise in learning that language, and so it would be accessible on a web page. I never included the shift point and top speed calculations in the web-based app. Now, of course, Java apps are either forbidden (Chrome) or tough to get to run, so I needed something else to use, and to possibly share with other enthusiasts.

Here's my first attempt at a working app:

Gear Charting Application

For now, if you don't have a 914-4 or 914-6, you'll have to enter the Porsche gear sets manually, as they're not included in the selection listing. I hope to add many other Porsches as standard selections in the future. If you have a suggestion, especially on common standard gearsets, PM or email me. Also, let me know of problems you might encounter. The "Help" button will bring up a fairly detailed explanation of the program.

This app is written to be "mobile-friendly" so it will look fine on a smartphone or tablet.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gcrotvik
post Feb 23 2017, 05:09 PM
Post #2


Member
**

Group: Members
Posts: 360
Joined: 16-December 09
From: Portland Oregon
Member No.: 11,134
Region Association: Pacific Northwest



Now that is a great app! I've been thinking about the gearing for my 914-6. This answers a lot of questions for me.

One thing I notice though. The 914/4 and 914/6 have the same A gear ratio of 11:34. When I selected the 914/6 gears, you have 18:34 for 1st. The 914/4 gears setting is the correct 11:34 for 1st. All of the other gear ratios you use for 4 and 6 are correct.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
914forme
post Feb 23 2017, 05:23 PM
Post #3


Times a wastin', get wrenchin'!
****

Group: Members
Posts: 3,896
Joined: 24-July 04
From: Dayton, Ohio
Member No.: 2,388
Region Association: None



Works great in chrome thanks (IMG:style_emoticons/default/piratenanner.gif)

Not so good in Safari, never opens the additional tab, setting allow for tab opening. Not an issue just a minor bug if you care.

Thank you again for doing this
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
pvollma
post Feb 23 2017, 08:07 PM
Post #4


Member
**

Group: Members
Posts: 205
Joined: 12-May 13
From: Camp Hill, PA
Member No.: 15,862
Region Association: MidAtlantic Region



QUOTE(gcrotvik @ Feb 23 2017, 07:09 PM) *

Now that is a great app! I've been thinking about the gearing for my 914-6. This answers a lot of questions for me.

One thing I notice though. The 914/4 and 914/6 have the same A gear ratio of 11:34. When I selected the 914/6 gears, you have 18:34 for 1st. The 914/4 gears setting is the correct 11:34 for 1st. All of the other gear ratios you use for 4 and 6 are correct.

Thanks for catching that! It's been fixed.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
pvollma
post Feb 23 2017, 08:45 PM
Post #5


Member
**

Group: Members
Posts: 205
Joined: 12-May 13
From: Camp Hill, PA
Member No.: 15,862
Region Association: MidAtlantic Region



QUOTE(914forme @ Feb 23 2017, 07:23 PM) *

Works great in chrome thanks (IMG:style_emoticons/default/piratenanner.gif)

Not so good in Safari, never opens the additional tab, setting allow for tab opening. Not an issue just a minor bug if you care.

Thank you again for doing this

I don't have access to Safari, so I can't really troubleshoot it from here. While the method I used to request the browser to open a new window or tab is supposed to be supported in Safari, I've changed the code to use a newer method that still seems to work in Chrome and Firefox. Give it a try and let me know if that works in Safari now.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
914forme
post Feb 28 2017, 08:06 AM
Post #6


Times a wastin', get wrenchin'!
****

Group: Members
Posts: 3,896
Joined: 24-July 04
From: Dayton, Ohio
Member No.: 2,388
Region Association: None



QUOTE(pvollma @ Feb 23 2017, 09:45 PM) *

QUOTE(914forme @ Feb 23 2017, 07:23 PM) *

Works great in chrome thanks (IMG:style_emoticons/default/piratenanner.gif)

Not so good in Safari, never opens the additional tab, setting allow for tab opening. Not an issue just a minor bug if you care.

Thank you again for doing this

I don't have access to Safari, so I can't really troubleshoot it from here. While the method I used to request the browser to open a new window or tab is supposed to be supported in Safari, I've changed the code to use a newer method that still seems to work in Chrome and Firefox. Give it a try and let me know if that works in Safari now.


Working great now (IMG:style_emoticons/default/piratenanner.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
pvollma
post Feb 28 2017, 09:02 AM
Post #7


Member
**

Group: Members
Posts: 205
Joined: 12-May 13
From: Camp Hill, PA
Member No.: 15,862
Region Association: MidAtlantic Region



QUOTE(914forme @ Feb 28 2017, 10:06 AM) *

Thanks for your help. I've also updated it to provide for inputting the torque curve to calculate optimal shift points. Read the help file for an explanation. You can see a sample chart with shift point calculation by selecting "1975-76 914 2.0L 5-speed (with torque curve)" from the gear selection list.

Interestingly, you don't want to go anywhere near the redline on the 75-76 2.0 for best acceleration. Hopefully, I'll get a chance to confirm that with some real-world data.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 04:11 PM