Search found 112 matches

by GZ@hybridka
Thu Jun 28, 2007 8:08 am
Forum: General Nistune Discussion
Topic: Timing calculation on CA18
Replies: 26
Views: 7404

Hey Matt, I ran through some ca18 code finally, the ignition advance routine, kind of interesting. It would seem to me that there is a 16 point table at 3B20 that is, at least at certain times, used for coolant based timing advance correction. Also as far as I can tell the ecu only really uses the f...
by GZ@hybridka
Wed Jun 27, 2007 12:12 pm
Forum: General Nistune Discussion
Topic: How is injector duration (ms) calculated?
Replies: 37
Views: 11155

Back to original Q - how is inj. time calculated? On my CA18 it changes rapidly by as much as 2 times in certain areas of fuel map Confused Of course my AFR doesn't do that in reality This would be somewhat of a difficult question to immediately answer. Final injection time calculation is very cryp...
by GZ@hybridka
Wed Jun 27, 2007 11:47 am
Forum: General Nistune Discussion
Topic: Timing calculation on CA18
Replies: 26
Views: 7404

Also, I forgot to mention. There is probably a coolant temperature correction applied to final timing advance. What this will do is add or subtract from the timing advance value, after it has been picked from the table. I have seen eccs code make use of 2 seperate 16 point coolant temp correction sc...
by GZ@hybridka
Wed Jun 27, 2007 11:35 am
Forum: General Nistune Discussion
Topic: Timing calculation on CA18
Replies: 26
Views: 7404

You may want to modify the code's table pointers so that only one timing advance table is used. This will both solve this potential issue and make tuning easier as you will only have one functional table to deal with. I like to do this with the fuel correction tables as well. All that you need to do...
by GZ@hybridka
Fri Jun 15, 2007 3:42 pm
Forum: General Nistune Discussion
Topic: Nistune Results
Replies: 26
Views: 11200

The reason I mentioned TPS is that you are probably going to want to incorporate some sort of acceleration compensation to your output signal, using this variable. The nissan MAF does a lot of the work when it comes to ECCS acceleration compensation, it has very quick update. A map sensor will take ...
by GZ@hybridka
Fri Jun 15, 2007 7:37 am
Forum: General Nistune Discussion
Topic: Nistune Results
Replies: 26
Views: 11200

Just out of curiosity , which ecu do you run ? 16 bit sr20 type? An external micro could do it, you would just be emulating MAF voltage instead of Q itself. You will need to use MAP (2 for baro correction), RPM, IAT, and maybe even TPS in your algorithm. You can tap into the 1 degree (or 2 degree de...
by GZ@hybridka
Thu Jun 14, 2007 5:50 pm
Forum: General Nistune Discussion
Topic: Nistune Results
Replies: 26
Views: 11200

No rush Matt, I am still trying to get a reliable 5v ADC reference out to the harness for the map sensor. Up until now I have just been accepting the drift error, but it needs to be referenced properly for practical use. I havent yet compared readings over different temperatures and battery voltages...
by GZ@hybridka
Thu Jun 14, 2007 4:43 pm
Forum: General Nistune Discussion
Topic: Nistune Results
Replies: 26
Views: 11200

Maybe this will give you some ideas for MAP sensor conversion.

http://eccs.hybridka.com/viewtopic.php?t=358
by GZ@hybridka
Sat Jun 09, 2007 12:03 pm
Forum: Test Results
Topic: Want some advice
Replies: 23
Views: 9993

My only comment F3600, judging only by the screen shot, is that your ecu is configured very well. Your K number would seem to be set just about perfectly, and your A/F targets are good both ecu-configuration wise and appropriate for respective area. What does it idle at exactly? AF 15-17:1? or 14:1?...
by GZ@hybridka
Sat Jun 09, 2007 11:40 am
Forum: Software Bugs
Topic: Just got Nistune Working... Needs tons of help...
Replies: 12
Views: 4328

Test these things, Battery voltage with engine off (DC,measure at posts) Battery voltage (DC) with engine running, idle Battery voltage (AC) with engine running, idle Then note/compare to measurement at ECU terminals. Do you notice any gauge panel or other electrical anomalies? This data would help ...
by GZ@hybridka
Sat Jun 09, 2007 8:11 am
Forum: Software Bugs
Topic: Registration expires 60 days
Replies: 7
Views: 2781

Install the latest version of the Nistune software, it is constantly being updated. I assume the 60 day expiration is to keep users up to date, and probably to help discourage hackers. You will keep your current .bin file (contains all of your modifications, maps etc.). If your previous .adr file do...
by GZ@hybridka
Sat Jun 02, 2007 8:09 pm
Forum: Software Bugs
Topic: Intake air temperature gauge non-operational
Replies: 6
Views: 2308

Intake air temperature gauge non-operational

It seems that in the latest version 0.90119 with the new extended gauge option, that the IAT (intake air temp) gauge is not operating. Consult doesnt hang, and the gauge pops up ok, but without data output on the needle or label. Data translation and location in consult table is per consult docs. Ve...
by GZ@hybridka
Sat Jun 02, 2007 7:59 pm
Forum: General Nistune Discussion
Topic: NIStune 0.90119 now available
Replies: 7
Views: 2701

Moates ostrich support works great!

When it is finished updating the .bin it asks for consult reconnect, but overall very smooth, nice work Matt!
by GZ@hybridka
Sat Jun 02, 2007 6:52 am
Forum: Hardware Enhancements
Topic: Input and Output to actuators/sensors (in the future)
Replies: 9
Views: 7664

I think I meant 6802, and not 6303 above, but all still applies. About the diagnostic potentiometer, I think that uses the AD (46508/10), but seems to be set up on a pin as a comparator on my ecu's and not an ADC. It could probably be reconfigured, but I wouldnt want to try it. Maybe with the hd4651...
by GZ@hybridka
Sat Jun 02, 2007 6:05 am
Forum: Hardware Enhancements
Topic: Input and Output to actuators/sensors (in the future)
Replies: 9
Views: 7664

What ecu is in question here, the Z31? Does anyone happen to have a basic correct (dis).ASM for this ? For the outputs, first you need to map out the 6303's port pins to the original outputs. Surely there are a couple emissions related solenoids on the engine that would use a switching transistor on...