The power supply module of S7-400 provides 5V DC and 24V DC power supply to each module through the back board. Output current ratings are 4A, 10A, and 20A. PS 405 of the input for the DC voltage, PS 407 of the input for the DC voltage or AC voltage, S7-400 with a redundant function … Continue reading S7-400 power module
Category: plc program
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
STEP 7 hardware configuration tool HW Config
Select the SIMATIC manager on the left side of the station, double-click the right window of the "hardware" icon, open the hardware configuration tool HW Config (1) hardware directoryYou can use the menu command to "view", "directory" or the button on the toolbar to open or close the hardware directory window on the right. Select … Continue reading STEP 7 hardware configuration tool HW Config
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
Sequence delay control PLC ladder diagram Program
plc programming often using timers and counters for Sequence delay control.After X0 is turned ON,begin delay, after 10s Y0 turn on, after delay 20s Y1 turn on, after 30s Y2 turn ON. http://www.plchelpcenter.com/2016/07/10/sequence-delay-control-plc-ladder-diagram-program.html
how to program long delay PLC ladder diagram
When plc programming often need several hours, or even longer delay, the best way is series timer, or PLC internal counter.Using the timer series Can be a long delay, in essence, it is to allow multiple timers turn ON, delay time is Accumulating multiple timer settings. Serial time delay Set time of the timer T1 … Continue reading how to program long delay PLC ladder diagram
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






