Martel Electronics MC1200 User Manual
Page 39
CPRT_COEFC?
Returns the number which was entered for the first coefficient of the polynomial used in the
custom RTD. Using the example above CPRT_COEFC? Would return:
-5.801900E-12
CPRT_MIN_T
Sets the minimum temperature of the custom RTD range. The temperature value must be
entered with a degrees label, CEL for Celsius and FAR for Fahrenheit.
For example:
CPRT_MIN_T -260 CEL enters -260°C as the minimum temperature.
CPRT_MIN_T?
Returns the value entered for minimum temperature in the range for a custom RTD. Note that
the Calibrator always returns numbers in scientific notation. The above example would return:
-2.600000E+02, CEL
CPRT_MAX_T
Sets the maximum temperature of the custom RTD range. The temperature value must be
entered with a degrees label, CEL for Celsius and FAR for Fahrenheit.
For example:
CPRT_MAX_T 0.0 CEL enters 0.0°C as the maximum temperature.
CPRT_MIN_T?
Returns the value entered for minimum temperature in the range for a custom RTD. The
above example would return:
0.000000E+00, CEL
CPRT_R0
Sets the 0° resistance, R0, in the custom RTD. The value must be entered with a units label.
Refer to the Parameter Units table for assistance.
For example:
CPRT_R0 100 OHM sets R0 to 100 ohms.
CPRT_R0?
Returns the value for the resistance in custom RTD. The above example would return:
1.000000E+02, OHM
FAULT?
Returns the error code number of an error that has occurred. The command may be entered
when the previous command did not do what it was meant to do.
For example, if a value for current output is entered that is bigger than the supported range
(0-24mA) FAULT? Would return:
39