PLCnext Tutorial for Beginners - Part 4 | How to Easily Create Ladder Logic Programs

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

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

  • @MartinBoers
    @MartinBoers 3 года назад +4

    Excellent series of videos.

    • @realpars
      @realpars  3 года назад +1

      Thank you, Martin! We appreciate that!

  • @roseelectronics4582
    @roseelectronics4582 3 года назад +3

    Nice series

  • @brucehackney2217
    @brucehackney2217 3 года назад +2

    I've gained knowledge from your vids and have enjoyed them. Are y'all planning pn a part 5, 6, 7...?? Or is this it?? I've managed to painstakingly get this far. I was hoping to keep going. If you could notify me of potential options, that would be great!! Thanx!!

    • @realpars
      @realpars  3 года назад

      Hi Bruce,
      Thanks for your comment, glad to hear that you have been enjoying this course series!
      I will certainly pass your feedback on to our course developers.
      Happy learning!

    • @renaco1145
      @renaco1145 2 года назад +1

      Could you please explain that why we need PLCnext when there are other dominant brands? Or what we can do with this PLC that we can't do with others? Or what makes plcnext different from the rest? What's or are specific features of plcnext that other PLCs don't have? Thank you.

    • @sqziegler17
      @sqziegler17 2 года назад

      @@renaco1145 if you watch Part 1 of this series they go over that there

    • @andresgallardo9015
      @andresgallardo9015 Год назад

      @@renaco1145 From what I understand it seems it integrates classical IT programming languages C, C++, Python into this PLC (which runs in real time), in my case I am not sure I can implement this PLCNext, since all of this classical IT programming languages can be implemented in our redundant server, in each porject we install a server, this softwares can eaily runs there, as well as Cloud connectiviyty. Also for troubleshooting we can easily find a Siemens or Rockwell guy to help us, not the same for Phoenix Contact.

  • @Ravinder764
    @Ravinder764 3 года назад

    Expert knowledge video

  • @saikumar3591
    @saikumar3591 3 года назад +1

    Hi sir,
    Are you able to do program For chillers and split ac's

    • @realpars
      @realpars  3 года назад

      Hey!
      Thanks for your comment and your suggestion. I will pass this on to our course developers!
      Thanks for sharing and happy learning!

  • @spacexnix
    @spacexnix Год назад

    Starting with version 2023.6 PLCNext Engineer introduced methods. could you make a video on how to use them and apply them in the ST program?
    "Methods of FBs in PLCnext Engineer"

    • @realpars
      @realpars  Год назад +1

      Thanks for your topic suggestion, I will happily go ahead and share this with our course developers.
      Thanks again, and happy learning!

  • @KevIn-tu4fv
    @KevIn-tu4fv 3 года назад

    Can you program in grafcet because I didn’t saw the choice in the language selection?

    • @realpars
      @realpars  3 года назад +2

      Grafcet is not one of the languages defined in the IEC 61131 specifications, and it is not offered in PLCnext Engineer. Sequential Function Chart (SFC), which is defined in the IEC 61131 specifications, is based on Grafcet. So for Grafcet users, SFC should be fairly familiar.
      PLCnext Engineer offers an SFC editor as a optional (paid) add-on to the standard (free) PLCnext Engineer software.

  • @apacheattackhelicopter8185
    @apacheattackhelicopter8185 3 года назад +2

    If there is one thing I hate most about automation, it's ladder logic

    • @inothome
      @inothome 3 года назад

      Ladder logic is the best part!

  • @mixme8655
    @mixme8655 3 года назад

    Where to buy starter kit sir?

    • @realpars
      @realpars  3 года назад

      You can do so over at our MarketPlace bit.ly/36aLrTe
      Happy learning!

  • @muhy9247
    @muhy9247 3 года назад

    Informative ,do you have branches in Malaysia 🇲🇾

    • @realpars
      @realpars  3 года назад

      Glad to hear that! No, we are headquartered in Rotterdam, The Netherlands.

    • @muhy9247
      @muhy9247 3 года назад

      @@realpars do you deliver short time training courses ? I am interested

  • @niteshsharma6015
    @niteshsharma6015 3 года назад +1

    can any one tell me how to download this software ?

    • @realpars
      @realpars  3 года назад +2

      Hi Nitesh,
      Sure, you do so for free via the following link www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1046008&library=usen&tab=1&requestType=product&productId=1046008
      Hope this helps! If I can be of any further assistance, please let me know - I’m more than happy to help!

    • @niteshsharma6015
      @niteshsharma6015 3 года назад +1

      @@realpars Thank you sir ! but as i pressed the download link it is downloading some pdf .. how should i proceed further plz help ..

    • @realpars
      @realpars  3 года назад

      @@niteshsharma6015 Hi..... Once you are on that page you need to go to the "Downloads" Tab. Scroll down to the Software Archives. Tick the box that says PLCnext Engineer 2021.0 LTS Hotfix 1. Then scroll all the way to the bottom of the page and click on the Download button.

    • @ajaykumarjalagam8870
      @ajaykumarjalagam8870 Год назад

      @Realpars can you please post how to download software

  • @blooddog1655
    @blooddog1655 3 года назад

    ST:
    LED01 := S2 AND (S1 OR LED01);
    LED02 := LED01;