A, operating environment to ensureSince the PLC for precision electronic products, automation and control system requires long uninterrupted run, thus PLC environment demanding, dust-proof, fireproof, waterproof, heat, lightning, electrical control room general arrangements have double glazing, install water cooling air-conditioning on the second floor, electronic room temperature control in 28 degrees; Dust is the PLC … Continue reading PLC maintenance essentials and fault analysis
Tag: plc tutorial
Instruction of PLC concepts
Instruction is the PLC to be told what to do, and how to do code or symbol. Text and graphic symbols usually two.Writing code for commonly used mnemonic form, known as the PLC statement table of instructions. It is similar to a computer's Assembly language, Ruby's initials and the number represents the corresponding directive.Graphical symbols … Continue reading Instruction of PLC concepts
Basic terms of PLC concepts
In order to State, it is necessary to learn more about ladder diagram of common terminology.(1) the ladder diagramLadder diagram of PLC program is a simple and easy to understand form. It comes from electrical schematic diagram of relay control systems, programming in schematic form the logical process of the directive, it is sometimes also … Continue reading Basic terms of PLC concepts
PLC Basic programming steps
To write a PLC program can be carried out according to the following steps:1. Process analysisPLC control object work and control requirements are analyzed, to clarify the following questions:1) how to start the process? The goal is how to further implement?2) correspond to how input and output? On the timing and what are the characteristics?3) … Continue reading PLC Basic programming steps
The programming method of PLC
There are three commonly used programming methods: empirical method, the analytical method and the graphical method1. Empirical methodThe so-called "experience" programming is the use of one's own or others ' experience. This method requires the user to be familiar with basic circuit conditions, grasp the basic principles of design of ladder diagram and programming skills … Continue reading The programming method of PLC