Sequence Output Instruction Part 1

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

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

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

    Great video. It was able to fill the gaps in my self taught understanding and give me a finished product. Thank you

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

    Very good teach , help a lot to understand the program for troubleshooting

  • @navdeepsatia8572
    @navdeepsatia8572 5 ปีที่แล้ว

    Very nice Explanation. I would not have guessed that I will understand this instruction that easy.
    Thanks.

    • @KletteTech
      @KletteTech  5 ปีที่แล้ว

      I am happy to hear that! Thanks for the feedback

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

    Excellent. Congratulations from Brazil.

  • @johnreyalforque5577
    @johnreyalforque5577 11 หลายเดือนก่อน

    Very useful video! what plc tool are you using? Where can we download that software?

  • @kevin00861
    @kevin00861 2 ปีที่แล้ว

    Thanks a million times Sir !

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

    Well done thanks for making this. Only question I have is how to get back to step 0 if you wanted to reset all of the outputs... (I guess you could have an extra step at the end which loaded zeroes for each bit) and also I was wondering if the control input needs to be anything in particular, or just something unique for that particular instruction. Thanks!

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

      Great questions. There is no way to get back to step 0. If you want all of the outputs to go to zero your need to program that or program in a clear that activates at the right time.
      The control input can be any input that make the rung logically true when you need the program to sequence.
      Hope this helps!

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

      Sorry, I meant the Control parameter within the instruction block (R6:0 used in this example)

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

      Not the toggle bit, or enable bit

    • @moisesmolina95
      @moisesmolina95 5 ปีที่แล้ว

      @@BayMacDre415 you would use the control instruction R6:0/DN to activate a ( "move" instrucion) and put a zero so that it moves it to control instruction R6:0/POS that way it start from zero position.

    • @kevin00861
      @kevin00861 2 ปีที่แล้ว

      Simply use RES instruction and address it with R6 control parameter,
      e,g you used R6:0 in the SQL instruction then use RES addressed with R6:0 and toggle it with input bit

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

    Thanks for the video... 😇 i have a question to ask... Can we use sequencer for counting function.. Like i have to perform counting operation but not using counter.. So should I able to use sequencer for that?

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

      You might be able to but it would a lot of work to set it up. A counter would be easier

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

    👍👍👍

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

    Hello Klette Tech
    I am making a program on RS Logix Micro to control a traffic light. I got kinda stuck when I tried to control the crosswalk. For example, If I want to turn on Northbound Light with Northbound crosswalk I put a simple push Button which would turn on crosswalk same as Northbound light. Now the problem is if Northbound Light is already on and then somebody comes and presses push Button for crosswalk, Crosswalk then would turn on immediately instead it should turn on next time northbound light come on. I tried so many different ways to make it work but I could not. Could you please give me any suggestions in this regard.

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

      That is a big questions. Have you tried to use a FLL instruction to move it into the storage location. Or Latch the sequences in subroutines and have the crosswalk instructions activate which subroutine is needed. Does this help.

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

      @@KletteTech Hello KletteTech Thanks for replying.
      Eventually, I was able to accomplish the desired result by calling internal bits and manipulate them into the program.
      Since I am not familiar with the instructions that you have mentioned above. But I will love to learn them and then approach the same problem with that instruction.

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

      @@navdeepsatia8572 Awesome job. If I get a chance I will try and make a video on it.

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

      @@KletteTech ok Thank You very much!

  • @joellumbala5684
    @joellumbala5684 5 ปีที่แล้ว

    how did you get the " light board " i can not seem to find a software for that i already have rslogix micro

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

      That is actually real I/O in my shop. I use picture and picture to to show it on the screen. Thanks for watching.

  • @jeromenote9739
    @jeromenote9739 5 ปีที่แล้ว

    I need some information on RS Logix programming for AB Micrologix 1200.
    If suppose, we have a sensor in field connected to the Digital Input of the controller. This sensor is connected to a conveyor, this gets signal ON and OFF contentiously every second or less than a second. I need to activate an output relay port only if the input is constantly ON for more than 5 seconds. Please advise how this can be done.

    • @KletteTech
      @KletteTech  5 ปีที่แล้ว

      Great Questions. Create a TON with the sensor being the input. no memory. If the sensor is on for preset of the timer lets say 5 seconds the done bit goes true. Have the done bit activate the relay. Does make sense?

    • @jeromenote9739
      @jeromenote9739 5 ปีที่แล้ว

      ​@@KletteTech Thank you for your reply. "No Memory" this means the timer will get reset to "0" every time the input changes its state from ON to OFF ?
      Please explain how to set this timer property "no memory" in RSLogix 500 timer.

    • @KletteTech
      @KletteTech  5 ปีที่แล้ว

      @@jeromenote9739 Yes. if you have memory on the timer's input anytime the input goes true the timer will finish timing and the done bit will go true. If you want the output to activate when the input is only on for 5 seconds (lets say the conveyor stopped and it was not suppose to) then no memory in parallel with the input. does that make sense? Did i read you question correctly?

    • @KletteTech
      @KletteTech  5 ปีที่แล้ว

      This video might help. th-cam.com/video/A4dewWWMnVA/w-d-xo.html

    • @jeromenote9739
      @jeromenote9739 5 ปีที่แล้ว

      @@KletteTech Thank you, that was an excellent explanation about timers in RSLogix 500.