rusefi/firmware/controllers/system_fsio.txt

19 lines
446 B
Plaintext

#
# in this file we define system FSIO expressions
#
# see http://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic
#
# Jan 19, 2017
# Andrey Belomutskiy, (c) 2012-2017
#
FAN_CONTROL_LOGIC=(fan and (coolant > fan_off_setting)) | (coolant > fan_on_setting)
# todo: start-up fuel pump priming time should probably be configurable?
FUEL_PUMP_LOGIC=(time_since_boot < 4) | (rpm > 0)
ALTERNATOR_LOGIC=vbatt < 14.5
AC_RELAY_LOGIC=ac_on_switch