Earlier quoted context omitted.
This isn't really a fundamental problem. It just means using relays with contacts rated for higher voltages. It's probably the easiest part of the bom on a typical vehicle to move to a higher voltage range. I use 125VDC contact/coil rated relays all the time.
It is a fundamental problem (it's physics). The current rating for relays drops off sharply as the DC voltage increases; you might see 125 V DC rating, but the current will be a fraction of the nominal current at the rated AC voltage. If you're using an relay rated for up to 250 VAC/DC, then the breaking capacity with DC might be as low as 1 % compared to AC. Bad relay datasheets don't mention this at all, or maybe o…
Why Carmakers Can’t Transition to Newer Chips
241–250 of 335 posts
Re: Why Carmakers Can’t Transition to Newer Chips
#242Earlier quoted context omitted.
>40-60V system What makes that voltage a better trade off?
Power is volts x amps. The more amps, the thicker the wires need to be (volts are irrelvant). So to minise weight/wire size, use the highest voltage possible (and thus the lowest current). Losses are purely related to current (I^2*R) so the incentive is to squeezee the current (so needing to increases the voltage). There's a reason the high-voltage overheads are 432 kilovolts (or more); 10 amps at 432kV = 4.3MW (Mega…
Nitpick: the wire as a whole includes insulation, which technically does need to be thicker at high voltage (though at 40-60V, and maybe even at 40-60kV, it's probably dominated by tolerances for erosion and abrasion and such).
High voltage power lines use air, which is actually a fairly good insulator per se, but has the problem that wires tend to pass through it on their way to a short circuit if not well-restrained.
Re: Why Carmakers Can’t Transition to Newer Chips
#243Disclaimer up front: I work for GM. I don't work on chips or components for my day job. What follows is solely my own opinion. Some things to emphasize: OEMs (GM, Ford, Toyota, VW, etc) do not design components, and they do not want to. They design specifications for components, and then get suppliers to bid. This is great for efficiency in established ecosystems, not great for agility. To my knowledge, GM did not ca…
The suppliers are running in pretty thin margins aren’t they? Did they really have any choice but to cancel those orders or potentially go bankrupt? If you sit on someone’s shoulders and forget that they’re doing most of the work, you can be shocked all you want when they collapse out from under you but nobody on the ground is going to have any sympathy at all for you. I’ve worked for software subcontractors and it’s…
Ajax Fasteners where a small manufacturer in the name of Division of Labour, and when they went into receivership, it took down Australia's entire car industry. Let me repeat - Australia no longer has a car industry.
Re: Why Carmakers Can’t Transition to Newer Chips
#244There are two problems, long duration supplies of a chip on the same process, and the cost of making chips.
If the semiconductor companies can figure out an ASIC/FPGA type strategy that would allow any of the current chips in a car be produced "dynamically", then the semiconductor company could achieve their economies by just fabbing one design, and car companies could achieve longevity by getting commitments for production of that one design.
Xilinx recently made some steps in a new direction by producing what they called an "RF" SoC. Where RF stands for radio frequency. Basically it had all of the analog to digitial and digital to analog bits on the chip in addition to some FPGA fabric and some ARM AARCH64 cores. Its expensive and small quantity but I think it will turn out to be important in the long run as the vanguard of chips that are not 'type specific' at the time of manufacture.
Imagine a company that has the same basic FPGA architecture, packaged in a variety of automotive spec packages, with one-time programmability. That would reduce the number of SKUs considerably (basically by package type).
Re: Why Carmakers Can’t Transition to Newer Chips
#245Earlier quoted context omitted.
This is a question of semantics, but I don't understand your usage of "purely". How can it not be "purely" brake by wire, if, when depressing the brake pedal, the friction brakes are not always triggered? If electronics decide not to apply hydraulic force when everything is going fine, that there must be a potential failure mode where they ignore the pedal inappropriately. Can you explain further?
In a brake-by-wire car, if you stomp on the brake pedal with all you've got you end up engaging a cylinder that can directly exert force on the front brakes, even if the electronics are fully dead. (Maybe there are some systems where the brake pedal is truly just a "dimmer switch", but I've not been able to find them).
Re: Why Carmakers Can’t Transition to Newer Chips
#246> “We were able to substitute alternative chips, and then write the firmware in a matter of weeks,” Musk said. “It’s not just a matter of swapping out a chip; you also have to rewrite the software.” https://www.theverge.com/2021/7/26/22595060/tesla-chip-short...
As far as I can tell, Tesla plays fast and loose, treating their product like a manufacturer of consumer electronics and not a manufacturer of a dangerous and durable good. That obviously allows them to out-compete other auto manufacturers who are more aware of things like product liability. See the Toyota accelerator-gate lawsuits. From https://en.wikipedia.org/wiki/2009%E2%80%932011_Toyota_vehic... : > However, on…
The traditional players are already doing a bad job trying to write safety critical software the way things are now.
Re: Why Carmakers Can’t Transition to Newer Chips
#247Earlier quoted context omitted.
The suppliers are running in pretty thin margins aren’t they? Did they really have any choice but to cancel those orders or potentially go bankrupt? If you sit on someone’s shoulders and forget that they’re doing most of the work, you can be shocked all you want when they collapse out from under you but nobody on the ground is going to have any sympathy at all for you. I’ve worked for software subcontractors and it’s…
> If you sit on someone’s shoulders and forget that they’re doing most of the work, you can be shocked all you want when they collapse out from under you but nobody on the ground is going to have any sympathy at all for you. Ajax Fasteners where a small manufacturer in the name of Division of Labour, and when they went into receivership, it took down Australia's entire car industry. Let me repeat - Australia no longe…
Holy crap: https://www.abc.net.au/worldtoday/content/2006/s1719988.htm
You'd think the car companies could have just bought the manufacturing assets of the supplier if it was this critical (that's assuming they weren't looking for a back door excuse to shut down their own Australian production, that is).
Re: Why Carmakers Can’t Transition to Newer Chips
#248Re: Why Carmakers Can’t Transition to Newer Chips
#249Earlier quoted context omitted.
Another factor I haven't seen mentioned in the responses yet is safety to human bodies. You (or your kid) can stick a wet finger in a 12V DC charger socket in your car and not get an electric shock, including any of the exposed contacts under the hood, including the battery terminals. But once you're up to 40-60V, the risk of electric shock to humans is actually something that needs to be factored in.
You'll get a shock if wet slightly below 9V. It just stays on your skin. Voltage penetrates dry skin at around 50V, and this is the legal definition of high voltage.
Re: Why Carmakers Can’t Transition to Newer Chips
#250Earlier quoted context omitted.
Most drive by wire systems I seen are nothing, but a simplest closed loop PIDs. It's very close to what you are taught in the "How to write a PID controller" class without much extra creativity.
Deciding how much fuel will be injected each cycle is not just a simple PID. The throttle body control may just be a basic servo (although it probably isn't) but the system controlling it is more complicated.