1. instruction.txt - Instruction to J.Rayner on how to take the data. I (tony) actually took the data.
2. 4 samples were taken using testStepper's AfocData command. Format is: step voltage_mean voltage_std
raw.gp - gunplot script to produce graphs.
raw.ps - postscript output from gnuplot.
raw.pdf - PDF version of raw.ps.
3. Using a linear regression, I offset the the steps from the raw
data so 0 step is very close to 0 volts.
For raw2.dat, subtract 2619.6474 from the steps. New data is pos.skv4. pos.skv was input into RegressionAnalyzer to obtain these coefficients for volts = f(step) for step > 0.
For raw4.dat, subtract 1040.7462 from the steps. New data is neg.skv
a = -0.001794311815. pos_t.skv is the same data with x,y tranposed. The coefficients for step = f(volts) for volts > 0.
b = 4.298283049E-6
c = -5.895146564E-12
d = 1.14823961E-16
e = -3.869035688E-22
f = 8.786704213E-28pos.gp is the gnuplot script used create the pos.ps (postscript) and pos.pdf (PDF) graph.
a = -792.4598196. neg.skv was used by RegressionAnalyzer to obtain these coefficients for volts = f(step) for step < 0.
b = 265794.3487
c = -109063.2158
d = 25466.935
e = -2480.065352
f = 16.52949367pos_t.gp is the gnuplot script used create the pos_t.ps (postscript) and pos_t.pdf (PDF) graph.
a = 0.0015746153337. neg_t.skv is the same data with x,y tranposed. The coefficients for step = f(volts) for volts < 0.
b = 4.272991761E-6
c = 5.976971287E-12
d = 9.936242797E-17
e = 3.329663294E-22
f = 7.68707926E-28neg.gp is the gnuplot script used create the neg.ps (postscript) and neg.pdf (PDF) graph.
a = 836.7974948. all.gp plots the data and function for volts = f(steps). View all.ps (postscript) or all.pdf (PDF) graph.
b = 262747.6234
c = 74946.6978
d = -11142.22004
e = -12892.2302
f = -2265.333134neg_t.gp is the gnuplot script used create the neg_t.ps (postscript) and neg_t.pdf (PDF) graph.
9. For the application the software limits for steps are: -300000 to
325000.
The voltage ranage limits should be from about -2.80
to 3.6 volts.