Page 1 of 1

Load Axis Callibration (several questions)

Posted: Sat Nov 25, 2006 8:38 pm
by 4600cc
Brent,

I got a few questions about load axis callibration, I know when source is out it will all be clear, but Im not that patiest. :P

Does the firmware only support uploading a new KPAFACTOR table, or it also allows download of its KPAFACTOR table? (so the tuning software can compare and report to the user which table they have)

Does the K function looks exactly like this?

Send 'K'
Send bytes 1 to 256 of KPAFACTOR table start from 1, i.e.

Send K
send 100
send 10
send 11
send 12
etc, etc


What are the units used in KPAFACTOR table? (what is 100T, 10T, 11T)



Im thinking of doing a table and graph, and also allowing loading and saving to disk for data as text file, that looks exactly like assembler code, including comments.

So far thought, Im undecided as to implement this functionality as a tab, or a separate window.


Last but not least, is the new V function same as you described it to me earlier?

bump

Posted: Tue Nov 28, 2006 1:25 pm
by 4600cc
bump

Al, Nothing has been

Posted: Tue Nov 28, 2006 2:24 pm
by brentp
Al,

Nothing has been finalized yet, so things are subject to change. however:

Calibration feature: yes, it will be similar to how you described.
- I don't know what you mean by 'units'. Each value is a byte that represents a scaled reading, either TPS% or KPa based on whatever is being calibrated.
- Upload and download will be supported.

The version number will most likely be in the form of major.minor.bugfix. There will be separate software and hardware versions.

Brent