Toyota Yaris Forums - Ultimate Yaris Enthusiast Site
 

 


 
Go Back   Toyota Yaris Forums - Ultimate Yaris Enthusiast Site > Second Generation Toyota Yaris Main Rooms > General Yaris / Vitz Discussion
  The Tire Rack

Reply
 
Thread Tools Display Modes
Old 08-08-2011, 01:17 PM   #1
CTScott
ULTIMATE
 
CTScott's Avatar
 
Drives: 09 5dr LB, 2x 08 3dr LB
Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
From what I have found in my experimentation, fooling the PS ECU in regards to vehicle speed is not enough. I actually have to also override the torque sensor data. The "highway wander" is a good example of why this is necessary. Even at high speeds, there is enough power assist that small changes in the torque sensor feedback result in steering adjustment.

One of the simplest implementations may be to add a DPDT relay in line with the power steering motor leads, and control the relay based on vehicle speed.
__________________
CTScott is offline   Reply With Quote
Old 08-08-2011, 01:31 PM   #2
CrankyOldMan
2ZR swap. DO IT! Ask how!
 
CrankyOldMan's Avatar
 
Drives: 09 Meteoric Metallic HB
Join Date: Feb 2011
Location: West Michigan
Posts: 2,333
Quote:
Originally Posted by CTScott View Post
One of the simplest implementations may be to add a DPDT relay in line with the power steering motor leads, and control the relay based on vehicle speed.
Is this something that could be based on the "vehicle speed" wire on the radio harness? I've only got a basic electronics knowledge at the moment, but I'm sure there's an IC that can read the pulses from this line.
CrankyOldMan is offline   Reply With Quote
Old 08-08-2011, 01:37 PM   #3
CTScott
ULTIMATE
 
CTScott's Avatar
 
Drives: 09 5dr LB, 2x 08 3dr LB
Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
Quote:
Originally Posted by CrankyOldMan View Post
Is this something that could be based on the "vehicle speed" wire on the radio harness? I've only got a basic electronics knowledge at the moment, but I'm sure there's an IC that can read the pulses from this line.
If you wanted to do it without a microcontroller, you could use a frequency to voltage converter IC and then feed that through a comparator.
__________________
CTScott is offline   Reply With Quote
Old 08-09-2011, 04:51 PM   #4
CrankyOldMan
2ZR swap. DO IT! Ask how!
 
CrankyOldMan's Avatar
 
Drives: 09 Meteoric Metallic HB
Join Date: Feb 2011
Location: West Michigan
Posts: 2,333
Quote:
Originally Posted by CTScott View Post
If you wanted to do it without a microcontroller, you could use a frequency to voltage converter IC and then feed that through a comparator.
I've located some potential parts for these, but I'm not sure how I'd go about measuring the pulse per mph. Do you by chance already know what it is?

I'm also guessing that the signal is 12V, so you'd have to use a regulator or voltage divider to get down to the 5V input that the F/V chip is expecting. I'm still looking through the datasheet to see exactly how the F/V converter works. Any suggestions on what kind of comparator would be the right type to use?
CrankyOldMan is offline   Reply With Quote
Old 08-09-2011, 05:19 PM   #5
CTScott
ULTIMATE
 
CTScott's Avatar
 
Drives: 09 5dr LB, 2x 08 3dr LB
Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
Quote:
Originally Posted by CrankyOldMan View Post
I've located some potential parts for these, but I'm not sure how I'd go about measuring the pulse per mph. Do you by chance already know what it is?

I'm also guessing that the signal is 12V, so you'd have to use a regulator or voltage divider to get down to the 5V input that the F/V chip is expecting. I'm still looking through the datasheet to see exactly how the F/V converter works. Any suggestions on what kind of comparator would be the right type to use?
The VSS signal is actually a 5V signal. If memory serves me correct the frequency is 100 Hz at 40 MPH and about 20 Hz at 10 MPH.

For the comparator, a general purpose one, like the LT1011 would be fine. It is amazing how much more complicated this gets trying to do it with analog, rather than digital. I should just build you up one to experiment with using a microcontroller. I could make a simple little black box that connects to ignition switched power and then has an output to drive the relay coil. I could have a pot on the box to adjust the switch over speed.
__________________
CTScott is offline   Reply With Quote
Old 08-09-2011, 05:37 PM   #6
CrankyOldMan
2ZR swap. DO IT! Ask how!
 
CrankyOldMan's Avatar
 
Drives: 09 Meteoric Metallic HB
Join Date: Feb 2011
Location: West Michigan
Posts: 2,333
Quote:
Originally Posted by CTScott View Post
It is amazing how much more complicated this gets trying to do it with analog, rather than digital.
Why would this be the case? There are a few additional passive components that need to be added around the F/V and comparator, but it seems to be fairly straightforward. Is it a matter of getting a comparator that has enough hysteresis to prevent noise around the switching point from making the output fluctuate? Sorry if those aren't the right terms, I just looked some of this up.

I looked at the EWD and the power steering is already throttled by the ECU based on speed and the torque sensor. According to p 176 of the EWD:
Quote:
* In order to reduce driver’s steering force, the assist current is calculated from the torque sensor signal and vehicle speed
signal of the meter or CAN communication to output to the motor.

∗ When abnormality occurs in the system, the assist is prohibited by shutting off the power source relay and motor relay in
ECU, and the warning light (P/S) in the meter is lit up.
So if we were to ever crack the ECU, we could in theory change the control algorithm. It seems strange that removing the fuse doesn't turn on the (P/S) light.
CrankyOldMan is offline   Reply With Quote
Old 08-09-2011, 05:55 PM   #7
Jason@SportsCar
 
Drives: 2015 H Production Yaris
Join Date: Oct 2009
Location: Debary, FL
Posts: 1,953
I like elec power steering. It rocked in my RX-8, made it one of the most pleasurable cars to autox - past cars I raced with traditional systems always struggled to keep up, our Corvette use to puke power steering parts regularly.

I think the system in the Yaris works great. In the GT/B-Spec cars it works seamlessly, I had no problem on the track with it.

I hated the H Prod car when we first started racing it... Due to some hacked wiring the system never worked, and with a 10" wide slick the car was a beast, always fighting you in the turns. However, with time we were able to work out some of the steering bind, making it easier to drive. Ditching the elec motor and the stock column made it much easier to turn (still not as good as the EPS system), and it actually dropped a good bit of weight.

No brainier for me, in a street car I would keep it.
__________________
2005-2008 SCCA Solo BS National Champion
2017-2018 SCCA H Prod National Champion
Jason@SportsCar is offline   Reply With Quote
Old 08-09-2011, 09:31 PM   #8
CTScott
ULTIMATE
 
CTScott's Avatar
 
Drives: 09 5dr LB, 2x 08 3dr LB
Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
Quote:
Originally Posted by CrankyOldMan View Post
Why would this be the case? There are a few additional passive components that need to be added around the F/V and comparator, but it seems to be fairly straightforward. Is it a matter of getting a comparator that has enough hysteresis to prevent noise around the switching point from making the output fluctuate? Sorry if those aren't the right terms, I just looked some of this up.

I looked at the EWD and the power steering is already throttled by the ECU based on speed and the torque sensor. According to p 176 of the EWD:


So if we were to ever crack the ECU, we could in theory change the control algorithm. It seems strange that removing the fuse doesn't turn on the (P/S) light.

I just mean based on the overall number of components and the little bit of math required for configuring the comparator, etc.

The P/S light id turned on by the combination meter when the EPS reports an issue. If the EPS isn't alive it can't complain.
__________________
CTScott is offline   Reply With Quote
Old 08-10-2011, 03:46 PM   #9
CrankyOldMan
2ZR swap. DO IT! Ask how!
 
CrankyOldMan's Avatar
 
Drives: 09 Meteoric Metallic HB
Join Date: Feb 2011
Location: West Michigan
Posts: 2,333
Quote:
Originally Posted by CTScott View Post
The VSS signal is actually a 5V signal. If memory serves me correct the frequency is 100 Hz at 40 MPH and about 20 Hz at 10 MPH.
Is the pulse width fixed, or is it always 50% duty cycle? I'm trying to do a PSPICE sim of the F/V converter and need some idea of the settings for the VPULSE component.
CrankyOldMan is offline   Reply With Quote
Old 08-10-2011, 04:36 PM   #10
CTScott
ULTIMATE
 
CTScott's Avatar
 
Drives: 09 5dr LB, 2x 08 3dr LB
Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
Quote:
Originally Posted by CrankyOldMan View Post
Is the pulse width fixed, or is it always 50% duty cycle? I'm trying to do a PSPICE sim of the F/V converter and need some idea of the settings for the VPULSE component.
It's a 50% duty cycle signal, where the width of the pulse decreases as speed increases. If you need a definite frequency value at a particular speed, let me know, as I have a portable scope.
__________________
CTScott is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Electric power steering Geoff Peace DIY / Maintenance / Service 4 04-10-2018 06:28 AM
Power Steering Fluid jstantherprsn DIY / Maintenance / Service 8 04-05-2016 07:24 PM
Power Steering Light sıɹɐʎ DIY / Maintenance / Service 12 02-19-2014 08:22 PM
URGENT Advice Needed! Relating to Power Steering, Alternator and Electrical. The Marshall General Yaris / Vitz Discussion 25 10-21-2010 09:23 PM
Can't find power steering reservoir on '10, is there one? JerseyJeff84 DIY / Maintenance / Service 4 09-07-2010 11:47 AM


All times are GMT -4. The time now is 01:31 PM.




YarisWorld
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.