beautypg.com

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

Page 56

background image

55

/*$PAGE*/
; *************************************************
; ************* OXYGEN SENSOR HEALTH **************
; *************************************************

; SENSOR HEALTH FAULT PERCENTAGE ******************
; Minimum Sensor Health Percentage before fault.
;
; Min Val Max Val
; 0.0 -> 100.0 (default) (in health %)
952.1=100.0 ;
952.2=100.0 ;
952.3=100.0 ;

; SENSOR HEALTH AVERAGING FILTER ******************
; Averages new Sensor Health readings into
; current Sensor Health value by the following
; equation:
;
; SensorHealth = [SensorHealth_previous * (1 - filter)] +
; [SensorHealth_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 Sensor Health readings at
; all.
;
; Slower filter values take longer to
; settle to the current Sensor Health
; 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.01 (default) -> 1.00 (no units)
957.1=0.01 ;
957.2=0.01 ;
957.3=0.01 ;

; SENSOR HEALTH TEST TIME *************************
; Time between Oxygen Sensor Health tests.
;
; Min Val Max Val
; 10 -> 60 (default) -> 300 (in seconds)
970=60




;