LD 11 - Motors Start with Interlock - Easy PLC Programming Tutorials for Beginners

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

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

  • @elewojo
    @elewojo 3 ปีที่แล้ว +4

    I've been rifling through your videos right now after work. My boss thinks I'm a genius because I'm figuring stuff out so fast lol. Thank you so much.

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

      LoooooL
      U know e j, going through non-entertaining videos after work is an act of super hard worker and a genius attitude to me 👌

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

      NPC

  • @ivanxie8192
    @ivanxie8192 5 ปีที่แล้ว +8

    Great tutorial, I learned so much from this simple example! Fantastic teacher!

  • @gametabulas
    @gametabulas 4 ปีที่แล้ว +6

    Loved it. I am taking evening classes for automation and was looking for videos for research. This is very clear and to the point video.

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

    Thans for this
    understandable lesson.Greetings from Turkey

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

    thanks to this video I managed to pass exam from PLCs. Tnx a lot dude

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

    Excellent explanation! One of the best among all PLC ladder logic videos on youtube! Thank you so much for helping out people like me.

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

    Really good tutor you are! I am exactly the one like your video title “beginner” and found perfect tutor for this course. Please keep upload latest and complex problems.

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

    You're a naturally born teacher. Getting people to learn from the roots.

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

    you are very beatuful teacher. thank you Ali

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

    Thank you for your time and help!🥰

  • @vongchanhxiong821
    @vongchanhxiong821 5 ปีที่แล้ว +3

    Very good translating from English to Binary.

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

      Appreciate it Khosiabtshaj :-)
      Of course there are many methods to approach these concepts but I found this translation method the most straight forward.

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

    I really love your explanations, thanks

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

    Thank you so much sir

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

    Good lectures

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

    Thank you very much

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

    Design a PLC program and prepare a typical I/O connection diagram and ladder logic program
    that will correctly execute a timber pressing system. The process presses three timber plates to
    for one thicker timber.
    The sequence of operation is as follows:
    Thinner timber plates are placed on the conveyor manually as long as space is available to place
    on the conveyor. The conveyor moves the timber plates to a point A where a robot is used to pick
    3 timber plates sequentially and place on the pressing plate. In between the timber a machine
    sprays glue on each. The pressing machine presses it for 6minutes then the robot puts the pressed
    timber back on the same conveyor and continues this way.
    The robot is operated by three motors, two for motion one for grabbing. One motor to move the
    base arm up and down, one motor to rotate the base arm right and left and the third to grab or
    release the object. The vertical and rotational motions are restricted by two limit switches for
    each. The is a limit switch on the grabber which switches on when it presses on the surface to
    pick drop the timber. The timber pressed should also be counted to know the production size. The
    process is started by a start button and stopped by a stop button.
    There will be stoppage of the conveyor for the process to operate properly. A position sensor is
    also installed at the base of the robot to detect the arrival of a timber.

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

    Thank you that was very helpful! please solve more examples

    • @ALiALi-yu1nl
      @ALiALi-yu1nl 5 ปีที่แล้ว

      Thank U Sarah, I’ll do my best

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

    Such a explanation.. Big thanks

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

    Clearly explanation. Respect

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

    Hi Ali, I am also confused why you used normally open for STOP even though you mentioned that "If at any time the STOP (normally closed momentary) button is depressed, both motors will stop."

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

      Hey Bert,
      We need to agree on the terminology.
      Inside the software, we use instructions and these instructions has names.
      Based on this, the instruction used with Stop is not called normally open. It’s is called Examine If Close [XiC]. We used XiC referring to STOP as STOP is Normally Closed and we want this instruction to be TRUE as long as STOP is not pressed and will allow us to start the motors. Anytime the STOP is pressed; as a switch, it will change to the Open state and the XiC referring to it will change to False and this will break the rung and stop both motors.

  • @GobeshonaBD
    @GobeshonaBD 5 ปีที่แล้ว +7

    Make videos on profibus communication with Siemens PLC.

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

    Thanks for sharing these lessons, very helpful am learning a lot....but I think am a bit lost Ali...please explain how the M1 will start when only start-1 is pressed and the stop is XiC (N.O)?

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

      Hello Brian,
      We are using an XiC with STOP to keep this instruction True as long as Stop is not pressed. This is important because it clears the way to start M1 when Start is pressed. We are going with XiC with STOP because it is NC and this will maintain this XiC in the TRUE state - not breaking the rung - as long as STOP is not pressed.

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

      @@ALiEALiPLCProgrammingTutorials Oh the stop xic in N.C...i get it now

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

    For anyone asking isnt that stop button supposed to be nc yes it should be... however this typr of program confuses begginer because the condition ia that when its is pressed it test if it isnt and its a negative of a negative in other words a is suposed to be b and b suposed to be a

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

    nicely explained

  • @Nicofish2023
    @Nicofish2023 5 ปีที่แล้ว +4

    Please can you make more exercises like this one .

  • @Sami-bc9iv
    @Sami-bc9iv 4 ปีที่แล้ว +1

    good job

  • @mike-EE
    @mike-EE 4 ปีที่แล้ว +1

    great video, but a stopp button has always a NC(normally closed) sign. while yours is NO(normally open)
    The m2 kontakt that turns off the "m1" is normally closed, that sign should used in the stopp button

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

      Thanks typical.
      please note that the instruction associated with the Stop within the program is neither NO or NC. Stop itself is a NC switch. However, within the program and for order for it to function as a stop or de-energizing function, we are associating it with an Examine-if-Close instruction. In other words, when we are building our program we talk INSTRUCTIONs. Which instruction to use depends on the input device that we are dealing with.

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

    Mashallah HAQ ALI🌹🦁

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

    Great video but i have a question i cant seem to find an answer to.
    Maybe i'm thinking of it like a physical circuit too much, but @6:52 how does a NO(XiC) stop the motors when pressed?
    This looks like something that has broken the circuit and needs to be held down to continue.

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

      Thanks Ross,
      When U want to choose the correct instruction [XiC or XiO] to be used with a STOP or DE-ENERGIZE input, U need to remember that this instruction has to be ALWaYS True as long as this input is in it’s Default state. Based on this and knowing that Stop is Normally Closed button, we need to choose XiC with it as this will maintain this instruction in the TRUE state as long as Stop is not pressed. When Stop is pressed, it will change to Open state and this will change the XiC instruction to False - hence breaking the rung and de-energizing the outputs.

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

    Great tutorial

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

    I go to Nait, Thank you!

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

    Thanks for the amazing vide, had one small doubt, shouldn't 'STOP' be XIO, as in general conditions it should be conducting and when we want to stop giving M1 and M2 an output we can energise 'STOP' and open the respective switch?

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

      Hello RITHVIK.
      If we associate the STOP with an XIO, you tell me what would the state of this instruction always going to be as long as STOP is not pressed

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

      @@ALiEALiPLCProgrammingTutorials The stop which is normally a n/c push button will be a nc which will allow current to flow when it is not pressed as otherwise when you press the start how will current flow?

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

      Daniel, U are discussion the Stop from an “Electrical” point of view. We shouldn’t ignore this of course when it comes to programming. As a matter of fact, the same analogy applies but from a logical programming perspective. We need the rung and specifically the stop or the off section to be always true to allow the energizing of an output. From this perspective, the NC Stop switch need to be tied to an XIC instruction which will be always True as long as Stop is not pressed because the XIC always return True as long as it’s tied to a Closed switch. When Stop is pressed, XIC changes to False, it breaks the logic continuity in the rung and de-energizes the output.

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

    super lesson

  • @mrdecent-mc7qx
    @mrdecent-mc7qx 2 ปีที่แล้ว +1

    Can U explain Ladder diagram For to 2 way railway Gate Control at a Time By Automatic Mode

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

      I’d be happy to do so but I’ll need you to provide me with specific requirements and I’ll add this to my bucket list.

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

    Nice Tutorial

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

    If I want to send bottle in conveyor 1 next bottle have to send to another conveyor 2 and again same sequence how can I program in omron plc sir

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

    Hey Ali, are you still teaching at Nait?

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

      Not at the moment Mr. Calculus
      I love UR nickname 👌

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

      @@ALiEALiPLCProgrammingTutorials Thanks, Hey Ali, am graduating this year and I hope you reply to this comment. Would it be wise to get a Water and Wastewater technician certificate along with my instrumentation diploma? or computer eng tech with instrumentation diploma? Just wondering considering i know getting an electrician journeymen ticket is a great combo with an instrumentation diploma, but i am just wondering Water and Wastewater or computer eng tech would be worth doing too, thanks.

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

    Ur a beast

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

    initially the STOP was mentioned as NC...then how it is a NO at the end...i get the same result only when i use a NC contact fr STOP button in my program...please clarify

    • @HariKrishnan-xp3yc
      @HariKrishnan-xp3yc 4 ปีที่แล้ว

      I have the same doubt

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

      @@HariKrishnan-xp3yc well the doubt has got cleared by myself....if we use NC in plc wiring, in the ladder logic we r supposed to use NO...

    • @HariKrishnan-xp3yc
      @HariKrishnan-xp3yc 4 ปีที่แล้ว

      @@noohmuhammed633 Thank you

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

      Hari and Click&Cook Recipes; please note that the instruction associated with the Stop within the program is neither NO or NC. Stop itself is a NC switch. However, within the program and for order for it to function as a stop or de-energizing function, we are associating it with an Examine-if-Close instruction. In other words, when we are building our program we talk INSTRUCTIONs. Which instruction to use depends on the input device that we are dealing with.

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

    NICE

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

    I am still puzzled, whely the latching is normally open?
    Shouldnt it be normally closed..,?,
    How is it that normally open latching able to keep motor 1 running??

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

      You need to check earlier videos and we need to agree that the latching in not Normally open or Normally close. It is an Examine if Close [XIC] instruction that is referring to the output memory address. This is extremely important in understanding the logic used in building the program.

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

      Godric, I suggest you go check earlier videos about Ladder Instructions. you shouldn't look @ latching as normally open or even normally closed. IT is a computer instruction called Examine If Closed - XIC. Please go thru it and we can fill the gaps later on.

  • @Nicofish2023
    @Nicofish2023 6 หลายเดือนก่อน +1

    Please more videos sir

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

    Good sir

  • @GauravPatel-mt8vl
    @GauravPatel-mt8vl 5 ปีที่แล้ว +2

    develop a ladder logic diagram for a car door/seat belt safety system.when the car door is open or seat belt is not done up,the ignition power must not be applied.if all is safe then key can start the car?please make a video on this please

  • @Bendgy-FHD
    @Bendgy-FHD ปีที่แล้ว

    🥰👌

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

    In rung 0, for either or condition you put it in series and then again in rung, you put it in series for "and" condition. M confused.

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

      Shashank, please rethink the solution using the following summary of concepts:
      1- if U have 2 or more conditions with an AND relationship to ENERGIZE an output, these conditions will have to be in Series with each other.
      2- if U have 2 or more conditions with an OR relationship to ENERGIZE an output, these conditions will have to be in Parallel with each other.
      3- if U have 2 or more conditions with an OR relationship to DE-ENERGIZE an output, these conditions will have to be in Series with each other.
      4- if U have 2 or more conditions with an AND relationship to DE-ENERGIZE an output, these conditions will have to be in Parallel with each other.
      Please do NOT try and memorize the 4 rules above. They are meant only to help us choose correct arrangement among instructions we are using [ series or parallel ]

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

      @@ALiEALiPLCProgrammingTutorials Thank you

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

      @@ALiEALiPLCProgrammingTutorials Concept you laid out is true, but I think you said "OR" for first rung and put in series, so shouldn't you be saying "AND for both first and second rung if you are using series? I am confused a little too

  • @g.a.b.4914
    @g.a.b.4914 2 ปีที่แล้ว +1

    Nice example, but your explanations of the logic are inconsistent. Perspective is normally provided from an energized or circuit ON/Active point of view. A normally closed switch is closed (or TRUE) when logic is '0', and opens (disconnects circuit, FALSE) when logic is "1". Thus, the series connection that you show with STOP and M2 to disconnect M1 is a logical AND, both conditions have to be met, i.e.,TRUE) for STOP and M2 to provide path for M1 to conduct (be energized), while a parallel connection is a logical OR as either connection will allow the circuit to conduct through the associated path. In general, series means AND and parallel means OR.

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

      G.A.B, we can’t group all discussions in a single tutorial regardless how lengthy we make 😉
      I agree to most of what you said but the last statement needs additional illustrations. “And” is series when energizing and “or” is parallel when energizing. However, when de-energizing the discussion is inverted and for this I have created a new video LD24 - Instructions arrangements.

  • @Moments-In-Time6969
    @Moments-In-Time6969 4 ปีที่แล้ว

    hello what is the simulator are you using? how can i download a simulator ?

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

    I want continuous lecture

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

    is it possible to replace the stop swith with NC set to 0?

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

      Cili, I'm not sure I got your question.
      Stop is a NC closed switch that turns to open [0] when pressed to turn off M1 & M2.

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

      I think cili is right. If we say it's a NC contact so why dd we use a NO and then set it always on 1. Why not just use a NC & wen the stop button is pressed, it opens thed circuit and M1 & M2 turns off, just as how the question says.

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

    Please I want to learn plc programming

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

      Kabiru,
      PLCs programming is fun but it needs intensive training and some equipment and software. I recommend enrolling in some industrial or electrical program in a technical institution and this way you’ll have access to devices required.

  • @A_O-o3p
    @A_O-o3p 6 ปีที่แล้ว

    on 13:00 time your referring to stop as normally closed but its normally open contact I am so confused ? isnt that all e-stop are normally close contact ? please clarify

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

      Yea all e stops and stops should be normally closed.

    • @ALiALi-yu1nl
      @ALiALi-yu1nl 5 ปีที่แล้ว

      Ali, all through the problem the "Stop" button is given as normally closed and the solution is built accordingly.

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

      A stop doesn't have to be an XIO it's might also be an XIC.
      Don't think of is electrical diagram where current goes from left to right.
      Think of it as logics.
      regards

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

    Where can i join u Ali sir🙂🙏

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

    There will be NC of stop in the rung1.! 12:18

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

    Are plc's this easy

    • @ALiALi-yu1nl
      @ALiALi-yu1nl 5 ปีที่แล้ว

      Makombo Madzima , these topics are entry level but in general PLC programming is fun and not complicated :-)

  • @ransagark.c3039
    @ransagark.c3039 ปีที่แล้ว

    Forward Reverse star star ky banao

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

    Where is the M1 interlocking

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

      Shankar, M1 being energized is one of two conditions along with Start2 being pressed required to trigger M2.

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

    I have questions pleas😭😭

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

    sir this is a wrong ladder diagram

  • @sakthivel-yh6ei
    @sakthivel-yh6ei 5 ปีที่แล้ว +2

    speak clearly

    • @ALiALi-yu1nl
      @ALiALi-yu1nl 5 ปีที่แล้ว

      I’ll do my best Sakthi ;-)

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

    Not productive

    • @ALiALi-yu1nl
      @ALiALi-yu1nl 5 ปีที่แล้ว +2

      Feedback appreciated. I wish you can provide more specific details as this will help me improve my video products. Thanks.

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

    Urdu language use only plees