1. The switching quantity is also called the logical quantity, which means that there are only two values, 0 or 1, ON or OFF. It is the most commonly used control, and controlling it is the advantage of PLC, and it is also the most basic application of PLC.
The purpose of switching control is to make the PLC produce the corresponding switching output according to the current input combination of the switching quantity and the historical input sequence, so that the system can work in a certain order. Therefore, it is sometimes referred to as sequential control. Sequence control is divided into manual, semi-automatic or automatic. There are three types of control principles adopted: decentralized, centralized and mixed.
2. Analog quantities refer to some continuously changing physical quantities, such as voltage, current, pressure, velocity, flow, etc.
PLC is developed from the introduction of microprocessing technology in relay control, which can be easily and reliably used for switching control. Because the analog quantity can be converted into digital quantity, and the digital quantity is only a multi-bit switching quantity, the converted analog quantity can also be reliably processed and controlled by PLC. Since continuous production processes often have analog quantities, analog quantity control is sometimes referred to as process control.
The analog quantity is mostly non-electric quantity, while the PLC can only handle digital quantity and electric power. All the conversions between them need to be sensors, which convert analog quantities into digital quantities. If the amount of electricity is not standard, it must go through the transmitter to turn the non-standard amount into a standard electrical signal, such as 4-20mA, 1-5V, 0-10V and so on.
At the same time, there is an analog input unit (A/D) to convert these standard electrical signals into digital signals; Analog output unit (D/A) to convert the digital quantity processed by the PLC into an analog quantity - a standard electrical signal.
Therefore, the conversion between standard electrical signals and digital quantities requires various operations. This requires a clear understanding of the resolution of the analog unit as well as the standard electrical signal. For example:
The resolution of the PLC simulation unit is 1/32767, the corresponding standard electricity is 0-10V, and the temperature value to be detected is 0-100°C. Then 0-32767 corresponds to a temperature value of 0-100°C. The number corresponding to 1°C is then calculated to be 327.67. If you want to be accurate to 0.1°C, you can use 327.67/10.
Analog control includes: feedback control, feedforward control, proportional control, fuzzy control, etc. These are the calculation processes of the digital quantities inside the PLC.
3. The pulse quantity is a digital quantity whose value always changes alternately between 0 (low level) and 1 (high level). The number of times a pulse alternates per second is called frequency.
The purpose of PLC pulse quantity control is mainly position control, motion control, trajectory control, etc. For example, the application of the number of pulses in angle control. The subdivision of the stepper motor driver is 10,000 per revolution, which requires the stepper motor to rotate 90 degrees. Then the pulse value to be operated = 10000/(360/90) = 2500.
|
More on that
|
and Nesbitt DCS - the difference between SCADA and DCS and PLC
To put it simply, DCS is mainly used for process automation, PLC is mainly used for factory automation (production lines), and SCADA is mainly for wide-area needs, such as oil fields and pipelines that stretch for thousands of miles. If from the point of view of computers and networks, they are unified, and the reason for the difference is mainly in ...
|
|
Hollysys PLC - common faults and solutions of CNC machine tool PLC
CNC machine tool PLC (programmable logic controller) has the following common faults in the operation process, and the following corresponding solutions are taken for the faults in the work engineering to make the equipment operate normally.
1. The power grid fluctuates too much, and the PLC does not work
It is manifested as no output of the PLC. Check first ...
|
|
Hollysys released a new 100% localized system
On the morning of October 20, 2021, at the Epec Industrial Products Exhibition, Hollysys released a new 100% localized system - 'HOLLiAS MACS IC fully autonomous and controllable DCS system'.
The system integrates the controller microkernel architecture independently developed by Lisi, embedded ...
|
|
Hollysys PLC - common causes and treatment methods of PLC failures in operation
1. Peripheral circuit component failure
This type of failure often occurs in the failure of the PLC after a certain period of work. In the PLC control loop, if there is a component damage fault, the PLC control system will immediately and automatically stop working.
The input circuit is a PLC that accepts switching quantities, analog ...
|
|
Hollysys DCS - Introduction to I/O in DCS control system
The control system needs to establish the input and output channels of the signals, which is called I/O. The I/O in a DCS is generally modular, with one or more I/O channels on one I/O module for connecting sensors and actuators (control valves).
The control unit of the DCS: a process control station is ...
|
|
Hollysys DCS - the selection, design and debugging of DCS system
1. The configuration of the system and controller should focus on reliability and load rate (including redundancy). The communication load rate must be controlled within a reasonable range, and the load rate of the controller must be balanced as much as possible to avoid the occurrence of "high load" problems.
2. The distribution of system control logic should not be too much.
|
|
and Lisi PLC - the difference between PLC control system and relay control system
(1) From the point of view of control methods
The control logic of the electrical control system adopts hardware wiring, and the series connection or well connection of the electrical mechanical contact is combined into the control logic, and the connection is complex, large in size, and in large power consumption, and it is difficult to change or increase the function after the system is formed. Other than that...
|
|
Hollysys PLC - What are the communication methods between PLC and inverter?
1. The switching signal of PLC controls the inverter
The output point and COM point of the PLC (MR type or MT type) are directly connected to the STF (forward start), RH (high speed), RM (medium speed), RL (low speed), and SG input ports of the inverter. PLC can control the frequency conversion through the program ...
|
|
Hollysys DCS - What is DCS distributed control system?
DCS is the English abbreviation of distributed control system (Distributed Control System), distributed control system is referred to as DCS, which can also be literally translated as "distributed control system" or "distributed computer control system". The decentralized control system is based on the microprocessor, and the control function is decentralized.
|
|
Hollyps PLC - the control method of PLC and frequency converter connection
1. Use the analog output module of the PLC to control the analog output module of the inverter The analog output module of the PLC outputs a 0-5V voltage signal or a 4-20mA current signal, which is used as the analog input signal of the inverter to control the output frequency of the inverter. This control method is simple to wiring, but it needs to be selected and changed.
|
|
What are the characteristics of Hollysys PLC - PLC program?
1. Correctness (low debugging cost)
First of all, the PLC program must be able to work correctly to meet the requirements of the actual control process. This is the essence of the PLC program, and if you don't do that, nothing else makes sense.
2. Reliability (low maintenance cost)
Not only to ...
|
|
HollySys PLC - What are the design requirements that need to be met for PLC programs?
Simplicity
Make the PLC program as simple as possible. Simplicity means using a standardized procedural framework as much as possible and using simple instructions as much as possible.
If you want the program to be simple, in a big way, you should optimize the program structure, simplify the program with process control instructions, and ...
|
|
Hollysys PLC – PLC programming advice
(1) When the PLC and the host computer (or touch screen) form a monitoring system, there are many times when there are "manual", "automatic" and other control modes on the screen (generally when there is only one multiple). You can use the "MOV" command in the program. For example, when "manual" is selected, the constant 1 MO ...
|
|
Hollysys PLC - the importance of PLC industrial gateway
1. Realize remote control of industrial field equipment;
2. The PLC industrial gateway realizes remote upgrade of equipment firmware, downloads the program, and can flexibly access various equipment management platforms;
3. Realize remote control of industrial site touch screen and remote mapping of configuration screens;
4. PLC industry ...
|
|
Hollysys went to Shaanxi Traffic Control Group for a discussion and exchange
In order to further strengthen the comprehensive cooperation with Shaanxi Traffic Control Group, on August 11, 2022, Xu Yue, Chairman and Co-President of Hollysys Group, visited Zhang Wenqi, Secretary of the Party Committee and Chairman of Shaanxi Traffic Control Group, and the two sides conducted in-depth exchanges and cooperation on topics such as business ecology and smart highways.
|
|
Hollysys PLC - the output wiring of PLC
(1) There are three forms of programmable controller: relay output, thyristor output, and transistor output.
(2) The wiring of the output terminal is divided into independent output and common output. When the output relay or thyristor of the PLC is activated, the two output terminals of the same number are turned on. In different groups, you can ...
|
|
Hollysys PLC - Electrical troubleshooting of PLC control loop
In general, PLCs are extremely reliable devices with a very low failure rate. The probability of hardware damage such as the CPU of the PLC or software running errors is almost zero; If the PLC input point is not caused by strong current intrusion, it will hardly be damaged; The normally open point of the PLC output relay, if it is not a short circuit of the peripheral load ...
|
|
Hollysys PLC - PLC maintenance and use skills
With the development of society, PLC programmable controller has been widely used in industrial production, but its maintenance and overhaul methods and skills, many engineers are not lawful, the following is to introduce the experience and skills of PLC use process.
1. PLC input and output
A ...
|
|
Hollysys DCS——What should I pay attention to when cleaning the DCS system?
1. Power off
2. Cleaning the ash can not only clean the surface, but also clean the internal card key of the controller
3. If there is a supporting UPS, open the UPS and clean the ashes
4. After cleaning the ash, check whether the card and relay are loose, and tighten them if they are loose
5. The relays with frequent actions should be cleaned regularly.
|
|
Hollysys PLC - What is the use of the PLC interrupt function?
PLC understands the interrupt function in this way, when understanding the interrupt, we must first understand the PLC operation cycle or the scanning cycle, it is necessary to say that the PLC sequential control cycle execution process, which is the premise of understanding the interrupt, must be mastered, divided into three parts, input processing, program processing, output ...
|
|