Video není dostupné.
Omlouváme se.

PLC Counter Programming for Beginners

Sdílet
Vložit
  • čas přidán 15. 08. 2024
  • ▶ C'mon over to realpars.com where you can learn PLC programming faster and easier than you ever thought possible!
    =============================
    ▶ Check out the full blog post over at
    realpars.com/p...
    =============================
    ⌚Timestamps:
    00:00 - Intro
    00:42 - Types of PLC counters
    00:49 - PLC counter values
    01:50 - Count-up counter
    04:15 - Counter reset
    05:00 - Count-down counter
    06:39 - Counter negative direction
    07:19 - Counter overflow
    08:10 - Counter underflow
    08:25 - Maximum accumulated value
    =============================
    In this video, I will be talking about PLC counters.
    I will explain what PLC counters are, how they work, the different types of counters, and give some examples of how they are used.
    PLC counters are internal PLC instructions that can be used to count input or output signals in the PLC program.
    These counters operate like relay counters but you cannot hold a PLC counter in your hand and they do not need to be connected to wires to operate.
    There are two main types of PLC counters, the count-up counter, and the count-down counter.
    For the counter-up counters, we have a counter file name, a counter preset value, a counter accumulated value, a counter count-up bit, and a counter done bit.
    For the counter-down counters, we have the same bits and values. The only thing that is different is the counter-down bit on the output. We have this as the counter-up bit for the counter-up counter.
    There are also two internal memory bits of counter overflow and counter underflow which we'll discuss later in this video.
    The counter file name is a PLC tag. This tag is where you can find the counters preset and accumulated values and the counters count-up, count-down, done, overflow, and underflow bits.
    Some PLCs create the counter file name for you, and other PLCs have you create the counter file name.
    For all of my PLC counter examples, I will be using Studio 5000, which is the PLC programming software for Allen Bradley ControlLogix PLCs. But the things that you will learn here in these examples, can be applied to any other PLC software. Because the overall counter functions are similar to any other PLC brand.
    For all of my counter examples, I will use the counter file name Counter1. I will also use a momentary push-button to trigger the counters.
    I will start by adding a count-up counter instruction to a PLC program rung. I will also add the momentary push-button input to this rung to trigger the counter.
    Every time I push the button, the count-up bit turns on, and the accumulated value increases by one.
    If I continue to push and release the button, the count-up bit will still turn on while the button is pushed, the done bit will stay on, and the accumulated value will still increase.
    To reset the counter back to zero and turn off the done bit, I will have to add a counter reset bit to the PLC program and add another momentary push-button input to trigger the reset bit.
    I will add a count-down counter to my PLC program and another momentary push-button input to trigger this counter.
    If I keep pushing and releasing the count-down button after the accumulated value reaches zero, it will start to count in the negative direction.
    The overflow bit is used on count-up counters and the underflow bit is used on count-down counters.
    When a count-up counter is at its maximum accumulated value and then gets triggered to count up, the overflow bit will turn on.
    When a count-down counter is at its maximum negative accumulated value and then gets triggered to count down, the underflow bit will turn on.
    The numbers that some of these counters will have to reach for the overflow or the underflow bits to turn on are very large. For example, I am using a ControlLogix PLC for my counter examples.
    The counters in ControlLogix PLCs have a maximum positive accumulated value of more than two billion and they have a maximum negative accumulated value greater than minus two billion.
    The minimum and maximum number values are not the same for all PLC brands. So double-check the minimum and maximum preset values of your PLCs counters before adding one to your program.
    =============================
    Missed our most recent videos? Watch them here:
    realpars.com/f...
    realpars.com/p...
    realpars.com/p...
    =============================
    To stay up to date with our last videos, make sure to subscribe to this CZcams channel:
    bit.ly/realpars
    =============================
    TWEET THIS VIDEO ctt.ac/odc4L
    =============================
    Follow us on Facebook: / therealpars
    Follow us on Twitter: / realpars
    Follow us on LinkedIn / realpars
    Follow us on Instagram / realparsdotcom
    #RealPars #PLCprogramming #Industry

Komentáře • 58

  • @shaikabdurahiman3501
    @shaikabdurahiman3501 Před 3 lety +6

    Since I requested to add more examples for any concept so that the beginners can get it easily thanks in advance

    • @realpars
      @realpars  Před 3 lety

      Thanks for your suggestion and feedback, Shaik! I will make sure to pass it on to our course developers.
      Happy learning!

  • @JKTCGMV13
    @JKTCGMV13 Před 3 lety +6

    Back at it again with another great video 💯

  • @aminebeny130
    @aminebeny130 Před 3 lety +4

    All the compliments that i would say to you are not enough for the good work you do... Thak you so much y've been so helpful to me in my career i really appreciate it

    • @realpars
      @realpars  Před 3 lety

      Thanks a million for your kind comment, Amine! We certainly appreciate that.

  • @jayasuryas8353
    @jayasuryas8353 Před 3 lety +2

    Clear explanation with new environment

  • @ArkAE86
    @ArkAE86 Před 3 lety +1

    I dont even need to learn this thing but I had a fun time learning, thanks!

    • @realpars
      @realpars  Před 3 lety +1

      Glad to hear that, Lex!

  • @donnyj6535
    @donnyj6535 Před rokem

    Excellent. I know now how to use a counter in my plc prog. Thanks.

    • @realpars
      @realpars  Před rokem

      Glad it was helpful, Donny!

  • @controlsSystemsofficial
    @controlsSystemsofficial Před 3 lety +1

    Thank you for this video.. Really very useful..

    • @realpars
      @realpars  Před 3 lety

      Glad to hear that! Happy learning

  • @syufrijal
    @syufrijal Před 3 lety +1

    Amazing explanation of PLC counter programming

  • @akhileshchandsharma3974
    @akhileshchandsharma3974 Před 2 lety +2

    Will you teach us about control and process?
    Like, some demo projects.
    ❤️ LOVE Realpars and #TEAM

    • @realpars
      @realpars  Před 2 lety +1

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

    • @akhileshchandsharma3974
      @akhileshchandsharma3974 Před 2 lety

      I love REALPARS & TEAM.
      I am here since 2019 and learned about what AUTOMATION is and how it works.
      And all the credit goes to #REALPARS ❤️❤️❤️❤️

  • @Boxing-is-my-life
    @Boxing-is-my-life Před 5 měsíci

    Very useful video thanks my friend

    • @realpars
      @realpars  Před 5 měsíci

      You're very welcome, happy learning!

  • @IngDzib
    @IngDzib Před 3 lety +1

    Thank you!! for every video

  • @brianpialan2126
    @brianpialan2126 Před 3 lety +2

    can u do a tutorial video of making a plc ladder and circuit diagram of any devices that has relay?. i really need this kind of tutorial.

    • @realpars
      @realpars  Před 3 lety

      Hi Bian,
      Thanks for the topic suggestion, I will definitely go ahead and forward this to our creator team. Happy learning!

  • @marybermingham3397
    @marybermingham3397 Před 3 lety +1

    Great video. So helpful thanks

    • @realpars
      @realpars  Před 3 lety

      You're very welcome, Mary!

  • @adejumodavid6726
    @adejumodavid6726 Před 3 lety +1

    Nice explanation

  • @user-ek9ix6op8l
    @user-ek9ix6op8l Před rokem

    Thank you very much, very nice and very useful

    • @realpars
      @realpars  Před rokem

      Glad it was helpful! You're very welcome

  • @user-ty9zg8vv9v
    @user-ty9zg8vv9v Před 6 měsíci

    This video is helpful

  • @RamuRamu-sf3vg
    @RamuRamu-sf3vg Před 3 lety +1

    Excellent

  • @Rinnesharingan.
    @Rinnesharingan. Před 11 měsíci

    Nice explanation. ❤
    Is it possible to change the overflow or underflow value?

    • @realpars
      @realpars  Před 11 měsíci +2

      Hi there,
      Thank you for your inquiry. Indeed, it is possible, although it is contingent upon the specific PLC you have, as we mentioned in our video. You have the capability to create a customized program to adjust your overflow and underflow signals, subject to the PLC model you are utilizing. We wish you a productive learning experience with RealPars!

  • @전영식화장품
    @전영식화장품 Před 3 lety

    Thank you for the video.

  • @sebastianmauriciopantamurg236

    Great video, thanks!

    • @realpars
      @realpars  Před 3 lety

      You're very welcome, Sebastian!

  • @eyobgebeyehu7475
    @eyobgebeyehu7475 Před 2 lety

    sir gives some projects as an examples and how to set or program the counter in that project.

    • @realpars
      @realpars  Před 2 lety

      Thanks for your feedback and suggestion, Eyob! I will go ahead and pass this on to our course developers.
      Happy learning!

  • @HolyPiyush
    @HolyPiyush Před 2 lety

    Awesome information
    Keep growing❤

  • @hakizimanajerome5037
    @hakizimanajerome5037 Před 6 měsíci

    Hello Realpars, thank you for the video,
    Can this plc counter used for elevator to count up/down the floor?

    • @realpars
      @realpars  Před 6 měsíci

      Hi there,
      Thank you for your inquiry. Indeed, you can achieve this. You'll need to select the PLC (Programmable Logic Controller) you intend to use and then proceed with programming it accordingly. The specific steps may vary based on the PLC manufacturer, such as Allen-Bradley (AB), Siemens, or Omron. It is essential to familiarize yourself with the counter functionalities specific to the chosen PLC.

    • @hakizimanajerome5037
      @hakizimanajerome5037 Před 6 měsíci

      @@realpars thank you
      Mine is siemens plc.
      But i would like also to ask assistance about elevator plc programming.
      If is possible

  • @gck6428
    @gck6428 Před 3 lety

    Good video. Thank you very much~

  • @TopAdvenTours
    @TopAdvenTours Před 3 lety

    Love this review

  • @hoanganhaim9516
    @hoanganhaim9516 Před 3 lety

    Can you explain how to communicate between QJ71C24N and RKC Fb400 digital controller via Rs 485 protocol please ?. i've tried command "G.CPRTCL" but nothing work... can you make a video for this ?

    • @realpars
      @realpars  Před 3 lety +1

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

    • @hoanganhaim9516
      @hoanganhaim9516 Před 3 lety

      @@realpars thank you so much sir, i'll waiting for good news

  • @roseelectronics4582
    @roseelectronics4582 Před 3 lety

    Thanks

  • @bitebonumbere1426
    @bitebonumbere1426 Před 3 lety

    Thanks RealPars

  • @nomankhubaz1839
    @nomankhubaz1839 Před 3 lety

    👍

  • @ketanjadhav1087
    @ketanjadhav1087 Před 2 lety

    🤟🤟