Allen Bradley PLC Sequence SQI SQO Programming Tutorial Part 9

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

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

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

    I've been programming for 20 years and I've rarely seen sequencers implemented but I've seen a dozen sequencing methods that are much more coherent and readable by the average maintenance person.

  • @75blackviking
    @75blackviking ปีที่แล้ว +1

    Thanks for the great tutorial, Tim! Your channel always turns out great content.

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

      I'm glad it was helpful. Enjoy your weekend!

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

    I’m learning how to program sqi and sqo at work right now because we have alot in the programs but they are also inside an aoi lol.

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

      Interesting

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

      @@TimWilborne They can be difficult to understand but think the AOI is to prevent maintenance from going in and changing things but there are easy to read input and output maps outside in the reg routine. All the sequencer tags are UDTs also. I guess it’s an easier way to program and make changes if you understand programming but not for the average maintenance person.

  • @jorgef.morales3038
    @jorgef.morales3038 3 ปีที่แล้ว +1

    I can't find SQO instruction on Connected Components Workbench... :( Could you help me?

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

      This was my least recommended method of sequencing. None of them other methods peaked your interest?

    • @jorgef.morales3038
      @jorgef.morales3038 3 ปีที่แล้ว +1

      @@TimWilborne For sure! The other methods are functional as well for me, but i'm working on a PLC migration from SLC 500 L20 to Micro820, the technicians who will be working on maintenance of that machines use to do SQO methods, so I want to continue using that method for their comfort... So, there's no way to use SQO con CCW for 820?

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

    Hey Tim,
    I think you will not be able to show #12 with your finger :)

  • @Jay-tr3px
    @Jay-tr3px 7 หลายเดือนก่อน +1

    Thanks again for this tutorial. I was wondering if you can make a video tutorial about using a GSV or SSV wall clock to schedule some maintenance PM schedule to run a motor?? And to record start, stop and fail in that program??
    Thanks again Tim.

    • @TimWilborne
      @TimWilborne  7 หลายเดือนก่อน +1

      Great suggestion! I'll put it on the list.

    • @Jay-tr3px
      @Jay-tr3px 7 หลายเดือนก่อน +1

      @@TimWilborne
      Thanks Tim. I look forward to it! 👍

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

    Why add the AFI after the XOR at all?

    • @TimWilborne
      @TimWilborne  3 ปีที่แล้ว +2

      This one isn't completely fresh on my mind now so going off of memory...it prevents someone trying to understand the rung from thinking the XOR has some functionality in the ladder logic program. Second, it would short around the SQI which would either cause the SQO to increment it's control position when the SQI's conditions are not met not increment at all since the SQO would not see a true to false transition of the SQI.