there is a bug with 1.2.2.1

K-Series Programmable ECU installation questions / support issues
Locked
fvang
Posts: 20
Joined: Sun Jun 18, 2006 8:55 pm

there is a bug with 1.2.2.1

Post by fvang »

When you open a kal with ecutype=1 and right click on the load(map) values to try to change them, you get this error:
"floating point division by zero"

You can open up the civic stock kal to see the problem.

fvang
User avatar
Hondata
Site Admin
Posts: 10615
Joined: Thu Aug 15, 2002 12:13 pm
Location: Torrance, CA
Contact:

Post by Hondata »

Thanks. Fixed for the next release.
Hondata
menfou
Posts: 85
Joined: Thu Jul 29, 2004 2:31 am
Location: France
Contact:

Post by menfou »

A other problem since the first KManager and SManager Version.

In France we use , for the float and in US or England you use .

Sometimes when I save a Kal, all '.' become a ',' and mw .kal is a shit

You have a S300 calibration in attachment

Why you don't use ';' ??
You do not have the required permissions to view the files attached to this post.
User avatar
Hondata
Site Admin
Posts: 10615
Joined: Thu Aug 15, 2002 12:13 pm
Location: Torrance, CA
Contact:

Post by Hondata »

The calibration file should always use . as the decimal seperator. Are you still finding a problem with the latest version of KManager?
Hondata
menfou
Posts: 85
Joined: Thu Jul 29, 2004 2:31 am
Location: France
Contact:

Post by menfou »

I have the same problem with the last KManager version.
On SManager I have exactly the same problem

I have this problem when I datalog, modidy values, and save the calibration
Razathorn
Posts: 469
Joined: Tue Jun 14, 2005 12:17 am
Location: Lenexa, Kansas, USA

Post by Razathorn »

Hondata wrote:The calibration file should always use . as the decimal seperator. Are you still finding a problem with the latest version of KManager?
I'm guessing that the function call you are making to format print / output floats to the config is doing locale specific things like using "," instead of "." based on where your code runs. Perhaps you could switch to a non locale sensitive output routine.

Wayne
2003 black RSX type-s / jrsc @ 12psi / methanol injection / aftercooled
menfou
Posts: 85
Joined: Thu Jul 29, 2004 2:31 am
Location: France
Contact:

Post by menfou »

Yes the problem it's French keyboard Vs US Keyboard.

I think the best solution is to use ; and not ,
Razathorn
Posts: 469
Joined: Tue Jun 14, 2005 12:17 am
Location: Lenexa, Kansas, USA

Post by Razathorn »

menfou wrote:Yes the problem it's French keyboard Vs US Keyboard.

I think the best solution is to use ; and not ,
Doesn't sound like a keyboard issue to me.
2003 black RSX type-s / jrsc @ 12psi / methanol injection / aftercooled
Locked