Easy Engine Controller LVL 1

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 11

  • @skull2333
    @skull2333 Месяц назад +1

    This video was so helpful! Thank you for taking the time to make it!

    • @alistair_sw
      @alistair_sw  Месяц назад +1

      Glad it could help! thanks for taking the time to watch.

  • @yanickberthelot1785
    @yanickberthelot1785 Месяц назад

    it worked on first try and very simple and easy to follow, finally someone who knows how to teach someone who doesn’t know shit about logic

  • @GregaMeglic
    @GregaMeglic 29 дней назад

    There is a big issue when doing a PID in the microcontroller.
    You cant clamp the PID. Now this only affects the I value of the PID, but if you overload the engine to the point that the RPS can not reach your selected target, then the PID output will rise in to infinity. Now while you can put a clamp after the PID, so that you get the correct outputs (0 to 1), the PID itself still outputs numbers far above that. So when you want to bring down the RPS, you either have to wait a long time for the I value to drop down in to the correct range again, or have a kill switch on the PID, in order to reset all values back to 0, and start again.
    Neither of those 2 are really to useful. Sadly only the external stand alone PID has a clamp directly on its output. So you have to use that if you really want a good RPS based throttle system.
    But the issue is that without the I value, you will either have an unstable RPS, or the RPS will not reach the desired level.

  • @mrdaveofdaveshire4047
    @mrdaveofdaveshire4047 4 месяца назад +1

    😊 haha no way! Looking forward to this one! Great video btw, it may take awhile, but it's slowly starting to sink in 👍

  • @jcataclisma
    @jcataclisma 4 месяца назад +1

    That's great!! 👍👍👍👍👍

  • @yanickberthelot1785
    @yanickberthelot1785 Месяц назад

    Any idea why it’s not working in my classic career mode when I load it? I have everything unlocked.

  • @legendarygames622
    @legendarygames622 2 месяца назад

    when i do this, my fuel manifold dosent pump any fuel from the tank

    • @alistair_sw
      @alistair_sw  2 месяца назад

      @@legendarygames622 is it getting throttle?

  • @Dragon.turtlegaming
    @Dragon.turtlegaming 4 месяца назад

    First