Ladder Logic vs. Other Programming Languages: A Comparison

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 38

  • @Donnner93
    @Donnner93 Рік тому +4

    Started my 2 year Automation-Engineer education today, and have been following you guys a while now - Very excited to become one of the people!

  • @JKTCGMV13
    @JKTCGMV13 Рік тому +6

    3:30 Thank you for addressing maintainability. Too many people don’t think about that aspect of programming.

  • @livingsafarillc
    @livingsafarillc Рік тому

    I have worked as an Automation Engineer for 40+ years. this is a great review and evaluation of PLC programming. Very thorough and truthful. I agree with everything they have shown you.

  • @tommyhuffman7499
    @tommyhuffman7499 Рік тому +1

    Very excited that you made this video! Fascinating topic.

    • @realpars
      @realpars  Рік тому

      Glad to hear that, Tommy! Happy learning

  • @atrbulldog5955
    @atrbulldog5955 11 місяців тому +1

    I have been working as an automation engineer for almost two years. Our company uses B&R PLCs. We have been straying away from using IEC languages, ladder logic is completely gone with only some structured text still present in some projects. We have almost completely moved to C/C++. I find it interesting how many still use these older languages, I guess it is fine for simple projects. I can't imagine trying to implement something like a neural network in anything other than C/C++. These older languages just can't keep up with the amount computation we are doing for some of these systems from a performance standpoint too. C/C++ also offers control of the PLC at the lowest level, allowing for some of the most dynamic and versatile programs. But with great power comes great responsibility. Anyways I wanted to see if anyone else has been seeing a shift in languages as automation advances.

    • @realpars
      @realpars  11 місяців тому

      Thank you for sharing that! Hopefully others in the community can chip in on that.

  • @BeeFree_BK
    @BeeFree_BK Рік тому +2

    Thank you and it is really helpful to understand PLC languages~

    • @realpars
      @realpars  Рік тому +3

      You're very welcome!

  • @876_FIRE
    @876_FIRE Рік тому

    Clear and concise

  • @klebermarcio1317
    @klebermarcio1317 Рік тому

    Your explanation is amazing! Congrats!!

  • @syufrijal
    @syufrijal Рік тому

    Nice information about comparation ladder diagram and other programming languange...very helpful

  • @matty9217
    @matty9217 Рік тому

    Thanks for your coolest videos! It's really helpful.

    • @realpars
      @realpars  Рік тому

      You're very welcome! Glad to hear that our video courses have been helpful

  • @johnneenee5847
    @johnneenee5847 8 місяців тому

    Good explanation

    • @realpars
      @realpars  8 місяців тому

      Thank you very much!

  • @IngDzib
    @IngDzib Рік тому

    many thanks realpars

  • @yukreszi1994
    @yukreszi1994 Рік тому

    Hi, can you explain about End of Line Resistor ?

    • @realpars
      @realpars  Рік тому

      Hi there,
      Thanks for your question!
      It's a bit off-topic for this video, but we have covered the topic a bit in our explanation of DeviceNet. You can check that post out here: realpars.com/devicenet/?fbclid=IwAR12d7sqdLCuBBD1EC0anQXKt4epCUsh41Weqp0hrbItEcx764Y39yHlFOE.
      Hopefully it helps!

  • @shakaranwar2708
    @shakaranwar2708 Рік тому +1

    So helpful ❤️❤️ and first comment 😉

  • @tricky778
    @tricky778 Рік тому

    How does this compare to Frege's logic?

    • @realpars
      @realpars  Рік тому

      Hi there,
      I'm not familiar with Frege's logic. Would you be able to elaborate a bit more?

    • @tricky778
      @tricky778 Рік тому

      @@realpars it's a historical logic for formal reasoning, but it looks a lot like a ladder diagram. Maybe it's just that both represent some kind of information flow so no surprise they look similar

  • @MarsShare123
    @MarsShare123 Рік тому

    Can i know what the meanings as "looping "

    • @realpars
      @realpars  Рік тому

      Hi there,
      Thanks for your question!
      Looping is repeating the same piece of code multiple times. In PLC programming, imagine that you have to move the value 0 to every element in an array of 100 elements. You could write a program with 100 move instructions or you could write a loop which executes the same command 100 times to move the value 0 to each element of the array. Does that make sense?

  • @GuyFromJupiter
    @GuyFromJupiter Рік тому

    3:30 Careful now! You don't want to upset the true PLC gurus! This is 100% true though. You have plenty of tools at your disposal, and limiting yourself to a single one for all situations is dumb. Use the right tool for the job!

  • @spacexnix
    @spacexnix Рік тому

    I use ST language. It's much more convenient for me.

    • @bcar456
      @bcar456 Рік тому +1

      It is not about you, it is about what is suitable for the company.

  • @GregoryBirulkin
    @GregoryBirulkin Рік тому

    Can you make any money at this?

    • @mattozx6rr
      @mattozx6rr Рік тому +1

      Yes and lots of it if you are good at it on multiple platforms.

  • @flyte9844
    @flyte9844 Рік тому

    Great video ! Using the right tool for the right job is the way to go. Don't do math in ladder please 🥹