Conveyor Data Handling - PLC Programming Cookbook

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Hey Controls Champions!
    We often want to track part data as those parts flow through a conveyor system. This video shows how to do that in a PLC with ladder logic, and a bonus operator station with buttons and lights.
    Download the sample files here: www.breen-mach...
    Check out the rest of the PLC Programming Cookbook here: • PLC Programming Cookbook
    Like what you see or want to see something else? Comment and share your thoughts. Be sure to subscribe and ring that bell to see more content as it comes out.
    Keep on reaching!
    Your Breen Machine Team

Комментарии • 2

  • @sofianetidjani
    @sofianetidjani 2 месяца назад

    How about the duration of the one shot, isn't it safer to keep the one shot duration short enough in order for the normally closed contact of the one shot to be true for latch to keep the light on ?

    • @breen-machine
      @breen-machine  Месяц назад

      I'm not sure what you mean. A one shot, by definition, stays on for one scan of the program. Ever part of the program will see the bit high exactly once before it goes low again. If you're talking about the pushbutton one shots (ie PassPB_OS), only one branch of the rung is active at a time, depending on the state of the one shot. That's how we want it to work.