Delta DVP PLC ISPSoft | Programming/simulating high speed counter & interrupt commands with EasyPLC

Поділитися
Вставка
  • Опубліковано 12 лип 2024
  • Delta DVP PLC ISPSoft | Programming/simulating high-speed counter & interrupt commands with EasyPLC. This video demonstrates the application of counters. The Delta PLC has two types of counters: General counters and High-speed counters. To use a 16-bit count-up counter, we must use CNT instruction. And to use a 32-bit hardware/software high speed count up/down we must use DCNT instruction. Based on the user manual, we have two types of high-speed counters 1- software high-speed counter SHSC 2- Hardware high-speed counters HHSC
    ++++++++++++++ AWESOME courses
    Now you can purchase these courses from www.plcgoods.com
    1- Complete programming Siemens S7-1200 PLC & KTP 400 HMI device course
    A 12:37 hours course / 44 complete videos
    2- Complete Programming Siemens Simatic S7-300 PLC course
    An 8:00 hours course / with 23 videos
    3-Allen Bradley PLC training - RSLogix 500/5000 series
    A 9hr/11min course/with 32 videos
    4-"CODESYS PLC programming tutorial for beginners"
    A 6:34 hours course / with 21 videos
    5-"Camtasia Mastery training course"
    A 2:30 hours course / with 10 videos
    6-Affiliate link to purchase Factory IO software
    factoryio.com/url-action?ref=...
    #plcgoods #plcprogramming #Deltaprogramming
    -----------------------------

КОМЕНТАРІ • 19

  • @juanfranciscojesushernande3396

    This channel is pure gold, thank you very much.
    If may I, I would like to add that before executing any step described in this tutorial, double check the PLC model you're using to match the High-speed counter and the inputs it uses. Also, when it comes to using a two-phase encoder (which is my case), a bit (MXXXX) must be used to START the doble counter, instead the phisical input X. For further information you can check out the chapter 2, page 28 on the manual .
    Thank you!.

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

      Thanks for your comment. Please, if you have any question about the lesson, be more specific and let me know what exactly the question is.

  • @ganesharvind867
    @ganesharvind867 3 роки тому

    Very good presentation Syedraja bro.Many things i could understand well because you made easy to understand. Thank you.Enhancement of Audio volume will help a lot when many of us do not prefer to use Headphone.

    • @plcgoods
      @plcgoods  3 роки тому

      Wow, thanks for your comment, I am glad you liked the video!

    • @plcgoods
      @plcgoods  3 роки тому

      Thanks for compliments, if you have any suggestion to present the videos even better, I would be happy to hear!

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

    thanks a lot

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

      You are most welcome

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

    tahank you good teycher

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

      You welcome!

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

      @@plcgoods Sir, we are waiting for the continuation, we are waiting for your trainings about full position mm with hsc

  • @JosePerez-ci8gc
    @JosePerez-ci8gc 2 роки тому

    Thanks, I need your help, how can I synchronize a stepper motor with an encoder? Can you guide me a bit?

    • @plcgoods
      @plcgoods  2 роки тому

      Sorry I do not have any practical experience in interfacing Delta PLC with a Stepper motor or an encoder right now BUT I am planning to create a related course in that subject in the future

  • @hag01alvard34
    @hag01alvard34 2 роки тому

    Hi, very good information, i have a dude about high speed counter, the HC202, how can reset the input without digital input? Im using the instruction DCNT

    • @plcgoodsteam8934
      @plcgoodsteam8934 2 роки тому +1

      Hi there, I do not understand your question exactly. If you mean how can reset the counter, naturally you can use the reset instruction (for example see the time 10:00)

    • @plcgoods
      @plcgoods  2 роки тому +1

      Hi, how was the result? did it work?

    • @hag01alvard34
      @hag01alvard34 2 роки тому

      Hi, yes I tried reset the high speed counter with reset instruction but, don't working, finally i can reset with the instructions DRST

  • @vietnguyen-fy4yh
    @vietnguyen-fy4yh 2 роки тому

    thanks bro, but i can't do same you C243,please help me

    • @plcgoods
      @plcgoods  2 роки тому +1

      Hi there, maybe the counter names of your PLC are different from mine. Also, pay attention that counters can be used in different methods (1 phase input, 1 Phase 2 input, ...) with different inputs (X0, X1,...). therefore read the counter section of your PLC user manual carefully

    • @nadeemnader2812
      @nadeemnader2812 2 роки тому

      Can I use another external input such as X20 instead to count C243 as highspeed counter ?