Profile image

is there anyone know how to maker EPR gauge?

0 IdidKnow  16 hours ago

hi, im here asking anyone ,how to make EPR gauge using Engine-Jet-4 with max 0.05 input and the input is smooth(mycode1.4 + Activate80.6,0.2) and the multipler is 0.001?. i hope someone gonna help me, thanks (my english is terrible)

  • Log in to leave a comment
  • Profile image

    @hpgbproductions thank you very much, btw iam new in this thing

    13 hours ago
  • Profile image

    How do you want to simulate it with your code? I can't tell.
    .
    This is one way to simulate EPR. Since EPR is related to thrust, you can use the engine thrust output variable, and convert it to a plausible value. Example:
    .
    Gauge input EPR:
    1 + (Thrust / MaxThrust)*Multiplier
    - Thrust: output variable of the engine
    - (constant) MaxThrust: replace with the maximum value of Thrust, which you can find by testing your plane
    - (constant) Multiplier: replace with a suitable positive number

    14 hours ago