I have a question, is it possible to share outputs assignments with each other?
For example, i have the fresh air actuator for the antiliag on aux6.
Using the PWM output.
But i also want to use this fresh air actuator for something else (like blow off), controlling it on a own created pwm strategy from a custom output like example.
But when i select aux6, it gives that there is a conflict on this aux6 output.
Will it work either like this or will it be shut down when it has a conflict.
Or is there a better way to let me control this fresh air actuator pwm, besides the antilag.
Or isn’t it possible to control the actuator in combination besides the antilag control?
Hi,
It’s not possible to assign output to two different strategies.
Only the strategy assigned first has control when there’s an assignment conflict.
You can combine the logic from the custom output and the ALS strategy.
Don’t assign the output in the ALS strategy, or assign unused output if ALS won’t work without that.
Make some custom logic, for example:
If ALS is active, use the ALS duty cycle.
If not, use a custom table duty cycle.
Assign the fresh air output to a custom strategy and use that logic to set the duty cycle.