Sequence Output Instruction Part 1

  Рет қаралды 42,749

KletteTech

KletteTech

6 жыл бұрын

Website: klettetech.com/
Instagram: / klettetech
This video is about programming a Sequence Output Instruction in RSLogix 500. It shows both the setup and operation.
‪@KletteTech‬

Пікірлер: 36
@mtbtrailbuilding6813
@mtbtrailbuilding6813 4 жыл бұрын
Great video. It was able to fill the gaps in my self taught understanding and give me a finished product. Thank you
@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 жыл бұрын
Excellent. Congratulations from Brazil.
@KletteTech
@KletteTech 4 жыл бұрын
Thanks.
@leehomeschooling4644
@leehomeschooling4644 3 жыл бұрын
Very good teach , help a lot to understand the program for troubleshooting
@KletteTech
@KletteTech 3 жыл бұрын
thanks
@kevin00861
@kevin00861 Жыл бұрын
Thanks a million times Sir !
@KletteTech
@KletteTech Жыл бұрын
Most welcome!
@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 жыл бұрын
That is actually real I/O in my shop. I use picture and picture to to show it on the screen. Thanks for watching.
@johnreyalforque5577
@johnreyalforque5577 8 ай бұрын
Very useful video! what plc tool are you using? Where can we download that software?
@BayMacDre415
@BayMacDre415 5 жыл бұрын
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 5 жыл бұрын
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 5 жыл бұрын
Sorry, I meant the Control parameter within the instruction block (R6:0 used in this example)
@BayMacDre415
@BayMacDre415 5 жыл бұрын
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 Жыл бұрын
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 2 жыл бұрын
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 2 жыл бұрын
You might be able to but it would a lot of work to set it up. A counter would be easier
@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 жыл бұрын
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 жыл бұрын
@@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!
@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. kzfaq.info/get/bejne/d5qUmNqIvLPShnU.html
@jeromenote9739
@jeromenote9739 5 жыл бұрын
@@KletteTech Thank you, that was an excellent explanation about timers in RSLogix 500.
@liridonosmani5834
@liridonosmani5834 3 жыл бұрын
👍👍👍
Sequence Output Instructions Part 2
6:02
KletteTech
Рет қаралды 10 М.
ТАМАЕВ УНИЧТОЖИЛ CLS ВЕНГАЛБИ! Конфликт с Ахмедом?!
25:37
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 110 МЛН
PLC101 - RS500 Sequencers
39:05
DunwoodyRobotics
Рет қаралды 14 М.
AB05. Rockwell RSLogix 5000 & Studio 5000 Sequence Control Programming
25:00
Electrical Automation Hands-On
Рет қаралды 17 М.
Data Manipulation In RSLogix 500 Part 1
17:58
KletteTech
Рет қаралды 4,3 М.
RSLogix Tutorial on Move Instructions Part 1
10:17
ladiesandtech
Рет қаралды 30 М.
RSLogix 500   Advanced Programming   Analog Input Circuits
9:07
Robert Roach
Рет қаралды 109 М.
Introduction to Timer On Delay using RSLogix 500
11:31
KletteTech
Рет қаралды 63 М.
Allen Bradley PLC Sequence Programming Tutorial.  MOV Decimal Part 1
18:12
ТАМАЕВ УНИЧТОЖИЛ CLS ВЕНГАЛБИ! Конфликт с Ахмедом?!
25:37