_ _ | | | | | | | | | | | | | |_| | \___/
___ |_ | | | | | /\__/ / \____/
### ### ## ## ## ## ## ## ## ## ### ##
## ##### ## ## ##### ## ##### ## ## #####
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: We have implemented a tuner-configurable WOT output and two other complex (six parameter-defined) outputs. '''Q:''' Do we need to add some more complex conditional outputs with a lot of parameters (unneeded in most cases), or create specialized config parameters to the specific functions? Please write your needs below the switch conditions, and feel free to add new ones. '''"Above a given RPM"-activated switch''' Needed for: * Variable intake actuation * Shift light * ... '''"Above a given throttle position"-activated switch''' Needed for: * WOT output (for NitrousController) * ... '''"Above a given manifold pressure"-activated switch''' Needed for: * simple BoostController (note: not really useful since the new algorithm with advanced boost-target is there) * ... '''"Above a given intake manifold temperature"-activated switch''' Needed for: * WaterInjection relay * InTake/InterCoolers fan activation * ... ---- As I see, the initial state of the document consists 6 simple (one variable changes one output pin) outputs. Every simple output needs '''three''' new config parameters: #The limit of the given value #The hysteresis (this one can be omitted if we use internal constants) #The output pin configuration ---- '''Same output channel for 2 or more simple actuators''' Can we configure the same output pin on 2 "switches"? To get for example over 200kPa and 100% TPS? Currently not. Result would be undefined (PWMing would result where the execution order in firmware would determine ....). We could define what is the desired function (AND ? OR ?) for when 2 simple actuators are configured for the same output (or make that configurable too), and make the firmware detect that condition. Requires serious rewrite of the calculation => actuation code (which is fortunately very simple). Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.