Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 66

Thread: Controlling VVTi

  1. #46
    Junior Member Too Much Toyota
    Join Date
    Sep 2005
    Location
    Qld
    Posts
    5,590

    Default Re: Controlling VVTi

    Weird, i thought it was a PWM solenoid wired up much like this:
    (from here: http://www.oldschool.co.nz/phpbb/vie...746089#p746089 )


    and from page EG170 in this (Tundra 2UZ service manual extract)
    http://www.tundrasolutions.com/forum...o-5-7-4.7l.pdf
    it has just one pin (OC1 & OC2) for each CAM positioner.

    Can you throw up a link/scan/pic of the diagram in the manual you are using?
    ------------------------------
    ST185 road barge / MZ11 forest barge / RA65 garage barge

  2. #47
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi

    I'll grab the page tonight but page EG-184 suggest how it is controlled and also came across this VVV which reflects the PWM signal the manual presents. So does appear i made this more complicated then it actually is


    I was doing a bit of reading and came across a pdf of how the VVT-i works on a 3UZ, it will also be applicable to the later 1UZs. While it uses the oil pressure it works the same as most other variable valve setups and should be no problem for a high end aftermarket ECU that supports VVT as it is not affected by oil pressure variation or anything funky that is 1UZ/3UZ specific. The pdf explains it all but in a nutshell it works by using a two way oil valve that is PWM (pulse width modulated) controlled, ~50% duty cycle means that the cam timing stays where it is (referred to as hold mode), >50% duty cycle advances the cam timing and <50% duty cycle retards the cam timing. The ECU commands the cam timing to a certain point (most likely a 3D lookup table of load vs RPM would be used) and uses a magnetic reluctor (similar setup to the crank trigger, only this cam sensor has only 3 “teeth”) in the middle of the intake cam to determine when it is at the desired position. So from that it it would seem most likely that it is controlled using a PID (proportional integral derivative) control routine in the ECU, something similar to what is already used for other tasks inside the ECU such as idle control and closed loop fueling.
    Lily Simpson 6.7.2010
    R.I.P.

  3. #48
    Forum Member Grease Monkey
    Join Date
    Feb 2010
    Location
    Victoria
    Posts
    126

    Default Re: Controlling VVTi

    3 PIN vvti? My guess, the 3rd pin is just the shield being grounded at the ECU

  4. #49
    Junior Member Too Much Toyota
    Join Date
    Sep 2005
    Location
    Qld
    Posts
    5,590

    Default Re: Controlling VVTi

    You could probably setup a discrete vvti controller based on what's available online. I would do something like

    On the ECU, use an aux output to provide a PWM or logic signal based on either:
    - 3D map (rpm versus MAP) altering the PWM duty cycle as noted in the map
    - 2D map (rpm) and altering the PWM duty as noted in the map
    - logic switch (user defined setting for changing aux signal from low to high)

    With your custom controller you:
    - need rpm/tacho input (to know when engine off, cranking or running)
    - what is cranking & idle rpm (for startup)
    - needs to know whether getting PWM or logic signal
    - needs to know what frequency to run PWM output at
    - needs to know what frequency to expect a PWM input signal at
    - needs to know what cam position each trigger is at (so you can set the upper/lower bounds of the 2D map and identify home or zero position)
    - 2D map to correlate input PWM to cam position
    - min and max cam position (if using a simple logic input)
    - midpoint starting position (you make this variable if starting at 50% is problematic)
    - limp setting (if no ECU signal or position sensor fubar, the default to this)
    - error tolerance (ECU and sensor input)

    On startup, the controller does what the factory setup does:
    - on power up, solenoid set to 50% (midpoint) PWM
    - wait til engine above cranking
    - after idle established, locate home cam position and alter midpoint position PWM to suit
    - if cannot locate home position, revert to limp PWM and indicate error

    On running:
    - if error indicated, re-check for home position after error tolerance period expires (reset if error persists)
    - get input PWM signal, determine cam position, alter PWM output, check each CAM position, repeat


    Other considerations:
    - if your ECU is using one of the cam position signals to provide a home signal, then you would have to pass thru that signal to the ECU. On the upside, you could use the controller to condition a VR signal to a simple logic signal.
    - needs some reset/error tolerance in case the controller resets mid-running (input and power conditioning would be a feature here) and how to monitor if the output side gets damaged (e.g. monitor output signal and report error if FET driver gets borked or the solenoid goes open circuit).
    ------------------------------
    ST185 road barge / MZ11 forest barge / RA65 garage barge

  5. #50
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi

    Yeah looked like a good idea for 30 seconds Chuckster For one cam there is probably an of the shelf controller out there to do it? For 2 cams? Beyond my CBF level though either way
    Lily Simpson 6.7.2010
    R.I.P.

  6. #51
    Junior Member Automotive Encyclopaedia
    Join Date
    Nov 2005
    Location
    Melbourne Victoria
    Posts
    941

    Default Re: Controlling VVTi

    just turn them on and turn off. run both wires to both solinoids, as they are only inlet cams on a v8 they move the same way ,just play around with them on the dyno to see whats the best

  7. #52
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi


    Quote Originally Posted by Celica RA45 View Post
    just turn them on and turn off. run both wires to both solinoids, as they are only inlet cams on a v8 they move the same way ,just play around with them on the dyno to see whats the best
    Yup, that is now the plan.

    Don't suppose anyone has any solenoide plug connectors or know of a source? I scored a set of plugs for the COP but no luck yet for these.
    Lily Simpson 6.7.2010
    R.I.P.

  8. #53
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi

    Here is the female end of the plug i need. Does it look like any other plug i could scrouge up the male end by any chance?

    Lily Simpson 6.7.2010
    R.I.P.

  9. #54
    Toymods Events Secretary Too Much Toyota trdee's Avatar
    Join Date
    Jul 2007
    Location
    NSW
    Posts
    10,252

    Default Re: Controlling VVTi

    have you had a look on the ballenger motorsports website? they do a metric fucktonne of different plugs...
    1988 AW11 9A-GTE - Turbo Missile | 2004 Elise K20A - N/A Screamer | 1984 MA61 1JZ-GTE - 80s cruiser
    Quote Originally Posted by Rex_Kelway View Post
    .....and the within first laps everything that made the AW11 great hit Rex as if the 'Gods of driving fun' had all Jizzed on his face.....
    Quote Originally Posted by JustenGT8 View Post
    Mono blocs mate....as close to yours as a Ferrari is to a Fiesta

  10. #55
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi

    Quote Originally Posted by trdee View Post
    have you had a look on the ballenger motorsports website? they do a metric fucktonne of different plugs...
    Nope, never heard of them so thanks for the tip

    Have found solenoides with plugs on Yahoo, but $200 landed, so will look around before biting that bullet.
    Lily Simpson 6.7.2010
    R.I.P.

  11. #56
    Junior Member Automotive Encyclopaedia
    Join Date
    Nov 2011
    Location
    qld
    Posts
    1,123

    Default Re: Controlling VVTi

    looks like something on the harnesses i got at home
    i bet u could cut down the tabs on the side of that sensor and fit an auto trans 2 pin speed sensor plug
    or even some vsv solenoid plugs
    if u come over u can go thru my 80lt box of plugs hehehe

  12. #57
    Toymods Events Secretary Too Much Toyota trdee's Avatar
    Join Date
    Jul 2007
    Location
    NSW
    Posts
    10,252

    Default Re: Controlling VVTi

    come over? from act to qld?
    1988 AW11 9A-GTE - Turbo Missile | 2004 Elise K20A - N/A Screamer | 1984 MA61 1JZ-GTE - 80s cruiser
    Quote Originally Posted by Rex_Kelway View Post
    .....and the within first laps everything that made the AW11 great hit Rex as if the 'Gods of driving fun' had all Jizzed on his face.....
    Quote Originally Posted by JustenGT8 View Post
    Mono blocs mate....as close to yours as a Ferrari is to a Fiesta

  13. #58
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi

    This is where i kick myself for throwing out old plugs and odds and ends of loom over the years
    Lily Simpson 6.7.2010
    R.I.P.

  14. #59
    Junior Member Automotive Encyclopaedia
    Join Date
    Nov 2011
    Location
    qld
    Posts
    1,123

    Default Re: Controlling VVTi

    well u cant keep everything
    i throw out about 10 to 20 looms every year as i cant be bothered putting up with time wasters on ebay
    so i throw em out
    think ive thrown out 2 1jzgte looms and afew 2jzge looms
    and some more
    only one wirth keeping is the 20v one as they r getting harder to get

    but cut the tabs off and most toyota ones will fit

  15. #60
    how much is Too Much Toyota JustenGT8's Avatar
    Join Date
    Oct 2005
    Location
    ACT
    Posts
    5,795

    Default Re: Controlling VVTi

    It does look like with the removal of the tabs, many 2 pin plugs will fit.....i'll have a scrounge in the shed as i still have bits and pieces lying around.
    Lily Simpson 6.7.2010
    R.I.P.

Similar Threads

  1. controlling hydro fan with aftermarket ecu?
    By pandaah in forum Tech and Conversions
    Replies: 8
    Last Post: 14-04-2022, 03:42 PM
  2. Replies: 40
    Last Post: 04-02-2018, 07:44 AM
  3. what to use for controlling auto
    By 2jzhilux in forum Tech and Conversions
    Replies: 2
    Last Post: 03-09-2009, 10:44 PM
  4. vvti 1jz - non vvti 1jz, timing belt
    By KAMAKAZ in forum Tech and Conversions
    Replies: 6
    Last Post: 24-06-2009, 06:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •