Slashdot Mirror


Auto Manufacturers Running Out Of Unique IDs

wakebrdr writes "Y2K all over again? A story in today's Detroit News explains how the vehicle ID numbering system (VIN) will soon run out of unique numbers. According to the article, a member of the Society of Automotive Engineers says, 'Longer codes would require a major overhaul of computer systems that would dwarf the challenges and expenses spawned by the Y2K computer dilemma.' Golly, if it's that serious maybe I should start stocking up on MREs and ammunition in preparation for the day the assembly lines come to a screeching halt."

20 of 567 comments (clear)

  1. Extend the character set? by SIGALRM · · Score: 5, Interesting

    The 17-digit codes that identify the origin, make, model and attributes of cars, trucks, buses -- even trailers -- worldwide will be exhausted by the end of the decade.

    How about extending the allowable characters in a VIN to include certain ASCII or Unicode symbols? Perhaps make them case-sensitive? That would preserve uniqueness--at least for awhile longer--although it might make the codes harder to verbalize (i.e. to an insurance agent).

    --
    Sigs cause cancer.
    1. Re:Extend the character set? by LittleGuy · · Score: 5, Funny

      How about extending the allowable characters in a VIN to include certain ASCII or Unicode symbols? Perhaps make them case-sensitive? That would preserve uniqueness--at least for awhile longer--although it might make the codes harder to verbalize (i.e. to an insurance agent).

      I *knew* we'd find a use for Dingbats Font someday!

      --
      Mod Karma -1: I sed bad wurds. If I cep my mouf shut, I wud be at riyses.
    2. Re:Extend the character set? by Kallahar · · Score: 5, Informative

      reprogramming every device that read's VIN's to accept case sensitivity would be just as hard as adding an extra few digits.

    3. Re:Extend the character set? by Rob+the+Bold · · Score: 5, Funny

      Yes, Mr. Insurance agent, I've got my VIN right here. It's A-1-D-1-squiggle-smiley face-squiggle-1-2-W-musical notes-e with two dots over it-female symbol-B-5-open paren-heart.

      --
      I am not a crackpot.
    4. Re:Extend the character set? by Mick+Ohrberg · · Score: 5, Funny

      How about a VINv6?

      --

      Quidquid latine dictum sit, altum sonatur.

    5. Re:Extend the character set? by matguy · · Score: 5, Informative

      Right, the big thing here is the tooling to punch the codes in to sheet metal or solid metal parts. The tooling is set up to punch certain length codes, just adding another number isn't as simple as just putting another punch on the rack, the whole mechanism would need to be changed in most situations.

      --

      matguy(.com)
    6. Re:Extend the character set? by tomhudson · · Score: 5, Interesting
      Even 10-year-old VINs are sometimes hard to read - (hello, Toyota Tercel, GM and Ford pickups...)
      'Longer codes would require a major overhaul of computer systems that would dwarf the challenges and expenses spawned by the Y2K computer dilemma.'
      No it wouldn't. We've been through this before, in the '70s - when each manufacturer made their VIN any way they wanted to - and most were 13 digits, some less.

      Computer systems today still handle VINs of less than 17 digits with no problems, provided they've been designed correctly.

      So just expand the VIN field by adding a second field of, say, 6 more digits. Vehicles with a VIN of 17 digits or less don't have anything in the second field, those with more than 17 digits do.

      The overflow field doesn't even have to be in the same table - just a lookup to see if there's an entry there for the VIN.

      Or make the first character of the VIN an arbitrary value - say 'O' (the letter 'o', not the number zero, which means "Made in USA", 2="Made in Canada", 3="Made in Mexico", J="Made in Japan, K="Made in Korea", etc... The letters 'I, O, and Q' are forbidden in the current VIN scheme, as they are too easy to confuse with zero and one. Tell the software that anything beginning with an 'O' should be searched for using the new, longer VIN.

      Heck, you could even use a zero, since nobody uses it as the country origin code.

      As I said, it's not that big a deal, as we've been there before.

    7. Re:Extend the character set? by DAldredge · · Score: 5, Interesting

      I did read the article, you did not. If you have you would have learned to following.

      Of 1,056 WMI codes available to U.S. manufacturers, 594 remain, according to SAE.

      One solution that will be considered when the committee votes on a final recommendation in September or October is to reclaim WMI codes that are going unused in other regions.

      More than two dozen countries, from Armenia to Zimbabwe, have up to 288 WMI codes each. All are dormant.

      The group may also reclaim WMI codes from U.S. trailer, motorcycle and other manufacturers no longer in business. SAE doesn't have a precise count, but such defunct companies could be the source of enough WMI codes to supplement another 30 years of use, said Steve Ezar, manager of government and industry standardization at SAE.

      Another possible solution: the WMI code could be revamped so that the third digit, which now indicates brand, will be freed up to denote different information.

      For example, a VIN beginning with 5G1 now describes a Chevrolet built in the United States, while 5G2 identifies a Pontiac.

      But in the future, 5G1 could be used to cover all GM products, freeing 5G2 for -- perhaps -- another manufacturer.

  2. Slashdotters response: by JesseL · · Score: 5, Funny

    Just use NAT.

    --
    "Prefiero morir de pie que vivir siempre arrodillado!"
  3. Carmageddon by Anonymous Coward · · Score: 5, Funny

    I'm not worried about the assembly lines coming to a screeching halt... I'm more worried about the assembly robots revolting and attacking the population!

    *Duck and cover*

  4. Re:If I were them by LittleGuy · · Score: 5, Funny

    Actually maybe they already do? If so, then start using the !@#$#$%^%^&*)(*& symbols!

    Those symbols are usually reserved for use *after* the accident with the uninsured driver.

    --
    Mod Karma -1: I sed bad wurds. If I cep my mouf shut, I wud be at riyses.
  5. Use More of the alphabet by arieswind · · Score: 5, Insightful

    The second character signifies the manufacturer (General Motors is G, Ford is F, Chrysler is C)

    Why not just give GM, Ford, and Chrysler another letter? GM can have G and H, Ford E and F, and Chrysler B and C

    Surely every manufacturer doesn't produce as many cars as the top few

  6. VIN numbers as SSNs? by Michael+Pigott · · Score: 5, Interesting

    Maybe one could use VIN numbers as SSNs: when a car "dies" recycle it's VIN number.

  7. Umm.... that will be $250,000 in modifications by HighOrbit · · Score: 5, Funny

    Let's see... how many manhours can a consultant charge the PHB to run the following SQL query

    alter table VEHICLES modify column VIN varchar(50);

    Yup.. that took countless manhours.

  8. They could mix up the alphanumeric rules a little by beef+curtains · · Score: 5, Insightful

    As a software developer for a gargantuan insurance company, let me assure you that I would be rather grumpy (to say the least) if I came into work one day and was told we have to overhaul our VIN-handling code. That would suck. Royally.

    However, automakers could start mixing some alphas into the numeric vehicle-identifier portions of VINs...this could provide a few million (at least...too lazy to do math) more string combinations, and wouldn't affect the parts that IT people care about.
    --
    Just once I'd like someone to call me 'Sir' without adding 'You're making a scene.'
  9. Re:Probably some truth to that. by wo1verin3 · · Score: 5, Funny

    >> do with an odometer in kilometers though, so my title says 9,999,999 miles on it.

    Obviously it's not a ford.

  10. Good for speeders! by Just+Some+Guy · · Score: 5, Interesting
    I got clocked once at a pretty decent rate on an interstate highway. I was in the military at the time and in uniform, and the nice highway patrolman wrote the ticket for 5 mph over the limit (which was significantly under my real speed, unless you're my insurance agent, in which case I was framed, darn it, framed!).

    I had recently upgraded my car and my home state lets you move your license plates to your new car as long as you sell your old one at the same time. Fortunately for me, the state hadn't gotten around to turning my '68 Mustang into a '92 Prizm and the patrolman copied the information straight from the computer to the ticket.

    When I received a summons in the mail, I disputed it with the cause being that I was in a '92 Prizm and did not even own a '68 Mustang, and the complaint was completely dropped.

    The moral of the story: if I find out that I share a VIN with an Edsel on blocks in some farmer's pasture, then the police will have to use a spectrometer to measure my speed. I'll be driving my "get out of jail free" car until the sonic booms shake it apart.

    --
    Dewey, what part of this looks like authorities should be involved?
  11. Re:Uh-oh by AKAImBatman · · Score: 5, Insightful

    I wouldn't worry too much about it. Every industry eventually hits this dilemma and every industry deals with it in their own way. Just a few years ago (actually prior to Y2K), some of the companies in the business of Livestock Genetics were worried they'd run out of Bull numbers. (I think the standard was something like AC0023 where the first two digits identified the company and the last four were the bull's number.)

    The various companies formed an IT standards committee and came to an agreement on extending the numbers. It took a year or two, but the systems got converted and life went on. It really wasn't that big of a deal. As a bonus, a real standard for data processing showed up. The previous number scheme was designed for paper and allowed for certain variations which gave computer systems a fit. e.g. Sometimes the number might be written as AC23 or simply 23. This made it difficult for a computer to decide if the code was the domestic code or the international code.

  12. Re:I for welcome our new VIN invaders by killmenow · · Score: 5, Insightful
    Ok, so what we have here is:
    1. a claim that the VIN system was created in 1981, and expected to last 30 years
    2. a claim that the numbers could run out by the end of the decade
    So, they expected it to last 30 years, and now somebody says it'll probably only last 29 years and you say, "I really hate to see somone that points out that 'It'll Last for X years' and it never does.'

    I don't know about anybody else, but if 23 years ago, someobdy engineered a system that was expected to last 30 years...and they were only off by one year...I'd cut them some slack.

    Granted, they should've thought about what would happen after thirty years, but they probably did. In fact, they probably thought long and hard about it and decided either:

    (a) we'll all be teleporting everywhere by then and cars won't matter anymore; or,
    (b) we'll all be retired by then so who gives a rat's ass.
  13. Re:Good by no+reason+to+be+here · · Score: 5, Interesting

    Why does the government feel that it needs to know the "ID" of my vehicle? What business is it of theirs?
    Because they have an interest in making sure that that vehicle is safe to drive (safety inspections). Also, it makes it a little more likely that your car could be recovered if it were ever stolen. Also, I believe (not certain) that VINs are global, voluntarily created by automotive manufacturers; therfore, they wouldn't be just a US thing. Furthermore, the gov't provides all the roads on which you would be driving. The gov't identifies your car by its license plate. You give your VIN when you register your car so that there is something else to match it against other than the plates if it is stolen, in an accident, etc.

    This is no different than other government-mandated identity programs such as Social Security numbers.
    Yes it is. One has to have an SSN in the US, no matter what. One doesn't have to own a car (well, in some instances one DOES have to own a car, but people in a large enough metropolitan area don't have to).

    Not to get tin-foil-hatty,
    too late

    but if you've read books like 1984 or studied leaders like Hitler, you will know that programs like this (even if they start with the best of intentions) end up going way down the slippery slope, usually with disastrous results.
    A VIN isn't going to lead the SS to your door step. No one knows the VIN on a particular automobile unless they are standing right next to it and looking right at where it is printed. Now if you smash your car into a bus load of orphans, and you flee the scene on foot, then maybe the cops could check the VIN to see to whom the car is registered, and then come arrest you later. Of course, they could just as easily check the license plate.

    Slashdotters were (rightfully) up in arms a few years back when Intel planned on embedding unique IDs into their Pentium III chips. Yet we blindly accept VINs and other intrusions into our privacy without question. Why?
    Maybe, just maybe, /.ers see VINs as just a serial number on a car, not some sort of gov't tracking system devised by the Illuminati. I think most /.ers don't like SSNs (to use your other example), but they are way, WAY too entrenched to just rebel against. Pick your battles, as they say.