Dynalco AF-900PC Air/Fuel Ratio Controller User Manual
Page 66

65
; current AI channel value by the following
; equation:
;
; Value = [Value_previous * (1 - filter)] + [Value_read * filter]
;
; Filter values near to 1.00 pass new
; readings very quickly. Filter values
; near to 0.00 pass new readings very
; slowly. A filter value of 0.00 does
; NOT pass new RPM readings at all.
;
; Slower filter values take longer to
; settle to the current RPM but have a
; high noise rejection and stability.
; Faster filter values settle quickly but
; have low noise rejection and stability.
;
; Min Val Max Val
; 0.00 -> 0.05 (default) -> 1.00 (no units)
5516.14=0.05
;/*$PAGE*/
; *************************************************
; **************** TRIP CHANNELS ******************
; *************************************************
; *************** TRIP CHANNEL #01 ****************
; POSTCAT OXYGEN SENSOR FAULT *********************
; Fault on bad sensor OR sensor NOT detected.
; TRIP MODE ***************************************
; Select TRIP Relay to activate on channel fault.
;
; 0 DISABLED (default)
; 1 ALARM RELAY
; 2 SHUTDOWN RELAY
; 3 AUX RELAY
600.1=0
; TRIP LOG ENABLE *********************************
; Trigger asynchronous LOG on channel fault.
;
; 0 DISABLED (default)
; 1 ENABLED
601.1=0
; *************** TRIP CHANNEL #02 ****************
; POSTCAT OXYGEN SENSOR HEALTH ********************
; Fault on low sensor health.
; See OXYGEN SENSOR HEALTH section.