Ferrari electronics / computer interview | FerrariChat

Ferrari electronics / computer interview

Discussion in 'Ferrari Discussion (not model specific)' started by Smiles, Sep 7, 2004.

This site may earn a commission from merchant affiliate links, including eBay, Amazon, Skimlinks, and others.

  1. Smiles

    Smiles F1 World Champ
    Lifetime Rossa Owner

    Nov 20, 2003
    16,601
    Pittsburgh, PA
    Full Name:
    Matt F
    Here's a German ZDNet interview with Dieter Gundel, head of racetrack electronics at Ferrari.

    ______________________________________________

    Driving a race car takes more than good hand-eye coordination and the stomach for G-forces. It also takes a truckload of high-tech gear.

    Ferrari's Formula 1 team--and the results of seven-time world champion driver Michael Schumacher--are heavily influenced by technology. This includes software designed in-house and hardware with standard components such as the Opteron processor from team sponsor Advanced Micro Devices.

    A good deal of the high-performance work takes place off the asphalt in the "box," the garage where cars get their tires changed during a race. That's where the computers collect the telemetry data on how the car is meeting the demands of the course.


    Dieter Gundel, head of racetrack electronics at Ferrari, sat down with ZDNet Germany to explain how the high-profile team gets an edge at the track.

    How much standard software do you use? In comparison, how much of the software that you use is developed in-house?
    Depends which applications you are referring to. Office products are standard Microsoft. Design and calculation tools (CAD and CAM) are standard workstation products. All car-control and most of the data-analysis applications are written in-house, as are specific database products. It is not easy to give specific numbers because different groups use different tools.

    What hardware do you use?
    PCs for the majority of work. Workstations for design and component simulations.

    What system software do you use?
    PCs use Microsoft (Windows) XP companywide.

    What development software do you use?
    Again, it depends. Control software for the car is C and assembler. Analysis and simulation is mainly done with Matlab. Other projects are written in object-oriented languages (C++, Delphi and Visual Basic, depending on preference).

    During a race, how many gigabytes of data flow between the car and the "box"?
    Roughly 1GB for an average race that lasts about one and a half hours, and obviously more data for longer races. These are partially redundant data because we use alternative telemetry channels and internal memory to make sure we don't lose data.

    How does the communication between the race car and the box work?
    As the question implies, there is only communication from the car to the garage allowed. The onboard control unit, in addition to performing a controlling role, samples all relevant signals (sensors, actuators and internal status variables) and hands them over to a dedicated logging controller. This unit both stores data in memory and prepares data for telemetry transmission.

    For telemetry, the data is encoded and packaged and then transmitted to the box in the microwave frequency band of around 1.5GHz. In the box, the necessary error correction to the data is applied, then the data is decoded and finally the data is distributed to the real-time workstations that are online. As there is no channel to the car, big gaps in reception have to be compensated by defining areas of the circuit where the telemetry data is buffered rather than immediately transmitted. The data is sent later to the garage for analysis.

    What data protocols are employed?
    The applied protocols are a combination of standard error-correction protocols and encryption, suitable for the type of error rate on a wireless link. They are specifically optimized for our type of communication.

    Can a Ferrari system "crash"?
    Yes, temporarily at least. As the function of the car fully depends on software, this software can go wrong. A crash will be only temporarily because as usual in embedded software, there are plenty of watchdogs in the control software that will reboot the controller after a short period of inactivity. Therefore the question should be: Can a Ferrari have a short software hiccup? And the answer is yes. But as all software is extremely well tested in the lab, at test benches and during tests before taking it to the race, don't expect to see this at a race weekend.

    How big a role does IT play in Schumacher's clear advantage?
    This depends on whom you talk to. For someone like me who works with control software and data analysis, I would say that software functionality has a big supporting role for Schumacher. Good software enables a good driver to gain a final edge of performance that is necessary to outperform the competition. However, it is important to note that it is not just Michael Schumacher who plays a role in a Ferrari win. All of our drivers--Michael's teammate Rubens Barrichello and our test driver, Luca Badoer--contribute to our present advantage.

    What is the ratio of computer simulations compared with testing that still needs to be done in real life, out on the track?
    It is difficult to say. As far as functionality is concerned, we increase our simulation efforts day by day because it is a lot cheaper than building parts or writing control software and trying it on the car. Obviously, there are areas like reliability and interaction with other functions where there is no way to bypass the real thing--which is testing it on the car. But while the contribution of simulation is still increasing, we are not reducing our normal testing at all. We just do much more.

    How long does a simulation take?
    This also depends. If we take simulation of changes to control strategies (traction control, for example), these simulations are done nearly online between two runs of the cars--i.e., in a matter of seconds. Other simulations (like aerodynamic simulations) can take hours and are normally prepared before a race weekend, and we get the results as prepared parameter lists. Structural and kinematical simulations can even take days, but are part of another production cycle.

    Using more powerful systems...will reduce our simulation times. At a race weekend, this means we can do simulation between runs that (previously) had to be done at night after the race or back in Italy before the next event. The more powerful our computers get, the more simulation will become a real-time tool and the more prepared our cars will be when they leave the garage for the next run.

    How do you ensure that McLaren-Mercedes or other racing teams cannot access the data?
    For our company network we run the highest degree of protection, both at the factory and the track. We are not using wireless networking at the circuit and at the factory yet because we are not satisfied with the security. All our laptops that leave the factory with critical data have encrypted hard disks. Our telemetry traffic from the car to the garage is encrypted as well.

    How much influence does IT have in the development of a new race car?
    Well, as mentioned before, all design work is done using CAD and CAM tools. The structural and kinematical analysis is entirely computer-based, so I would assume that there can't be any bigger influence than this.

    What influence does computer technology have on the choice of race strategy?
    Computer technology has a huge influence. All our strategy decisions are based on computer simulations of the event. We have parameters as a result of pre-event simulations that decide our basic strategy decisions, obviously together with the Friday/Saturday performance. This race strategy is then updated in real time with the progress of the race and new options derived. Clearly not everything can be done by strategy software, but at least this software can give a good base for the spontaneous decisions that have to be made by race engineers.

    How do you make sure that IT doesn't pose a problem during the race?
    The keyword for us is redundancy and fallback solutions. We practice a fallback of our operation down to the level of data transport between machines using USB sticks, just to be prepared for the worst. The other point is one of the main principles of (Formula 1) operation: Never make the same mistake twice. We therefore respond to all problems with a fix, either by improving components or the structure or by stepping back to a less performance-focused but safe scenario.

    Have there been mishaps that were caused by IT?
    No, not yet. Clearly the level of excitement increases if we have to switch to back-up solutions, but right now we are able to handle all foreseeable situations.

    What role does IT play in the car itself?
    The car is controlled by software. We have onboard systems control wherever the regulation allows us to intervene and, as important, wherever we find a benefit. Engine control is the obvious example. Gearbox control to allow shift times on the scale of 10 milliseconds is another example. Then there is the area of traction control, to name another important one. Drive-by-wire (throttle control) and clutch-by-wire are other important controls. And there is much more, such as driver information system and driver interface, plus the before-mentioned telemetry and data logging. ASR (acceleration slip regulation) is banned by regulations, as are fully automatic shifts and launch control.

    Is more speed possible with more sophisticated electronics?
    We would prefer to speak in lap time rather than speed because the highest speed doesn't mean the fastest lap. However, the simple answer is: yes. Take the control software mentioned above and you understand what central role software functionality plays concerning the car performance.

    How have the employed IT systems changed within the last few years?
    They have changed from auxiliary tools to essential parts of the operation. Just as an example: Some years ago the car would have been sent out without data logging working if there was a problem. Today the car will not leave the garage if data logging is not OK. There is no point in running the car without the IT-based tools operation operating at an optimum level.

    Dietmar Mueller of ZDNet Germany reported from Munich.
     
  2. LetsJet

    LetsJet F1 Veteran
    Owner

    May 24, 2004
    9,334
    DC/LA/Paris/Haleiwa
    Full Name:
    Mr.
    Thanks for the info
     
  3. tbakowsky

    tbakowsky F1 World Champ
    Consultant Professional Ferrari Technician

    Sep 18, 2002
    19,344
    The Cold North
    Full Name:
    Tom
    so basicly the computers do all the work,,micheal just points the cars in the direction it needs to go...yea thats racing:(
     
  4. Ferrari0324

    Ferrari0324 F1 Rookie

    Mar 20, 2004
    3,510
    Full Name:
    Brandon
    Isn't it sad?? I mean he's a great driver and all, but seriously they need to start restricting this technology, the race should be between the racers not the cars computers.
     
  5. LetsJet

    LetsJet F1 Veteran
    Owner

    May 24, 2004
    9,334
    DC/LA/Paris/Haleiwa
    Full Name:
    Mr.
    I disagree....... this is just as much a race about manufacturers. I mean, in some ways it would be cooler if the driver wasn't the variable, just the hot new technology. This is all tech that will someday be in an F-car near you. So, I say keep the teams on their toes in this competition. It would really suck if you had the right car, the right computer, design, etc. and you didn't have a driver that could put you in the front.
     
  6. 1975gt4don

    1975gt4don Formula Junior

    Nov 5, 2003
    665
    Peoples Rep of CA
    Full Name:
    Smog Exempt
    Better yet, replace Schumacher with an AMD powered driving robot. Heck, you don't have to pay em either, robots have quicker reflexes and won't need medical attention if/when crashes occur. Zero chance of fatalities. Don't need helmets or flame proof suits either. Computers should do ALL of the work, don't stop at just the car. Go robots!

    "do di do diii" --- Intel song playing in the background.

     
  7. LetsJet

    LetsJet F1 Veteran
    Owner

    May 24, 2004
    9,334
    DC/LA/Paris/Haleiwa
    Full Name:
    Mr.
    Great thinking.........LOL

    I can see it now. The pit crew driving the cars with joysticks!
     
  8. 1975gt4don

    1975gt4don Formula Junior

    Nov 5, 2003
    665
    Peoples Rep of CA
    Full Name:
    Smog Exempt
    The schummiebot is closer than you think I'm afraid. Here is one with collision avoidance technology http://www.robotics.com/robomenu/mybot.html COST? 400 bucks.

    Whichever F1 team has the best programmer---WINS!

    http://www.robotics.com/robomenu/sos.html

    Only 600 bucks too.
    S.O.S by Omar Díaz
    Description: It is a RC toy car controlled by a Backpropagation Neural
    Network installed in a standard personal computer. The car
    has built on it a little system which main task is to
    measure distances from objects around the car. This
    measuresments are done by a Polaroid 6500 Series Sonar
    Ranging Module and sent back to the computer by a RF
    transmitter. The information transmitted to the computer
    is introduced by the parallel port and used as the inputs
    to the neural network tutor. The outputs or decisions
    made by the net represent the orientation which the car
    has to turn to, and is transmitted through the parallel
    port to the car with the original remote control brought
    by the toy.

    Functions: This is a self-oriented system capable of learn about
    diferent environments.


    Parts Used: *6500 Sonar Ranging Module
    *RF Transmitter 310MHz AM
    *Remote Controlled Toy Car
    *Steper Motor 5VDC, 220mA
    *Motor Controller MC3479P
    *Multiples TTL Gates.

    Problems: To optimize its performance a better RF system can be
    designed.

    Time: 8 Months.

    Cost: Around $600.00 American Dollars



     
  9. exoticalex

    exoticalex Formula Junior

    Mar 10, 2004
    422
    Walnut Creek, Ca
    Full Name:
    Alex L
    Quite interresting, thanks man!
     

Share This Page