Do-more How To Do-more: Stage Programming from AutomationDirect

แชร์
ฝัง

ความคิดเห็น • 16

  • @alexpowers3697
    @alexpowers3697 6 ปีที่แล้ว +5

    Stage programming is fantastic. I cannot go back to the old way. Used it for years. Other plc do not offer this without doing a lot of extra work.

    • @automationdirect
      @automationdirect  6 ปีที่แล้ว +2

      Thanks for the feedback Alex! We like it too ... Stage programming makes both writing and maintaining code so much easier ...

  • @HelloWorld-lt5oc
    @HelloWorld-lt5oc ปีที่แล้ว

    Wow this is great. I do tons of state programming and doing it manually is effective but brutal keeping tracking of everything, making sure stages exit correctly and bits gets cleared

    • @automationdirect
      @automationdirect  ปีที่แล้ว

      Thanks! Did you know we have over 1000 automation videos like this at www.automationdirect.com/videos? Check it out!

  • @alexpowers3697
    @alexpowers3697 6 ปีที่แล้ว +1

    Stage programming also allows a very simple implementation of watchdog timers in each stage to troubleshoot stuck machine processes. I had a battery assembly machine that was very old with a lot of sequences. Addint watchdog timers in each stage allowed me to link error messages for the maint. Dept. To quickly fix he old machine.

    • @automationdirect
      @automationdirect  6 ปีที่แล้ว

      Thanks for the comment Alex! We like Stage programming too. It makes maintaining and debugging programs easier and just provides a natural flow to the program.

  • @gregkiser8880
    @gregkiser8880 10 หลายเดือนก่อน

    In the Stage itself, you do not even have to use the SET and RST for the Ys. You could just use OUT. The reason is because when you JMP out of that Stage it will automatically turn OFF any Ys that have been turned ON. So, this way, the Stage code is even simpler than is shown in this video.

    • @automationdirect
      @automationdirect  9 หลายเดือนก่อน +1

      @gregkiser8880, thanks for the tip! For anyone reading this, Greg is part of our Federation Partner, HOST engineering. When it comes to Do-More programming, you can treat his comments like gold!

  • @rainbowrose8860
    @rainbowrose8860 4 ปีที่แล้ว +1

    how do you connect one rung to other????

    • @automationdirect
      @automationdirect  4 ปีที่แล้ว

      All of the editing commands are in help topic DMD0220 "The Ladder Editor."
      In a nutshell, ctrl + arrow keys do the wiring. For example, ctrl-down arrow will draw a vertical line, ctrl right arrow will draw a right line.

  • @gar232010
    @gar232010 3 ปีที่แล้ว +1

    Great!

    • @automationdirect
      @automationdirect  3 ปีที่แล้ว

      Glad you found it helpful!
      Did you know that we have over 1500 videos like it at:
      www.automationdirect.com/videos .............. Random Search/Topic
      www.automationdirect.com/cookbook ........ Bu Subject

  • @berniecarlton8510
    @berniecarlton8510 7 ปีที่แล้ว

    Why didn't you just use OUT in the stages instead of SET/RST?

    • @automationdirect
      @automationdirect  7 ปีที่แล้ว

      Thank you for watching! For technical questions like this, please contact our free award winning tech support. They are setup to give you the most efficient and quickest support.
      Phone: 1-800-633-0405
      Email: www.automationdirect.com/adc/Form/User/TechInquiry
      Support: support.automationdirect.com/
      Please let us know if you have any other questions!
      Thanks, AutomationDirect

    • @alexpowers3697
      @alexpowers3697 6 ปีที่แล้ว

      Out commands write to the bit every scan no matter what. This allows control of y0 from multiple places. If you have out y0 on more than one line in he program you get very weird results.

    • @alexpowers3697
      @alexpowers3697 6 ปีที่แล้ว

      Write a 1 or 0.