Realization of Traffic Accumulation Algorithm in DCS System of Thermal Power Plant

Abstract According to the different forms of the output signal of the flowmeter, an algorithm for calculating the cumulative flow in the DCS system of the unit is presented. The specific implementation of various flow accumulation algorithms in the TCS-3000 DCS system is detailed, and the accuracy in the DCS system of the unit is solved. Calculate the cumulative flow problem.

The thermal power plant not only has a complex production process, but also has a wide variety of working media (water, gas, oil, and coal, etc.), and has a variety of shapes. The flow rate measurement principles and methods used for the instantaneous flow measurement of the working fluid are numerous, and the thermal power plant index calculation and consumption Differential analysis and other application systems need to call up the real-time data of the cumulative flow of the working fluid, and objectively require different cumulative flow calculation methods based on the different principles of the flowmeter to be implemented in the unit DCS system.

Based on the analysis of various typical flow measurement applications in thermal power plants, the author proposes an algorithm for calculating the cumulative flow in the unit DCS system, and describes in detail the implementation methods of various flow accumulation algorithms in the TCS-3000 DCS system. It is proved that these algorithms are simple to implement and have high precision, which solves the problem that the DCS system of the unit can accurately calculate the cumulative flow.

1 time interval method

The main feedwater flow measuring element of a boiler in a thermal power plant generally adopts a long-radius nozzle. It uses the ISO5167-1 and GB/T2624-2006 standards for calculation, design, manufacture, and acceptance. The uncertainty of the outflow coefficient is not more than ±1% and it has a measurement accuracy. High, low pressure loss and long life, the measurement principle is shown in Figure 1.
The differential pressure transmitter measures the pressure difference at a certain position above and downstream of the nozzle to obtain the instantaneous mass flow qm[1]:
The time-integral operation of the instantaneous mass flow rate can be used to obtain the cumulative flow value. There are two methods that can be used to implement the integral operation in the DCS system: Define the timer interrupt task in the data processing unit (DPU) every 1s Calculate the cumulative amount of flow change ΔQ, then the total flow Qn = Qn - 1 + ΔQ, where Qn - 1 is the cumulative value of the flow until the last second, Qn is the cumulative value for the current second, and finally Qn - 1= Qn repeats the incremental accumulation operation. For a DCS system (such as the TCS-3000DCS system) that does not have the ability to define a scheduled interrupt task, the traffic accumulation algorithm can be added to the DPU continuous task. The operation principle of the traffic accumulation algorithm is similar to the previous method, except that the system is in real time. The clock must be provided by the DCS system. The time interval between two scans of the program must be determined according to the query method. The cumulative amount of traffic changes is calculated according to the time interval. Because the query mode is used, the time interval is not a fixed value. The TCS-3000 DCS The cumulative algorithm logic implemented in the system using FBD function blocks is shown in Figure 2.

In Figure 2, "MoxGetTime" is the system time function block, which can provide the real-time clock value in the DPU module during continuous program scanning. The "MS" output represents the current millisecond value. The data type is integer and the value range is 0 ~ 999, when the new 1s starts, zero and re-count; "ANY TO REAL" is the data type conversion function block, which can convert the integer to single-precision floating-point number; "TP" is the pulse generator function block, When the operator needs to manually clear the cumulative flow value, click the "Reset" button (reset button associated with the variable MZH10DP101 R). The "TP" function block will generate a pulse width of 1s; the "ST TTL" function block is completed. The cumulative amount of change in traffic over a time interval.

According to Figure 3, the ST TTL functional block implementation principle is as follows:

a. Two consecutive algorithm blocks are called within the same second. Assume that the time when the "ST TTL" function block was called the previous time is t1, the corresponding instantaneous flow rate is q1, the time when the "ST TTL" function block is called again within the same second is t2, and the instantaneous flow rate at this time is q2. Corresponds to the accumulated flow variation ΔQ = q2 × (t2-t1) within the time interval (t2-t1);

b. The time for two consecutive algorithm blocks to be called is not within the same second. Assume that the time when the "ST TTL" function block was called the previous time is t3, the instantaneous flow rate corresponding to this time is q3, and the time when the "ST TTL" function block is called again is t4 (not the same as t3). The instantaneous flow rate is q4, which corresponds to the cumulative flow rate change ΔQ = q4 × (1000 - t3 + t4) during this time interval.

This method of integrating the flow through the instantaneous flow rate to obtain the cumulative flow rate is relatively simple, but it should be noted in practical applications: The acquisition error of the analog input channel has a great influence on the accurate calculation of the accumulated value, especially when the instantaneous flow rate range is relatively low. When large, the influence is greater. Therefore, the analog channel must be calibrated and the error corrected before use. The flow measurement unit is properly selected because it is an incremental operation on the instantaneous flow and the calculation interval is a maximum of 1 s. If the instantaneous flow unit is selected “t/h”, the instantaneous flow rate value is much smaller than the value of the “kg/s” measurement unit, and the error is large when the incremental accumulation operation is performed. Therefore, the measurement unit must be properly selected according to the actual situation.

2 pulse frequency method

In order to avoid the acquisition error of the analog input channel in the time interval algorithm, a more effective method is to digitize the instantaneous flow rate. A common method is to express the instantaneous flow rate with a pulse frequency signal. Three turbines are pumped to the industrial extraction flowmeter. The YF100CD vortex flowmeter manufactured by Shanghai Yokogawa Electric Co., Ltd. is used. It is equipped with dedicated signal cables and flow converters. The converter provides pulse signals whose frequency is proportional to the instantaneous flow rate. This signal was introduced into the PM306-2AA pulse frequency input card [2] of the DCS system. The module can measure pulse frequencies in the range of 0 to 600 kHz pulses. According to the YF100CD vortex flowmeter instruction manual, the instantaneous flow rate and flow rate and pulse frequency are shown in Table 1.



Dividing the instantaneous flow pulse frequency value by the flow pulse frequency coefficient to obtain the instantaneous volume flow rate of gas, and dividing the gas specific volume value by the corresponding pressure and temperature to obtain the instantaneous mass flow rate of the gas [3, 4]. Finally, the gas can be obtained by the time interval method. Accumulated flow value.

3 unit mass pulse method

The AT868 Clamp Ultrasonic Flowmeter manufactured by GE Corporation was used to measure the condensate replenishment flow of the unit. The ultrasonic flowmeter of this type has an on-site display meter, which has the functions of instantaneous flow display and cumulative flow calculation. In addition to providing a 4-20mA current signal representing the instantaneous flow rate, the meter also provides "unit quality" pulse function, that is, the flowmeter outputs a pulse each time the total amount of media flowing through the pipe reaches a certain set value. The "unit mass" not only achieves the purpose of calculating the cumulative flow rate but also eliminates the influence of the analog acquisition error on the cumulative flow calculation. The DCS system obtains the cumulative flow through the conversion after obtaining the pulse value of the unit mass through the pulse acquisition card. The algorithm is shown in Figure 4.

In Figure 4, "CI 23 01" is the cumulative pulse value of channel 1 of the pulse acquisition card; "ANY TO REAL" is the data type conversion function block, which can convert integers to single-precision floating-point numbers; "*" is single-precision. Multiplication function block; The constant “0.1” represents the unit mass per pulse (In practical applications, if the “unit mass” pulse frequency is not very high, you can use ordinary DI card instead of pulse acquisition card to collect “unit quality”. Pulse).

4 serial communication method

The heat network supply and return water heat totalizer is used as a trade settlement instrument and requires high precision and systematic errors for each component. The UR-1000 five-channel ultrasonic flowmeter manufactured by Korea Changmin Co., Ltd. was used to measure the instantaneous flow of supply and return water, and the instantaneous flow pulse frequency signal was sent to the heat totalizer, and the supply and return water temperature and pressure compensation signals were connected. Accumulator, through the look-up table program to obtain the corresponding hot water "焓" value, multiplied by the instantaneous flow to get the instantaneous heat, and finally integrate the instantaneous heat to get the accumulated heat. The serial communication method can be used to make the DCS system read the parameters such as "instant heat" and "accumulated heat" of the heat calculator. The general heat meter supports the Modbus communication protocol. The TCS-3000 DCS system is configured with a serial communication server to realize the communication between the DCS system and third-party devices. The default communication protocol is the Modbus protocol, and the “baud rate” and “ The communication parameters such as “check bit”, “register base address” and “number of registers” are downloaded to the communication server in the form of *.ini configuration file. After the power is turned off and restarted, the serial communication with the heat totalizer can be realized. The configuration is shown in Figure 5.

It should be noted that the "accumulated heat" data in the calorimeter generally uses the IEEE 754 format, with 4 bytes for a single-precision floating-point number, and Modbus-RTU only supports 16-bit data registers, which must be stored in two consecutive registers." Accumulation of heat data. In the TCS-3000 DCS system, when a floating-point variable is associated with a Modbus register in the communication server, the DCS system automatically defaults to assign two Modbus register data to the floating-point variable.

5 Concluding remarks

Accurate calculation of the cumulative flow of the working fluid in the DCS system of the unit is of great significance for the calculation of the thermal power plant index and the analysis of the consumption difference. The four “accumulated flow” calculation methods described by the author are already in the 2×330MW project of the Xinjiang Urumqi Thermal Power Plant of Huadian. The application in practice shows that the implementation is simple and the precision is high, which solves the problem that the DCS system of the unit accurately calculates the cumulative flow of the working medium.

references

[1] GB/T2624. 3-2006, Measurement of full-pipe fluid flow using a differential pressure device installed in a circular cross-section pipe [S]. Beijing: China Standard Press, 2006.

[2] Li Yu, Zhang Xiaoyan. The theoretical study of pulse signals measured by DI module and its application examples [J]. Automation Instrumentation, 2002, 28( 10): 65 ~ 67.

[3] Xia Bing. Application of PLC in flow display and cumulative measurement [J]. Metrology Technology, 2009, (10): 37 ~ 38.

[4] Dong Qinglong, Hu Jiwei. The realization of flow accumulation function in PLC system [J]. Refining and Chemical Industry, 2007, 18( 3): 50 ~ 51.

Safety Cabinets

Industrial safety cabinets are used for safe storage of flammable and combustible liquids, in accordance with the requirements of the relevant regulations.


· Safety cabinets are constructed of sturdy 18-gauge(1-mm) thick double-wall, welded steel with 1-1/2"(38-mm) of insulating air space for fire resistance.

· Galvanized steel shelves direct spills to back and bottom of a leakproof 50mm/150mm bottom sump.

· Durable lead-free epoxy/polyester powder-coat finish provides excellent chemical resistance capacity.

· Three-point stainless steel bullet latching system makes it work safely every time. Equipped with Adjustable legs and Grounding wires.

· Galvanized shelves are normally suitable for flammable and combustible safety cabinet PP shelf is suitable for the corrosive safety cabinet.

Intelligent safety cabinets

Professional storage solutions for various items which need strictly temperature control and highly security protection.

· The cabinet is made of high quality CRS with long working life and good fire resistance capacity.

· Double locking system (Digital lock+Key lock) to enhance the management security.

· The cabinet inner is with white PP board and an adjustable air inlet at the side bottom.

· Stepped PP shelves with vent holes.

· Ventilation systems on top of the cabinet.

· The intelligent safety cabinet is designed to effectively store and manage massive medicines and specimens. With good corrosive resistance capacity.

Flammable safety cabinet, fire resistant for 30 / 60 / 90 minutes has high tensional strength

used for storage of flammable, combustible and toxic substances in work area

· Made of special CFM fireproof material which passed fire proof test of 30, 60 and 90 minutes

· Solid structure with high tensional strength, complies with GS standards

· The hinged door can be locked at any release position, the door has an adjustable damping mechanism, which can be automatically closed when fire occurs

· 3 partitions, the load capacity is 75kg(of average load), the height can be adjusted freely at a distance of 32mm. One tray at the bottom made of powder coated-steel plate

Huanawell ZOYET Industrial Products cover a ideal range of applicable lines that could be used in Flammable, Corrosive Secure Storage, Hazardous Material Keeping, Circulation, Spill Prevention, Control & Counter Measure (SPCC), On-spot Working Safety and Efficiency Improvement, Personal Safety Protection etc. processes and occasions.

The products conform to UL, EN, OSHA, NFPA, EPC, NPDES standards relevant to various industries.

Huanawell is an emerging name and leading global provider of products, services, and solutions for lifeplace, – whether it is an office, home, school, factory, or public facility, even a car.

Wuxi Huanawell Import & Export Co., Ltd. is such an entity, establishing and figuring out resources and catalysts to help customers work better, live better with peace of mind. We are striving creating values needed by the clients in both industrial & civil sectors, which help them be more productive, including with the latest technology, core office supplies, facilities products, furniture, and all possible security solutions. The company also provides a variety of services including sourcing & outsourcing in relevant industrial and civil areas.

The company serves consumers and businesses in over 23 countries with more than 35 local distributors or dealers, and a dedicated business-to-business sales organization – all delivered through a regionally connected network operations, joint ventures, franchisees, licensees and alliance partners. The company operates under several banner brands including ZOYET, Huanawell, Golden Knight etc. Huanawell Imp.& Exp. features products from safety storage cabinet, safes, fireproof boxes, safety cans & containers, SPCCs (spill prevention, control & countermeasure), PPEs(personal Protection Equipments), Monitor Cameras...

The Huanawell`s overall focus is to meet the rising demand for increased security with a product-driven offering centered on the customer.

We achieve this through our primary product areas, the traditional segments of industrial storage, maintenance, repair,operation -MRO, and security solutions with safes, fire filing cabinets, access control etc.

Huanawell's strong growth comes from: long-term structural development in mature markets in China, South America, Africa and Asia Pacific; increasing demand in emerging markets in Asia, eastern Europe, Africa and South America drives us in this way aggressively; and successes in fast-growing product segments.

The strategic action plans have been divided into three focus areas: market presence, product innovation and cost-efficiency.

We call our business strategy `the INTEGRATION`, since it sets out a constant path for us for the long term. First developed in 2012, it was formalized in 2013 but its core elements remained the same. The strategy lays out our ambitious purpose and vision:

Purpose: to strive for a better lifeplace"

Vision: to be one leading brand and supplier for industrial and civil security products, whilst reducing our environmental footprint and increasing our positive social impact"

The INTEGRATION also defines four non-negotiable commitments within the business that we believe will help us achieve our purpose and mission: to provide industries and consumers necessary products and solutions to secure a better lifeplace with peach of mind.

Products which are sustainably made, sourced and used in a way which protects the earth`s natural resources

Respect for the rights of the people and communities we work with throughout the world. To protect both people's property and life, in daily and work environment.

Industries and Market

The industries and Market we served include but not limited to below areas.

Construction, Logistics& Warehousing, manufacturing, Chemical, Petroleum, Electrical & Electronic, Metallurgy, Food, Medical, Pharceutical, Labs., Agricultural, Power Generation, Financial Service, Commercial, Government divisions, Public & Private sectors

We work to create a better future every day, with brands and services that help people live good and work safely, and get more out of life.

Ready to respond to your request correctly and in time

Quick response, ensured quality, as short leadtime as possible, smooth delivery is what we are striving for.

Such services are supported by our serial resources and expertise in the industries and solutions, consisting of Manufacturing, OEM/ODM, Design & Development, Agency Service, Sourcing & Outsourcing, Procurement etc., which are across in construction, chemical, petroleum, electrical & electronic, medical, pharceutical, agricultural, power generation, real estate, government division, civil & private sectors.

Manufacturing

Manufacturing is one of our key elements in the business. Most of out manufacturing facilities and process are equipped with modern advanced machinery, techniques & technology, with ISO approved Quality Management System latest approved.

Based our regular lines of products, private label products and designs are possible to be considered for authorized production, based on mutual negotiation.

OEM/ODM

OEM - original equipment manufacturer, denote us the position for manufacturing the client's specific need of product, as long as such product could fall into regular lines of manufacturing process & resources. And OEM cooperation is based on mutual negotiation with Confidential/Non-disclosure Agreement.

ODM - original design manufacturer, allow us the mission to customize solution client outlined. It has more complicated service chart apart from similar process as that OEM required, thus requiring better mutual understanding and cooperation.

Agency Service

We also represent some of famous brands or manufacturers in the industries, for the marketing and sales activities in the global market. Such agency services enable us not only to represent us but to penetrate the markets where our principals do not have edge to attain to separately.

Sourcing & Outsourcing

Sourcing & Outsourcing are the two sides of one hand. Sourcing help us a lot in the regular business that help meet the solution requirement, fixing our extra or supplementary demand of materials, products etc. Meanwhile, outsourcing would definitely maintain our clients' various needs satisfied, which extend our vision in the industries.



Safety Cabinets,Hazardous Chemicals Storage,Industrial Safety Cabinets,Fireproof Safety Cabinet

Wuxi Huanawell Metal Manufacturing Co., Ltd. , https://www.wxzoyetsafety.com