Jump to content
SAU Community

Recommended Posts

hey so this is my first post here on skylines au. im from canada and ive been trying to figure this one out for months now and nobody over there can figure it out so hopefully one of you guys can help me out with your wisdom!

okay so heres the problem:

i had an rb20det in my s13, then blew the head gasket on that motor, so i went and got and series 1 rb25det motor. i swapped that one into my s13 and its running great, but missing some power so i go to figure out how to hook up the vct. im still using the 5 speed rb20det wiring harness, and am using an automatic rb25det ecu series 1. since the rb20det doesnt have vct i read the wiring diagrams, and added a pin to the harness on pin 113 for the vct function. i ran that wire to one side of the vct solenoid, and the other wire on the solenoid to switched 12V. but the vct still wont function. i meter out the soenoid harness and i get 12v swtiched on one side, and no ground continuity on the other, ive tried it as im driving, idling, reving, but still no ground coming from pin 113. i opened the ecu and metered the circuit board to the solenoid plug and there is continuity so i know the pin is connecting. at first i didnt have a neutral sensor hooked up but i read i needed that so i wired the neutral gear switch pin to ground so the ecu always thinks it is in gear, but it still will not make vct turn on. i have a speed sensor connected aswell and still nothing. i tried a 5 speed ecu aswell but it didnt change anything. i cannot figure this out please someone help me i am about to throw my rb25 off a bridge because i am not getting anymore power than what i already had with the rb20!

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/
Share on other sites

I have seen a shift light converted with a relay to switch the vct and it was ajustable with the shift light control you might want to try that or a rpm switch could also be a lack of an earth somewhere in the loom

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6069658
Share on other sites

If you don't have the speed signal fed to the ECU correctly then you won't get VCT either. I have heard scuttlebut that the speed signal that is output from the R32 dashboard is not compatible with the RB25 ECU, so I would hazard a guess that if this is true, then it would also be true for the S13.

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6070508
Share on other sites

dont forget NTR must be OFF for VCT to fire

ie if your in nuetral or you havent wired in the NTR switch, the VCT wont engage

from memory

#DEFINE VCT 1

func main(void)

{

if(RPM < 1800 && ! switch(NTR))

{

func(VCT);

};

return;

};

i dont think its speed related at all ?

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6071096
Share on other sites

yes the solenoid is working it has 12v, and i can manually ground the vtc pin and it will enable to solenoid and the idle will change, i was messing around with my friends series 2 rb25, and he dosnt even have a speed sensor on his car, and it still works, i unplugged his coolant temp sensor and vtc still works, the only time i can get it to not work is when i unplug his tps, but its a different tps than mine cause im series one. so it has a different plug i can just swap them to see if it makes a difference, i tried a different ecu in it and still wont work, and tried a z32 ecu in it and it wont work either

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6078553
Share on other sites

does the ecu get the speed signal from the speedo and the speedo get the signal from gearbox?

thought it would be the other way around?

anyone know the pin outs? need to get it working on the r32

If you don't have the speed signal fed to the ECU correctly then you won't get VCT either. I have heard scuttlebut that the speed signal that is output from the R32 dashboard is not compatible with the RB25 ECU, so I would hazard a guess that if this is true, then it would also be true for the S13.

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6079003
Share on other sites

in my s13 the signal goes to the cluster, and then to the ecu from the dash plug.

k i think i have found the issue here... when i put my greddy intake plenum on my motor i had to extend some plugs for aav, fcid, and tps... there was a second tps plug and i read to cut it off cause it was for the automatic gearbox... but i was going through the ecu schematics and i found something called a throttle valve switch, that isnt the tps... so i did more research and apparently it uses the same plug on the tps that the auto gets the signal from. i figure finding this plug and hooking it into the tps will make my ecu happy and turn vct on =)

ill find out tomorrow hopefully it all works ill be the happiest rb25 owner ever

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6079099
Share on other sites

If not, the msd window switch, or nos rpm switch, vct controller etc is a good option.

I had an issue in my r33 where the stock ecu would not control vct properly, after a turbo and fuel upgrade I got a nistune on an rb20det ecu and use a nos rpm switch for the vct, works better than it ever has.

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6079354
Share on other sites

ALRIGHT VTC IS FINALLY WORKING!!!!! after so long messing around with it i finally got it to work! so series 2 rb25det uses the tps to sense when it is off idle and will kick in the vtc, but SERIES 1 dosnt! it has a "throttle valve switch" that uses the same socket as the automatic tranny tps plug. so the 3 pin output on the series 1 tps needs to be connected to sense that the motor is off idle and therefore making the ecu happy to turn it on. so i wired pin 57 and pin 54 to this socket and voila! vct solenoid clicks when i tap the gas =) thanks everyone for trying to help me out i very much appreciate it!

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6080600
Share on other sites

does the ecu get the speed signal from the speedo and the speedo get the signal from gearbox?

thought it would be the other way around?

anyone know the pin outs? need to get it working on the r32

speedo drive => cluster => ecu.

on the ecu side on a 33 its a green wire with a yellow trace iirc, 32 should be the same. not sure on compatibility between models though if your running a rb25 etc

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6080706
Share on other sites

Earthing the neutral pin is incorrect also. The input drop's to earth when neutral is used therefor disabling vct.

no earthing the neutral pin is correct, when the car is in any gear the neutral sensor senses ground, and there is no continuity when in neutral, so rather than having my timing pulled around when going in and out of gear, i just grounded it to make the ecu think its constantly in gear.

Link to comment
https://www.sau.com.au/forums/topic/380549-vct-issues/#findComment-6081076
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

  • Latest Posts

    • I certainly fall into the annoyed camp, but glad to hear that if it's happening at low boost then I'm not likely going to blow a turbo and end up with metal shards in my oil. Just feels like it prevents me from really driving it without hesitation and "peak" performance. Wonder if it's the VCAM, it did an impressive job of shifting the torque curve and faster spool, but maybe now it's "too fast" and there's too much air for how open the throttle is.  Based on some other threads, will also do some reading on synchronizing the actuators. They are the default actuators that come on the Garrett's and I would think they would be set the same coming from the factory, but if the turbos don't actually work exactly the same way at the same time as previously mentioned, it would be worth making sure the actuators are actuating together properly
    • I went down this rabbit hole before, ended up sourcing a motor from the UK (I'm in Japan) which also didn't function correctly. With the original motor, I disassembled it and reassembled it and it works somewhat, sometimes. What I could deduce from all my screwing around is that there is calibration of the gears on the inside of the motor and two ramps on the main gear which activate switches that operate the motor and move the sunroof either to retract into the roof or tilt. Where I got stuck was that, it seemed in my case that one or both of the switches that are activated by the ramp on the gear did not always activate and thus the motor did not move, causing it to sometimes not retract or tilt (apologies, I've forgotten which way it didn't work.).  Of course this part is discontinued at Nissan now, it's the same part in the S15 but no other models. I also contacted the manufacturer of the component for schematics - forgot the name, they're based in Gifu - but they declined to share the information due to being bound by an NDA, sadly. Looking through my pictures now, it seems I last had a crack at this in 2022. See, I so kindly wrote "open" and "close" next to the switches. If you figure it out, please do tell me. Those little switches, with the red buttons may need to be replaced.
    • It says 300ZX, does that make it an Aus delivered car? Funny how back in the day I just couldn't care less about Z32's and these days I am just in love with them. Back when Nissan was into pushing the envelope. 🤣
    • Hi guys, just after some guidance with an R34 sunroof that has stopped working correctly. It still opens and closes perfectly fine, but it no longer tilts/vents up or down. As a result, the rear of the glass now sags a bit as it drops down slightly in order to retract into the roof, but now it can't pop upwards into a flush position. I’ve probed the pins on the back of the switch connector with a multimeter and it seems like both switches (for open/close and tilt/vent) still work correctly. Any ideas on what it could be, or where I should even start in terms of diagnosing? I'm sure someone's had this issue before but I haven't been able to find anything online relating to this specific issue, most of the issues are with the seals leaking or the motor failing entirely. Thanks in advance!
×
×
  • Create New...