57
; AI CH FILTER CONSTANT *******************
; Averages new AI readings into current AI
; value by the following equation:
;
; AI = [AI_prev * (1 - filter)] + [AI_read * filter]
;
; Min Val Max Val
; 0.00 -> 0.05 (dflt) -> 1.00 (no units)
8017.1=0.05
; AI CH POINT 1 OUTPUT ********************
; FOR USE WITH 0-5 V INPUT TYPES.
; AI Ch output value for 0 V input.
;
; Min Val Max Val
; -999.0 -> 0.0 (dflt) -> 9999.0 (in channel units)
8012.1=0
; AI CH POINT 2 OUTPUT ********************
; FOR USE WITH 0-5 V INPUT TYPES.
; AI Ch output value for 5 V input.
;
; Min Val Max Val
; -999.0 -> 0.0 (dflt) -> 9999.0 (in channel units)
8013.1=0
; AI CH 4-20 mA INVERTED RESISTANCE *******
; FOR USE WITH 4-20 mA INPUT TYPES.
; Inverted 4-20 mA source resistor in
; 1/kOhms. Input resistor is .1 kOhms;
; thus, inverted resistance (or conductance)
; is 10 siemens.
;
; Min Val Max Val
; 0.0 -> 10.0 (dflt) -> 100.0 (1/kOhms; siemens)
8015.1=10
;