Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {macro:kneel}
- ' Niveauregulierung verfuegbar
- (L.L.engine_injection_on) (L.L.cp_schluessel_trans) 1 = ||
- {if}
- 1 (S.L.niveau_on)
- {else}
- 0 (S.L.niveau_on)
- {endif}
- ' Entlueften wenn System aus
- (L.L.engine_injection_on) ! (L.L.cp_schluessel_trans) 0 = &&
- {if}
- 0.001 (S.L.niveau_loss)
- {else}
- 0 (S.L.niveau_loss)
- {endif}
- ' Luftfederung direkt gesteuert durch Wippschalter
- (L.L.niveau_on) (L.L.niveau_setlevel_dir) -1 = &&
- {if}
- (L.L.Axle_Springfactor_0_R) s0 0.55 > {if} l0 (L.S.Timegap) 0.15 * - 1 min (S.L.Axle_Springfactor_0_R) {endif}
- (L.L.Axle_Springfactor_0_L) s0 0.55 > {if} l0 (L.S.Timegap) 0.15 * - 1 min (S.L.Axle_Springfactor_0_L) {endif}
- (L.L.Axle_Springfactor_1_R) s0 0.55 > {if} l0 (L.S.Timegap) 0.15 * - 1 min (S.L.Axle_Springfactor_1_R) {endif}
- (L.L.Axle_Springfactor_1_L) s0 0.55 > {if} l0 (L.S.Timegap) 0.15 * - 1 min (S.L.Axle_Springfactor_1_L) {endif}
- (L.L.Axle_Springfactor_2_R) s0 0.55 > {if} l0 (L.S.Timegap) 0.15 * - 1 min (S.L.Axle_Springfactor_2_R) {endif}
- (L.L.Axle_Springfactor_2_L) s0 0.55 > {if} l0 (L.S.Timegap) 0.15 * - 1 min (S.L.Axle_Springfactor_2_L) {endif}
- {endif}
- (L.L.niveau_summe) 4.4 < (L.L.niveau_setlevel_dir) -1 = &&
- {if}
- -0.5 (S.L.niveau_setlevel_dir)
- {endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement