PLC Programming Interview Questions - Building a 2 Button Motor Starter System Ladder Logic RSLogix

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2018
  • PLC Programming Interview Questions - Building a 2 Button Motor Starter System Ladder Logic RSLogix
    Visit SolisPLC.com for more Tutorials, Information & connect with the Community
    There is a number of scenarios one can create to test PLC Programmers. One of the most simple, yet challenging for a beginner, questions is the famous motor starter. A simple system which utilizes two buttons and an output stumbles those who've little to no experience with PLCs. Furthermore, this question will reveal if the candidate asks the right questions, makes the correct assumptions and is able to reason through a simple assignment presented to him.
    Before you start implementing a solution to any problem, it's important to stop and think about the requirements. This is true in every field and especially controls. Spending a moment to reason your implementation will save you debugging time down the road.
    The problem is most commonly presented as follows. Two buttons are used to control a motor starter. One should start the motor and the other should stop the motor. In certain cases, the interviewer will specify the polarity of the buttons (Normally Closed or Normally Open) as well as the type (Momentary or Latched), but I personally wouldn't expect them to. This is where critical thinking comes in.
    Based on the specs mentioned above, you should start by asking basic questions to clarify the problem. Does the motor need to stay running when the "Start" button is released? Common sense would dictate so. If it's a maintained push button, the hardware will take care of it; if it isn't you'll need to consider it in code. Are the buttons normally open? In certain cases, the "Stop" buttons are always Normally Closed. This is due to the fact that you can easily use them in that state to build a hardware-based circuit. In other words, you don't need any programming at all and the current flows through the button terminals.
    Full Tutorial: solisplc.com/plc-interview-qu...
    Check out my Udemy PLC Class & Save! Click the link below or enter the coupon code “SOLISYTPROMO” to get the class for only 10$!
    www.udemy.com/plc-programming...
    Find us on social media:
    Web: solisplc.com/
    Forum: solisplc.com/forum/
    LinkedIn: / solisplc
    Facebook: / solisplc
    Instagram: / solisplc
    Twitter: / solis_plc
    Other Cool Content:
    HMI / PLC Fundamentals - Syncing & Sending PLC Time to HMI Terminal Mode Programming RSLogix 5000
    • HMI / PLC Fundamentals...
    HMI / PLC Fundamentals - Linking Studio 5000 Tags to a PanelView Plus 1000 HMI Terminal Tutorial
    • HMI / PLC Fundamentals...
    PLC Programming FOR Instruction - Logical FOR Loop Ladder Logic RSLogix Studio 5000 Example Tutorial
    • PLC Programming FOR In...
    PLC Programming BSR Instruction - Bit Shift Right Register Ladder Logic RSLogix Studio 5000 Example
    • PLC Programming BSR In...
    PLC Programming BSL Instruction - Bit Shift Left Register Ladder Logic RSLogix Studio 5000 Example Tutorial
    • PLC Programming BSL In...
    PLC Programming MSG Instruction - Send Data Between MicroLogix & CompactLogix PLCs Studio 5000 Guide
    • PLC Programming MSG In...
    PLC Programming CPT Mathematical Instruction - Compute Ladder Logic RSLogix Studio 5000 Tutorial
    • PLC Programming CPT Ma...
    Relevant Search Terms
    plc programming interview questions and answers, plc programming interview questions, plc programming motor control, plc motor control circuit example, plc programming buttons

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

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

    I've got my emulate up and running. Got some controllers ordered. Thanks for the videos, keep it up!

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

    Thanks so much Vlad I have just subscribed to your channel. Please let the interview series continue. Thanks again.

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

    Very nice of variety topics. Great zoom that I don't need to touch the screen with my nose.

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

    Nice and clear explanation.
    Thanks...

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

    Thanks

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

    Nice

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

    Thanks for helping spark my mind to think in different terms. Do you have any other Interview question videos?

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

      No, but I do plan to make more. Sorry about that.

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

    in the actual motor starter I cannot seem to get the buttons wired so that the green and red lights come on and then when the buttons are press the start light should go out and when the stop button is pressed the red light should go off. please assist.

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

      I would need more information to understand the application.

  • @jeffegg2
    @jeffegg2 4 หลายเดือนก่อน

    The problem with a latch is if you shut down the machine power, then turn it back on, it may "self start". very dangerous.