Nistune Release 0.11.2

If it isnt a problem or a suggestion it probably goes here.

Moderator: Matt

Locked
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Nistune Release 0.11.2

Post by Matt »

Version 0.11.2
Fixed bugs:
CrashReport 0001: Opening/saving file with % interpreted as formatting character
CrashReport 0002: ConstantListView resize Document() pointer crash
CrashReport 0003: Constant window ESC key crash
CrashReport 0004: Activate consult window crash
EGR register reported as EGT. Fix translation entry
Font sizes at default window size too small
VS2010 Open Odd/Even fails due to no path details
CrashReport 0005: Trial expired close active window crash
Auto tickbox unticks after sync
Fan usage clarification LHS and RHS low/high speed
Group throttle fast movement enrichment tables. Add throttle vs temp table
Fix file opening/saving missing directory for Odd/Even and ENT generation
Crash reporting seems to be working well. Bunch of fixes against those reported in 0.11.1.

Mostly been looking into getting OBD-II boards working this week and finishing up wiring up new looms for an updated test bench / engine simulator (six different ECU plugs!) so software updates have been slow otherwise
RomChip200
 

Posts: 426
Joined: Mon May 11, 2009 7:58 pm
Location: FRANCE

Re: Nistune Release 0.11.2

Post by RomChip200 »

In the version 0.11.1, I noticed many "Consult gets disconnected" pop-up once the engine is started up (I mean Nistune is connected before the starter is exercised, I know battery power is really instable at this moment) but the Widebands still get connected and log record is still going on (so I "just" have to press F4 to get it re-connected).
Is it something known or solved in this version ? It worked better before.

I need this to analyze starting conditions :-)

EDIT: it's not consult gets disconnected, it's invalid response check, so connection is dropped. How to be more robust to that ?
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: Nistune Release 0.11.2

Post by Matt »

Post up a debug log of what you get when it disconnects. We attempt 5 x reconnect whilst cranking but if the cable isn't giving us valid responses it will then drop the connection
RomChip200
 

Posts: 426
Joined: Mon May 11, 2009 7:58 pm
Location: FRANCE

Re: Nistune Release 0.11.2

Post by RomChip200 »

Matt wrote: We attempt 5 x reconnect whilst cranking
What's the periodicity of these ? Cranking can take 1-2 seconds ...
5 times is hardcoded ? Could it be a user parameter ?
Because once I close the pop-up and press F4, it re-connnects immediatly. Purpose would be to try 10 times every 500ms, so the overall trying period is 5 secs.
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: Nistune Release 0.11.2

Post by Matt »

Probably about 100ms between attempts. I can increase number of attempts (configurable perhaps). Just dont like hanging up the software when the connection really does drop (turn off vehicle)
bachig24u
 

Posts: 677
Joined: Mon Jun 01, 2009 11:46 pm
Location: Campbelltown, NSW
Contact:

Re: Nistune Release 0.11.2

Post by bachig24u »

configurable would be better, maybe set a slider and a maximum value.
for up to 15 seconds at 100ms periods for example.
BlueRB240
 

Posts: 232
Joined: Sat Sep 29, 2007 1:27 am
Location: Moreno Valley,Ca
Contact:

Re: Nistune Release 0.11.2

Post by BlueRB240 »

when I log my wideband readings don't show up anymore? I can see the wideband in nistune working tho. Zeitronixs ZT2
RomChip200
 

Posts: 426
Joined: Mon May 11, 2009 7:58 pm
Location: FRANCE

Re: Nistune Release 0.11.2

Post by RomChip200 »

It seems the trial feature changed since 0.11.x versions.
A friend wanted to test Nistune but each time you press Consult button, you got a pop-up "Extended Consult is not available with this license".
I engaged him to try 0.10.21 version as it seems it still scans the COM port when pressing the button.
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: Nistune Release 0.11.2

Post by Matt »

Licence conditions changed for those versions. It must have been affected the trial mode. Will look into it
when I log my wideband readings don't show up anymore? I can see the wideband in nistune working tho. Zeitronixs ZT2
tried this last night and recorded, then played back okay? Send me through a log file after recording (wideband only enabled) so I can see what is going on
Torque
 

Posts: 639
Joined: Wed Jun 16, 2010 10:08 am

Re: Nistune Release 0.11.2

Post by Torque »

I am currently unable to DL the latest version but with 0.12.09 there is an issue if you resize the
parameter window(s) since fonts become too large to fit into the cells.
Attachments
NT_FONT_WHACK.jpg
(98.96 KiB) Downloaded 4495 times
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: Nistune Release 0.11.2

Post by Matt »

Dont stretch them too far vertically without the same resolution horizontally. The fonts are quite finicky when you do this (really the font should not have increaesed the size)
Torque
 

Posts: 639
Joined: Wed Jun 16, 2010 10:08 am

Re: Nistune Release 0.11.2

Post by Torque »

Thanks ..

Any remedy for this?
For example I really would like to stretch the table to take advantage of my (PC) display area
The VQ-Map is a good example with many values

Possibly you could limit the max font-size?

Edit:
I just figured that the VQ-Map window does not increase in fontsize at all, actually the size is somewhat smallish.
Attachments
NT_VQ_FONT.jpg
(135.09 KiB) Downloaded 4466 times
Matt
Site Admin
 

Posts: 8961
Joined: Sun Jan 29, 2006 1:45 am
Location: Adelaide, Australia
Contact:

Re: Nistune Release 0.11.2

Post by Matt »

You will find this table goes upto 65535 so we cannot increase the font size in these cells otherwise they will not fit in the cell. That is why this table stays small

Yes the VQ map size increases for this table based on previous requests to increase table size rather than font size (only this table)
Locked