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.

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?