Dynalco AF-900PC Air/Fuel Ratio Controller User Manual
Page 54
53
/*$PAGE*/
; *************************************************
; ******************** RELAYS *********************
; *************************************************
; TRIP RELAY ACTION *******************************
; 0 Normally Energized (default)
; 1 Normally Deenergized
63102.1=1 ; ALARM RELAY
63102.2=1 ; SHUTDOWN RELAY
63102.3=1 ; AUX RELAY
; *************************************************
; ********************* RPM ***********************
; *************************************************
; RPM NUMBER TEETH ********************************
; Number teeth/holes on flywheel.
;
; Min Val Max Val
; 4 -> 60 (default) -> 500 (in teeth)
9004.0=60
; RPM AVERAGING FILTER ****************************
; Averages new RPM readings into current
; RPM value by the following equation:
;
; RPM = [RPM_previous * (1 - filter)] + [RPM_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.10 (default) -> 1.00 (no units)
9003.0=0.10
; RPM INPUT SELECT ********************************
; Select RPM Input Source.
; 0 Magnetic Pickup (default)
; 1 Run Contacts
155=0
; START RPM ***************************************
; Maximum RPM allowed while making changes
; to RPM Tooth number.
;
;