Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. Just the standard 8mm ID. Only running stock power at the moment so plenty big enough + return flow test comes out good.
  4. what fuel line do you have between pump and fuel rail? is there any chance it's too small to support the flow without pressure drop?
  5. I noticed that too while looking around. That gives me a little more peace of mind. I’ll have to look at my scope logs from a few years back when I was developing my own engine sim/pot board. It’s been long enough that I don’t remember which way the zero crossings went.
  6. Just a small update to this. Spent some time today testing the alternator and then the fuel pump again. Once again I can't find anything wrong lol... Fuel Pump Scope - Amps up from cruising @ 6A to 8A @ on a power run. As you can see, the voltage doesn't budge. https://ibb.co/y4s2SkH Next is the alternator on a power run. Again, all looks fine. Voltage doesn't dip whatsoever.. https://ibb.co/bLBRSH3 Still clueless as to what is causing this. Will try to figure out why ECU is seeing a voltage dip. I've checked the obvious areas and continuity/voltage drop and run a new earth to the ECU so not sure where to look next but will try.
  7. Laminar

    ERRORS 23, 26 52

    Posting the log and latest tune will be helpful. Depending on your control mode, the ECU will increase injector pulsewidth when fuel pressure drops to try and still get the right amount of fuel into the engine. Why is the fuel pressure nosediving?
  8. alansgc8

    ERRORS 23, 26 52

    Something's not right with this car. It cuts fuel and shakes the crap out still while at the track. No errors, temperatures seem fine, how could the injectors be at 160-196% duty while there's no fuel pressure? I suspect the tune is not right, do these parameters look right? I have the log file if needed.
  9. Thanks Vaughn. The Powertune is connected and functioning, at a basic level at least. The Solo will be 50-60cm off the Link-Powertune bus, and I have so far been unable to find any AiM documentation for Solo-LinkG4x, looks like there may be for earlier Links, or maybe the AiM site is out of date - I will follow-up with the local AiM distributor next week. Is that distance (50-60cm) a deal-breaker? I note the two CAN channels, is that simply a software thing and they both use the one physical set of wires? Or are they wires separately? The next step will be to download my tune, which I will do over the weekend. Thanks again for your assistance! Ed
  10. golf-2

    G4 blue storm

    Ok, the same to wire the injectors?? Then use the mode multi point group injection? Thank you
  11. Hello , I don´t think they do this .to use your pnp ecu you can cut or remove all pin of your 350z ecu connector and solder or pin the ls engine wiring to the 350z ecu connector You will change you ecu map to of course
  12. Thing both at a point. To start with increasing frequency after that DC
  13. you don't need PID for this, just an aux output used as PWM. you want to increase the frequency or the duty?
  14. Adamw

    G4 blue storm

    No, Ign 1 to 1& 6. Ign 2 to 5&3, Ign 3 to 4&7, Ign 4 to 8&2. There is a note in the help file that explains how it works so I will use that to give a bit more info.
  15. Adamw

    Coding AN inputs

    The GP Temp runtime will still do anything you want in the ecu. The native oil temp runtime is only available on AN Temp inputs. To send the GP Temp via CAN to a display you can load the configurable generic dash user stream and swap oil temp with the GP temp. Attach a copy of your tune if you need help to do that.
  16. Adamw

    G4 Plus mapping

    Your G4X had a CAN lambda set up, is that no longer connected? Your lambda calibration still looks a bit unusual to me, what controller do you have connected? The rest looks ok.
  17. Can you attach a copy of your tune. Did you try both 500K and 250K bitrates?
  18. It appears there is an issue with your TPS main signal. If you have already replaced the throttle then it would have to be a bad connection to the TPS main sensor somewhere. The throttle position control uses the TPS main sensor, the TPS sub is only used as a comparison for error checking. In both of your logs the TPS main gets erratic just before the engine stalls, but if we look at TPS sub it is not erratic and is actually sealed shut at zero. So it looks like TPS sub is actually the correct one and TPS main is wrong. I think that could also explain the MAP signal taking a long time to bleed away the vacuum yesterday as with the throttle sealed shut there would be vacuum produced until the engine completely stopped. The engine is still actually turning after the log shows zero RPM, this is just the point where the trigger signal is no longer reaching the threshold. Since the TPS sub signal looks reasonably realistic I think that suggests the 5V and gnd is probably ok, the issue is more likely with the TPS main signal connection so that is what I would concentrate on first. I would start by setting up a big gauge on a PC Link screen with TPS main displayed, watch that while yanking/bending/stretching/shaking the loom and connectors around the throttle, ecu, and the path in between. Hopefully you will see it go crazy when doing that. As Vaughan said yesterday this is just idle ignition control hitting the max clamp trying to keep the engine alive.
  19. Have changed fuel table and ign table and AFR lambda target to TP Main. I think I have set up the linear cal table properly, keeping in mind I'm running methonal. I've attached the updated tune. carl new map updated 19042024.pclr
  20. I have the nitrous activated and working with on/ off switch at the moment. I want to create an progressive controller. At the launch I want a fix percentage of nitrous and increase the Hertz after 60ft.
  21. Yes i have done some conversion on this platform .what do you want to know about this?
  22. Seems like in the G4+ range you can only assign an An Temp input as the specific function Engine Oil Temp. You may need to look at re-wiring some stuff if this is important to you It looks like this limitation has been lifted in the G4X/G5.
  23. what does the PID has to do with PWMing the Aux output controling the solenoid? what is the value you want to control in closed loop?
  24. I've setup my AN 2 input as oil temp, external pull-up etc, and have labeled it as such. But I can't find where to code this so the ecu displays it as oil temp, particularly under runtime values and also as an output for a digital dash. I can view the data under analog channel but want the ecu to actually code the input as oil temp. The drop-down menu only allows me to code it as a GP Temp. Cheers
  25. LilMoosh

    4agze - MonsoonX

    Thank you very much. Really appreciate it. Have you done much in the way of turning for individual coil-plugs set up?
  26. Hi @Adamw, Does the 'Onscreen button press' G4+ example from the original post still function the same way in the G4X / G5 firmware? IE: I'm having trouble keeping a CAN DI activated after an onscreen key press in the G5 firmware - the CAN state reverts to "Fault" after 2 seconds. I had a look at the help file and noticed the CAN Latching comment - I've tried both Active and Inactive latched states - but any and all configuration still exhibits the same behavior: The CAN DI triggers into an Active after CAN keypress, activates the output, then after 2 seconds reverts to Fault and terminates the output. G5 The same CAN / Virtual AUX config worked under the G4+ before I ported it over, the only differences being the Engine Fan outputs - as the G5 options now binds an output directly to a Virtual AUX rather than a GP Output G4+ Thanks
  1. Load more activity
×
×
  • Create New...