To permit the calibration of digital values produced by ADC operations, teletype will be getting Calibration Operators.
Tentative Operator Set
-
IN.CAL.MIN
- reads the input CV and assigns the voltage to the zero point -
IN.CAL.MAX
- reads the input CV and assigns the voltage to the max point -
PARAM.CAL.MIN
- same, but for the knob position PARAM.CAL.MAX
Tentative Calibration Procedure
IN CV
- Connect a patch cable from a calibrated voltage source
- Set the voltage source to 0 volts
- Execute
IN.CAL.MIN
from the live terminal - Call
IN
and confirm the 0 result - Set the voltage source to target maximum voltage (10V)
- Execute
IN.CAL.MAX
from the live terminal - Call
IN
and confirm that the result is 16383
PARAM
- Turn the
PARAM
knob all the way to the left - Execute
PARAM.CAL.MIN
- Call
PARAM
and confirm the 0 result - Turn the knob all the way to the right
- Execute
PARAM.CAL.MAX
- Call
PARAM
and verify that the result is 16383