Advertisement
InvisC

Untitled

May 14th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. {macro:kneel}
  2.  
  3.  
  4.  
  5.  
  6. ' Niveauregulierung verfuegbar
  7. (L.L.engine_injection_on) (L.L.cp_schluessel_trans) 1 = ||
  8. {if}
  9. 1 (S.L.niveau_on)
  10. {else}
  11. 0 (S.L.niveau_on)
  12. {endif}
  13.  
  14. ' Entlueften wenn System aus
  15. (L.L.engine_injection_on) ! (L.L.cp_schluessel_trans) 0 = &&
  16. {if}
  17. 0.001 (S.L.niveau_loss)
  18. {else}
  19. 0 (S.L.niveau_loss)
  20. {endif}
  21.  
  22. ' Luftfederung direkt gesteuert durch Wippschalter
  23. (L.L.niveau_on) (L.L.niveau_setlevel_dir) -1 = &&
  24. {if}
  25. (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}
  26. (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}
  27. (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}
  28. (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}
  29. (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}
  30. (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}
  31. {endif}
  32.  
  33. (L.L.niveau_summe) 4.4 < (L.L.niveau_setlevel_dir) -1 = &&
  34. {if}
  35. -0.5 (S.L.niveau_setlevel_dir)
  36. {endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement