Introduction: PLC is the core of automation equipment development and a commonly used controller in industrial control. How to learn it systematically? Learning in stages from simple to difficult can be divided into switch quantity learning, analog quantity learning, and communication control. At the same time, you need to master the design of the host computer (human-machine interface).
How to learn PLC systematically from scratch? I will use my own experience to illustrate. For fresh graduates, they have the basics or theory, but lack practice. When you first start working, the company will definitely not have big projects or new projects for you to do. Generally, you will use the old machines to modify and practice. You must seize this opportunity. There is no pressure at this stage. Here you can remove each electrical component at will and learn how to control it separately.
I have also gone through this stage. To be honest, this period was very difficult or helpless. No one would help you to look up all the relevant information on the Internet and look for instruction manuals, operating manuals, etc. What you learn here is your own.
PLC is the core of automation equipment development and a commonly used controller in industrial control. How to learn it systematically? Learning in stages from simple to difficult can be divided into switch quantity learning, analog quantity learning, and communication control. At the same time, you need to master the design of the upper computer (human-machine interface).
1. Switching quantity
Switch quantity is the simplest, with two states, ON and OFF. The basic unit of PLC is switch quantity control, whether it is input or output. Input can be divided into low-frequency and high-frequency input switches according to the switching frequency. Low-frequency switches → various switch buttons such as buttons, knobs, travel switches, proximity switches (can also be high-frequency), various relays, etc. High-frequency switches are very fast switching frequencies such as pulse input → encoders. Output is also divided into high and low frequencies. Low-frequency output often controls some switches such as relays and contactors, and high-frequency output is generally high-speed pulses. You need to understand and master the wiring methods for these things, including two-wire, three-wire, four-wire, etc., and also pay attention to the type PNP or NPN.
2. Analog
The input and output of the equipment are not only switch quantities, but also analog signals. For example, the output of various sensors (displacement, temperature, electrical signals, pressure) is given in the form of analog signals. The control of various equipment requires analog control, such as frequency converters, rectifier cabinets, pressure valves, etc. Analog signals are generally composed of voltage and current signals, commonly used 0~10v, 0 (4)~20ma. These signals are the expressions of various quantities. You need to perform data conversion in the PLC. For example, if the frequency of the frequency converter is 30.00Hz, you cannot directly let the PLC output this frequency value. You have to convert it into a digital quantity first. The digital quantity is converted into an analog quantity through the DA module to control the frequency converter. Speaking of this, the basic unit of the PLC generally does not have analog quantity, and expansion modules such as AD and DA modules need to be added.
3. Communication
After you have mastered the switch and analog control of PLC, you also need to know communication control. The way of industrial control is to learn until you are old, and constantly learn new knowledge. Communication is simply to use a certain communication protocol to connect PLC and equipment. All signals of the equipment can be controlled by sending instructions through PLC, without switches or analog quantities. For example, the start and stop of the equipment, the size of the control quantity, and data monitoring can all be completed through communication, and the wiring is simple. Here you need to master the relevant communication protocols, as well as the function codes of the equipment, and have a certain computer foundation, including the conversion of various types of data.
4. Host computer (touch screen)
The host computer is the status display and control of your PLC. Using a host computer can save many buttons on the control panel and it is also beautiful. The important thing is that for equipment controlled by PLC, you can directly control and modify equipment process-related parameters on the host computer. You need to master the programming of the host computer, including interface design, PLC status and value settings to cooperate with PLC for control.
Basically, after mastering these four categories, you can start developing automated equipment. This is a gradual process. Don't be impatient. Be patient and persistent. You can basically master it in about a year.
Previous article:Siemens TIA Portal PLC: Implementation of GRAPH sequence controller call
Next article:How to choose PLC What to consider when choosing PLC
Recommended ReadingLatest update time:2024-11-16 09:29
- Popular Resources
- Popular amplifiers
- Huawei's Strategic Department Director Gai Gang: The cumulative installed base of open source Euler operating system exceeds 10 million sets
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- Sn-doped CuO nanostructure-based ethanol gas sensor for real-time drunk driving detection in vehicles
- Design considerations for automotive battery wiring harness
- Do you know all the various motors commonly used in automotive electronics?
- What are the functions of the Internet of Vehicles? What are the uses and benefits of the Internet of Vehicles?
- Power Inverter - A critical safety system for electric vehicles
- Analysis of the information security mechanism of AUTOSAR, the automotive embedded software framework
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Can a 100A current flow through a PCB? Tips for setting up high current paths
- hcnr201 isolation circuit problem
- recruitment
- Boot hardware settings
- 2.5V to 6V Input 1.5MHz 2A DC Step-Down Circuit
- 【CODING TALK】How would you implement a queue?
- RVB2601 Development Board Quick Start Guide
- How to input xy coordinates for hole location in pads packaging
- Strange behavior of Firefox browser
- Detailed explanation of ADC function in C8051F020 microcontroller