9 | Project Configuration
32/136 Vehicle_Control_Unit_VCU_Manual Bosch Motorsport
The conditional function works the following way:
The program always calculates the condition entered in the IF window and checks if the
condition is TRUE or FALSE.
If the condition entered in the IF window is TRUE, the program calculates the condition
entered in the THEN window. The returned value is the content of the new variable
(entered in “Name”).
If the condition entered in the IF window is FALSE, the program calculates the condition
entered in the OTHERWISE window. The returned value is the content of the new variable
(entered in “Name”).
The reset value is always set for the new variable (entered in “Name”):
– before the If-condition becomes TRUE for the first time after power-up
– when the If-condition changes state from FALSE to TRUE.
An example of a condition to set up the maximum front brake pressure is given on the
next page.
The conditional function is displayed in the Vehicle Control Unit VCU math channel win-
dow.
Example: Setting up a condition for maximum front brake pressure
Max brake pressure of the variable ‘front p_br_front_mx’
Reset
value
is used
Hold
max.
value
Follow
max.
value
Reset
value
is used
Condition ‘p_br_front > 20’
Brake pressure front p_br_front
Brake pressure ‘front p_br_front’
Hold max.
value
Hold max.
value
– At power-up, the reset value (10) is used for ‘p_br_front_mx’.