v0.9110 issues
Moderator: Matt
v0.9110 issues
hi matt, got a couple for ya, brace yourself i've checked the bug list and i think they not lready known ones.
i'm using the hcr32 adf file and blatz consult cable for these tests. updated to 0.9110 though these may be in earlier versions too.
1.with two identical maps loaded and comparison ticked it gives incorrect reading for "comp" on the popup screens for; rev limit 1 and speed limit 1,2,3.
2.if you disable "auto close grid with graph" then open, say, the fuel map then close the grid leaving the graph open you cannot open the grid again by clicking the menu item until you close the graph window - then they both open together when you lick the menu item, as normal.
3.resizing the graph windows result in graph moving off center and sometimes out of view. increasing/reducing the scale of the vertical axis has a similar effect.
4."O" key toggle O2 flag doesn't work if raw value is lower than 192
5."injection latency" edit window has gone a bit mad. instead of "value" it says "us" and the decimal value is like 1520 (where it should be 74) the hex value is unaffected.
6.when you toggle betwen stream and tuner mode it disconnects from consult
7.Some of the scales on the consult gauges are not right (eg Alpha) sorry i'll get a screenshot of this.
9.I get an unnessecary horizontal scroll bar at the bottom of "tables" menu (not a biggie). Also the "tables menu" does a wierd "select all" (all the items flash blue) every time you click an indivual item.
10.on the configuration screen "enable multiple windows" unticks itself every time the configuration screen loads.
thats probably enough lol
Alex (10years experience as a vb dev so i'm a bastard beta tester)
i'm using the hcr32 adf file and blatz consult cable for these tests. updated to 0.9110 though these may be in earlier versions too.
1.with two identical maps loaded and comparison ticked it gives incorrect reading for "comp" on the popup screens for; rev limit 1 and speed limit 1,2,3.
2.if you disable "auto close grid with graph" then open, say, the fuel map then close the grid leaving the graph open you cannot open the grid again by clicking the menu item until you close the graph window - then they both open together when you lick the menu item, as normal.
3.resizing the graph windows result in graph moving off center and sometimes out of view. increasing/reducing the scale of the vertical axis has a similar effect.
4."O" key toggle O2 flag doesn't work if raw value is lower than 192
5."injection latency" edit window has gone a bit mad. instead of "value" it says "us" and the decimal value is like 1520 (where it should be 74) the hex value is unaffected.
6.when you toggle betwen stream and tuner mode it disconnects from consult
7.Some of the scales on the consult gauges are not right (eg Alpha) sorry i'll get a screenshot of this.
9.I get an unnessecary horizontal scroll bar at the bottom of "tables" menu (not a biggie). Also the "tables menu" does a wierd "select all" (all the items flash blue) every time you click an indivual item.
10.on the configuration screen "enable multiple windows" unticks itself every time the configuration screen loads.
thats probably enough lol
Alex (10years experience as a vb dev so i'm a bastard beta tester)
yikes
okay the good news is there is a 0.9111b version (in the test release directory) with some of these already fixed up. I'm just checking some of the stuff now
okay the good news is there is a 0.9111b version (in the test release directory) with some of these already fixed up. I'm just checking some of the stuff now
fixed in test 0.9111b1.with two identical maps loaded and comparison ticked it gives incorrect reading for "comp" on the popup screens for; rev limit 1 and speed limit 1,2,3.
interesting find. now fixed for next 0.91112.if you disable "auto close grid with graph" then open, say, the fuel map then close the grid leaving the graph open you cannot open the grid again by clicking the menu item until you close the graph window - then they both open together when you lick the menu item, as normal.
this is a prick... trying to get the graphs to stay in the middle of the screen for VE map display. i pulled out the code back to 0.9109 now in 0.9111b3.resizing the graph windows result in graph moving off center and sometimes out of view. increasing/reducing the scale of the vertical axis has a similar effect.
there was another thread on here about this. intended operation. after much investigation on the bench testing the flags.... nissan ECUs do have the facility to turn off O2 flags when > 14.7 AFR contrary to anyone elses postings saying so. I tested this on Z32 VG30 and S13 SR20 on the bench with a CRO and monitoring injection timings4."O" key toggle O2 flag doesn't work if raw value is lower than 192
this is 'us' like in microseconds. tested on bench is accurate to adjustments showed on the scope5."injection latency" edit window has gone a bit mad. instead of "value" it says "us" and the decimal value is like 1520 (where it should be 74) the hex value is unaffected.
yes because they are completely two different modes of operation and it was difficult to automate switching. i purposely disconnect (perhaps because i am too lazy to do it properly at this stage ). CR10361 raised6.when you toggle betwen stream and tuner mode it disconnects from consult
Alpha, Alpha learn and Exhaust temp were wrong scales. now fixed tonight7.Some of the scales on the consult gauges are not right (eg Alpha) sorry i'll get a screenshot of this.
thats because the field width exceeds the display space and the grid control automatically does this. i have to allow it enough width for some address files which have long descriptions.9.I get an unnessecary horizontal scroll bar at the bottom of "tables" menu (not a biggie). Also the "tables menu" does a wierd "select all" (all the items flash blue) every time you click an indivual item.
cut n paste error in my code. now fixed up10.on the configuration screen "enable multiple windows" unticks itself every time the configuration screen loads.
thanks got through most of those quickly apart from the multi window one.thats probably enough lol
wow quick work Matt think that just about covers it!
so, re the O2 toggle not sure the outcome of what your saying?
right now if i go to a cell on the fuel map with flag on with value say 190 and hit "O" the value doesn't change, so i'm guessing the underlying value hasn't changed and the flags still on?
so, re the O2 toggle not sure the outcome of what your saying?
right now if i go to a cell on the fuel map with flag on with value say 190 and hit "O" the value doesn't change, so i'm guessing the underlying value hasn't changed and the flags still on?
Is it possible to have choice of that please ? (In exemple with a tick box to swap from dec value towards 'us' )Matt wrote:this is 'us' like in microseconds. tested on bench is accurate to adjustments showed on the scope5."injection latency" edit window has gone a bit mad. instead of "value" it says "us" and the decimal value is like 1520 (where it should be 74) the hex value is unaffected.
It's not easy at all to tune when on the road with the 'us'
I'll prefer dec value who means something in direct relation with latency of the injectors indicated on technical datasheets
-
- Posts: 112
- Joined: Wed May 03, 2006 5:51 pm
- Location: Id, USA
uS (microseconds) is the most accurate way to display injector opening time, and it would provide the most compatibility to information provided in any injector datasheet.
The only time it would not be, would be if the injector data you have was written specifically for the nissan hex/dec value which in its self is an arbitrary value (unless you know conversion to uS or mS).
1000uS = 1mS
750uS = .75mS
etc....
The only time it would not be, would be if the injector data you have was written specifically for the nissan hex/dec value which in its self is an arbitrary value (unless you know conversion to uS or mS).
1000uS = 1mS
750uS = .75mS
etc....
I've learned that when I was ten years oldGZ@hybridka wrote:1000uS = 1mS
750uS = .75mS
etc....
I think I'm starting to understandGZ@hybridka wrote:The only time it would not be, would be if the injector data you have was written specifically for the nissan hex/dec value which in its self is an arbitrary value
Can someone explain me what means, or more exactly wich one is true, between :
1 - the latency on this sheet => http://paulr33.skylinesaustralia.com/do ... top-en.htm
2 - the latency found on Nissan programm (like seen in ROMEditor, Nistune, etc) ?
Please ?LMQT wrote:Can someone explain me what means, or more exactly wich one is true, between :
1 - the latency on this sheet => http://paulr33.skylinesaustralia.com/do ... top-en.htm
2 - the latency found on Nissan programm (like seen in ROMEditor, Nistune, etc) ?
If you take the NIStune printed value (one from my scope reading)
GTR 444CC 0.77ms x 2 = NIStune reading 1.540ms
S13 CA18 370CC 0.62ms x 2 ~= NIStune reading 1.100ms
but
HCR32 260CC 0.89ms /= NIStune reading 1.520ms
I dont know what the exact relationship is here or where those numbers came from but the page itself was autotranslated from some japanese page
GTR 444CC 0.77ms x 2 = NIStune reading 1.540ms
S13 CA18 370CC 0.62ms x 2 ~= NIStune reading 1.100ms
but
HCR32 260CC 0.89ms /= NIStune reading 1.520ms
I dont know what the exact relationship is here or where those numbers came from but the page itself was autotranslated from some japanese page
I found the following quite helpful - yet another latency lookup table.
http://injector-rehab.com/kbse/lag.htm
http://injector-rehab.com/kbse/lag.htm