How to use NO, NC Contact in PLC Ladder Programming ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • When you beginner in PLC programming and confused where to start PLC program and how to make Ladder logic and how to design network, i hope this video really help you a lot. We will also upload total series of PLC program step by step. Here in this video you will learn about how to use NO, NC contact in network ladder and latch contact in push button type inputs.
    For any more details please visit our below links.
    1. Facebook : / automationrev
    2.Twitter: / automationrevo1
    3. Website :plc-scada-dcs.b...

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

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

    I'm sorry if I'm wrong because I'm not an expert in PLCs, but as I understand the memory bits of a PLC simulate physical switches and push buttons. By their nature, the bits are in state (0), which is why a MAKE command coincides with a switch that changes from an open state (0) to (1) when the switch is pressed by user, but this does not happen with a BREAK command that in order to is valid, the PLC memory bit which, as we said, is in a normal state (0) should become (1), that is why the electrical continuity of the circuit does not coincide with the logic BREAK command of the PLC, which in order to be valid, the memory bit must from (0) to (1) when the user presses the switch. I hope I didn't make the situation worse.

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

    very interesting and good explain sir.thank you hope more tutorial.

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

    Sir please upload a 200smart encoder control and v90 with PTIor turq control

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

    nice information and video for begineers

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

    We can not use two output at one rung
    I think it may be wrong

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

      Hi You can use two outputs in one rung it's totally depends upon condition.

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

    Sir,
    Can you please do the question by using a NC switch to start and NO switch to stop ?

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

      +Arjun Thomas You can use Positive and Negative trigger bit as set and reset and from that memory bit you can make NC as start and NO for stop.