Traffic Light with Pedestrian Crosswalk PLC Program

Поділитися
Вставка

КОМЕНТАРІ • 23

  • @chadatkins1645
    @chadatkins1645 Рік тому

    I liked the count structure of your program. I see one issue: When the walk button is pressed during the amble light transition the walk sign starts rapidly flashing. Pushing the walk button on an amble light should have the same walk delay as pressing during a green light.

  • @reyna683
    @reyna683 3 роки тому +2

    Wow, you are awesome! I'm so thankful you have put this together for us to learn. Thank you.... thank you..... thank you!

    • @PLCprogrammer
      @PLCprogrammer  3 роки тому

      You’re very welcome. I am open to suggestions on new videos.

    • @kuuhakuichinose1498
      @kuuhakuichinose1498 Рік тому

      @@PLCprogrammer sir, thank you very much for teaching us traffic simulator. I really need this for my EE assignment but unfortunately I can't see the full ladder diagram. Could you please share it with us or a link to the logixpro file? Thank you so much sir🙏

  • @s0mn4r18
    @s0mn4r18 3 роки тому

    at rung 8, should the Equal Source be C5:3 .ACC instead of C5:1 .ACC?

  • @FollowerofYahuwah
    @FollowerofYahuwah 3 роки тому

    On rung 007, what is the bit address to cause the lights to flash and how does it work? Thanks

  • @dragonking1881
    @dragonking1881 3 роки тому

    I have this problem where I don’t even need to press the buttons for the walk signs to activate. Can you help?

    • @PLCprogrammer
      @PLCprogrammer  3 роки тому

      If you don't press it, then it has to be part of a cycle. When you are in that cycle (or in that range using a single timer, see my first video), you introduce additional output(s) for the walk signal.

  • @Nicofish2023
    @Nicofish2023 7 місяців тому

    Hello thanks please how to contact you

  • @madhavdoiphode8334
    @madhavdoiphode8334 3 роки тому

    Sir please make one video programme on 4 way trafic signal using 4 green red amber control

    • @madhavdoiphode8334
      @madhavdoiphode8334 3 роки тому

      Using single timer

    • @CaptainSeamus
      @CaptainSeamus 3 роки тому

      @@madhavdoiphode8334 2 outputs instead of 1. Simple addition of those 6 additional lights.

  • @kirtzmanvir2755
    @kirtzmanvir2755 3 роки тому

    mine seems aint working geez

  • @yewhanglong5255
    @yewhanglong5255 4 роки тому

    Pls attach full ladder diagram tq

  • @viktors9800
    @viktors9800 2 роки тому

    Thank you for such excellent videos! I have one question, if you do not mind. Do you have any reason (apart of "habit")
    to not use Sequential Flow Diagram?
    I am not professional PLC programmer - I am Java programmer. I found programs written in Ladder Logic, Instruction List and
    Structured Text languages difficult to conceive ... and even more difficult to write from a scratch. But I have no such
    "mentality loop" with SFC programs.

    • @iliapopovich
      @iliapopovich 2 роки тому

      If you haven't ever done boolean algebra and logic gates it should be difficult for you to understand how actually computers work. Programming in Java or C# isn't so difficult, because they're languages that you've to learn and even children can do it, as I was programming in BASIC as a kid without actually knowing how the machine understands my language. PLC programming is a completely different subject, it's mostly based on logic gates and on/off states as computers use 1 and 0. To become a real PLC programmer you need to study Boolean logic first of all.

  • @loganpledger2667
    @loganpledger2667 Рік тому +2

    How about you show the entire program. Vid isn’t helpful at all.

  • @techingo9636
    @techingo9636 3 роки тому +2

    RUNG 11?

    • @PLCprogrammer
      @PLCprogrammer  3 роки тому

      Sorry about confusion. Rungs 1-7 follow the same logic as 8-14. 4:55

    • @CaptainSeamus
      @CaptainSeamus 3 роки тому

      @@PLCprogrammer at 10:31 you show the top part of rung 11 - but is it me or is it incorrect in that it ought to be B3:0/3 as the XIO instead of B3:0/1 ?
      All in all a great video!

  • @garrettfreeland3391
    @garrettfreeland3391 4 роки тому +1

    dude you didnt show rung 11

    • @PLCprogrammer
      @PLCprogrammer  3 роки тому

      Sorry about confusion. Rungs 1-7 follow the same logic as 8-14. 4:55

    • @loganpledger2667
      @loganpledger2667 Рік тому

      @@PLCprogrammerthis doesn’t help at all. Bad video.