customer wants to know the month of his build, 4732920724 |
|
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. |
|
customer wants to know the month of his build, 4732920724 |
dr914@autoatlanta.com |
Sep 5 2024, 02:28 PM
Post
#1
|
914 Guru Group: Members Posts: 8,120 Joined: 3-January 07 From: atlanta georgia Member No.: 7,418 Region Association: None |
body shop lost his tags and the rear trunk floor has been replaced. Thought that there was somewhere on the site with numbers and build dates but could not find it
|
914Wes |
Sep 5 2024, 05:48 PM
Post
#2
|
Newbie Group: Members Posts: 15 Joined: 9-March 22 From: SO CAL Member No.: 26,388 Region Association: Southern California |
Made a quick and simple chassis number decoder.
Porsche 914 chassis number decoder If anyone has any issues with it let me know and I can modify it. Appears to work correctly for my 1974 (IMG:style_emoticons/default/smile.gif) |
Montreal914 |
Sep 7 2024, 09:16 AM
Post
#3
|
Senior Member Group: Members Posts: 1,742 Joined: 8-August 10 From: Claremont, CA Member No.: 12,023 Region Association: Southern California |
Made a quick and simple chassis number decoder. Porsche 914 chassis number decoder If anyone has any issues with it let me know and I can modify it. Appears to work correctly for my 1974 (IMG:style_emoticons/default/smile.gif) @914Wes Tried with my 1973 and didn't work. (IMG:style_emoticons/default/sad.gif) |
SirAndy |
Sep 7 2024, 10:37 AM
Post
#4
|
Resident German Group: Admin Posts: 41,972 Joined: 21-January 03 From: Oakland, Kalifornia Member No.: 179 Region Association: Northern California |
Made a quick and simple chassis number decoder. Porsche 914 chassis number decoder If anyone has any issues with it let me know and I can modify it. Appears to work correctly for my 1974 (IMG:style_emoticons/default/smile.gif) @914Wes Tried with my 1973 and didn't work. (IMG:style_emoticons/default/sad.gif) @914Wes Line 11 is incorrect. The 95 will roll over to a 96 if there were more than 99 cars made that day. So your daily_sequence should be computed as: CODE roll_over = int(chassis_number[3:5]) daily_sequence = int(chassis_number[5:7]) + ((roll_over - 95) * 100) (IMG:style_emoticons/default/type.gif) |
SirAndy |
Sep 9 2024, 10:52 AM
Post
#5
|
Resident German Group: Admin Posts: 41,972 Joined: 21-January 03 From: Oakland, Kalifornia Member No.: 179 Region Association: Northern California |
Made a quick and simple chassis number decoder. Porsche 914 chassis number decoder If anyone has any issues with it let me know and I can modify it. Appears to work correctly for my 1974 (IMG:style_emoticons/default/smile.gif) @914Wes Tried with my 1973 and didn't work. (IMG:style_emoticons/default/sad.gif) @914Wes Line 11 is incorrect. The 95 will roll over to a 96 if there were more than 99 cars made that day. So your daily_sequence should be computed as: CODE roll_over = int(chassis_number[3:5]) daily_sequence = int(chassis_number[5:7]) + ((roll_over - 95) * 100) (IMG:style_emoticons/default/type.gif) @914Wes Few more issues with the online decoder above - The chassis for a certain model year were built the previous year - The week number calculation assumes weeks always start on January 1st but they actually start on the first Monday of the year. So in the example of a '73 car with chassis number 2449628 the answer should be: Thursday, June 15th 1972 instead of Thursday, June 14th 1973 (IMG:style_emoticons/default/type.gif) |
914Wes |
Sep 10 2024, 04:14 PM
Post
#6
|
Newbie Group: Members Posts: 15 Joined: 9-March 22 From: SO CAL Member No.: 26,388 Region Association: Southern California |
Made a quick and simple chassis number decoder. Porsche 914 chassis number decoder If anyone has any issues with it let me know and I can modify it. Appears to work correctly for my 1974 (IMG:style_emoticons/default/smile.gif) @914Wes Tried with my 1973 and didn't work. (IMG:style_emoticons/default/sad.gif) @914Wes Line 11 is incorrect. The 95 will roll over to a 96 if there were more than 99 cars made that day. So your daily_sequence should be computed as: CODE roll_over = int(chassis_number[3:5]) daily_sequence = int(chassis_number[5:7]) + ((roll_over - 95) * 100) (IMG:style_emoticons/default/type.gif) @914Wes Few more issues with the online decoder above - The chassis for a certain model year were built the previous year - The week number calculation assumes weeks always start on January 1st but they actually start on the first Monday of the year. So in the example of a '73 car with chassis number 2449628 the answer should be: Thursday, June 15th 1972 instead of Thursday, June 14th 1973 (IMG:style_emoticons/default/type.gif) I'll work on correcting the script once I get back from Okteenerfest. Thanks for the input. |
Lo-Fi Version | Time is now: 15th January 2025 - 07:54 AM |
All rights reserved 914World.com © since 2002 |
914World.com is the fastest growing online 914 community! We have it all, classifieds, events, forums, vendors, parts, autocross, racing, technical articles, events calendar, newsletter, restoration, gallery, archives, history and more for your Porsche 914 ... |