STEP 7 hardware configuration task

The PLC control system design of the early, first of all, should according to the system input and output signal properties and points, and the function of the control system requirements, determine the hardware configuration of the system, such as types of CPU module and power module and need to which input / output module … Continue reading STEP 7 hardware configuration task

PLC ladder programming sequence control

Learning PLC programming, we often encounter the sequential control, but how to make plc ladder diagram,there is  example Shuttle program.The initial state of the car parked in the middle (limit switch X0 is pressed, the normally open contact closure),Press the Start button (X3 closed), the car began to follow the direction shown to reciprocate when … Continue reading PLC ladder programming sequence control

how to program Power Delay on and Power loss delay off PLC ladder diagram

When the X0 is turned on, the timer T1 starts to delay, after 2S Timer T1 normally open contact closure (set point signal), hold instruction make the Y0 power and hold; When the X0 is off, the timer switch on T2 (normally open contacts at Y0) start delay, 4S timer T2 normally open contacts (reset … Continue reading how to program Power Delay on and Power loss delay off PLC ladder diagram

How to make the system start PLC ladder diagram Program

when your learn plc programming , you must need plc system start up. PLC system start up  include    Start self-locking, without self-locking.but how you choose the ladder diagram?If the hardware buttons circuit with a reset function you need to use with self-locking startup programs; If the hardware buttons circuit without  a reset function you need … Continue reading How to make the system start PLC ladder diagram Program

How to use PLC control Motor starting voltage Ladder Diagram

Press the start button SB2, contactor KM1 coil get electricity and self lock, KM3 coil power, which normally open the main contact closure, motor access power supply, and Y connection to start running. At the same time, the time relay KT coil power, after the delay, the normally closed contact is disconnected, cut off the … Continue reading How to use PLC control Motor starting voltage Ladder Diagram

how to get a signal PLC ladder program

PLC programming often need to use different commands to obtain different information on the switchthis is plc programming examples1. Get information on the rising edgeTo obtain information on the rising edge of the input signal by the transition instruction, contacts and trigger rising edge pulse2. Get information falling edgeTo obtain information on falling edge the input … Continue reading how to get a signal PLC ladder program