Earlier quoted context omitted.
... until something goes wrong. Then a touch screen is the last thing you want. An airliner moving uncontrollably is no time to try touching just the right spot of the screen, and avoid touching the wrong spot.
Kinda like trying to flip just the right toggle switch and avoid flipping the wrong one? Just because it's on a touchscreen doesn't mean it has to be tiny and hard to touch. A 17" touchscreen could have fewer controls than the same hardware panel. And the controls could be bigger on the touchscreen.
Honda bucks industry trend by removing touchscreen controls
571–580 of 770 posts
Re: Honda bucks industry trend by removing touchscreen controls
#572Earlier quoted context omitted.
In many of the newer systems, all those physical dials and switches are just inputs to the computer system which ultimately decides to do what the user is requesting. A bug which would prevent inputs from working right on a touchscreen could also happen on reading inputs on other systems. Not that I'm arguing for touchscreen controls, just that these days having a physical knob does not mean you're directly manipulat…
> In many of the newer systems, all those physical dials and switches are just inputs to the computer system which ultimately decides to do what the user is requesting. Even so, a program for processing a switch or dial can be really short and simple. You can print it out on a sheet and check and double check every line of code for to make sure it's correct and all possibilities are accounted for. A program handling…
I think you're off by a few orders of magnitude.
Re: Honda bucks industry trend by removing touchscreen controls
#573Look at the cockpit of any modern airliner and you will see screens, but they are never interactive. There are hardware buttons, dials and lights all over the place. A tactile interface is both more obvious, sturdy and more stable, and therefore safer. The problem that touch interfaces solve, ever since the advent of the first smart phone, is that the interface is now dynamic. You can change it without having to repl…
Re: Honda bucks industry trend by removing touchscreen controls
#574Earlier quoted context omitted.
Audi may be doing some things right (I love the location of the audio volume knob), it doesn't compensate for that ridiculous touch pad which you're supposed to use to enter street names by writing the characters one by one with your finger... and many other UI warts. The best thing about Audi's console is that fact that they support Apple CarPlay.
https://appleinsider.com/articles/20/03/20/new-study-shows-u... Using Apple Carplay is more dangerous than texting.
When you're not driving: irrelevant
Conclusion: CarPlay is better than the Audi system.
Re: Honda bucks industry trend by removing touchscreen controls
#575Earlier quoted context omitted.
From what I can tell from the investor docs, the overall loss was from exchange rates and tariffs from losing access to sharing Ford's factories and costs and the high capex to building a replacement factory and generally transitioning to a fully independent automaker. Every shareholder report in the last couple years stated that their premium offerings are doing better than they expected and they're making more mone…
JPY/USD rate changed 9% over the last 5 years, are you sure it explains 70% lower net income? You stated that they make 60% more money. If the point you are trying to make is that they make 60% more than they expected , I won't argue with you.
Mazda raised their margin target to ~10% per vehicle, which is pretty standard for the premium segment. Which if they performed to expectations, would mean 40% more profit; they're slightly overperforming at ~60%.
Re: Honda bucks industry trend by removing touchscreen controls
#576Re: Honda bucks industry trend by removing touchscreen controls
#577Earlier quoted context omitted.
Yeah, well, people are selective in their concerns. How much does it affect reaction time to have passengers in the car who you may talk to, or may be doing all sorts of things that distract you?
Aren't passengers much better to have in your car, because they can "copilot" for you?
Passengers are largely not helping, and certainly are not good at communicating problems.
Re: Honda bucks industry trend by removing touchscreen controls
#578Look at the cockpit of any modern airliner and you will see screens, but they are never interactive. There are hardware buttons, dials and lights all over the place. A tactile interface is both more obvious, sturdy and more stable, and therefore safer. The problem that touch interfaces solve, ever since the advent of the first smart phone, is that the interface is now dynamic. You can change it without having to repl…
I work for an avionics manufacturer and I can assure you most of our upcoming comercial systems (and even a healthy portion of government ones) feature touch screen inputs.
Touch screen looks awesome on Star Trek, but in actual use it's an inaccurate, attention-magnet, nightmare.
Re: Honda bucks industry trend by removing touchscreen controls
#579https://socket3.wordpress.com/2018/02/03/designing-windows-9...
Re: Honda bucks industry trend by removing touchscreen controls
#580Look at the cockpit of any modern airliner and you will see screens, but they are never interactive. There are hardware buttons, dials and lights all over the place. A tactile interface is both more obvious, sturdy and more stable, and therefore safer. The problem that touch interfaces solve, ever since the advent of the first smart phone, is that the interface is now dynamic. You can change it without having to repl…
We went for a few iterations where the button would light up when the laser was on. There were tons of issues--the state of the laser was not stored in the hardware, so every time the button would disconnect briefly, the state would get reset and lost. After months of back and forth dealing with algorithms to save the state and deal with spurious button presses when the device disconnected, we ended up with a completely useless button, as disconnects would happen very often inside helicopters, rendering the button useless due to the spurious presses near disconnect/reconnect.
Finally, we decided to go with a hardware switch (which I wanted from the start). In about one day the whole thing blew over.