[go: up one dir, main page]

CN114172397B - A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter - Google Patents

A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter Download PDF

Info

Publication number
CN114172397B
CN114172397B CN202111523308.0A CN202111523308A CN114172397B CN 114172397 B CN114172397 B CN 114172397B CN 202111523308 A CN202111523308 A CN 202111523308A CN 114172397 B CN114172397 B CN 114172397B
Authority
CN
China
Prior art keywords
phase
locked
zero
difference
inversion
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111523308.0A
Other languages
Chinese (zh)
Other versions
CN114172397A (en
Inventor
龙英文
牟建学
封安华
金志强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hongzheng Energy Storage Shanghai Energy Technology Co ltd
Original Assignee
Hongzheng Energy Storage Shanghai Energy Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hongzheng Energy Storage Shanghai Energy Technology Co ltd filed Critical Hongzheng Energy Storage Shanghai Energy Technology Co ltd
Priority to CN202111523308.0A priority Critical patent/CN114172397B/en
Publication of CN114172397A publication Critical patent/CN114172397A/en
Application granted granted Critical
Publication of CN114172397B publication Critical patent/CN114172397B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02MAPPARATUS FOR CONVERSION BETWEEN AC AND AC, BETWEEN AC AND DC, OR BETWEEN DC AND DC, AND FOR USE WITH MAINS OR SIMILAR POWER SUPPLY SYSTEMS; CONVERSION OF DC OR AC INPUT POWER INTO SURGE OUTPUT POWER; CONTROL OR REGULATION THEREOF
    • H02M7/00Conversion of AC power input into DC power output; Conversion of DC power input into AC power output
    • H02M7/42Conversion of DC power input into AC power output without possibility of reversal
    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J3/00Circuit arrangements for AC mains or AC distribution networks
    • H02J3/38Arrangements for parallely feeding a single network by two or more generators, converters or transformers

Landscapes

  • Engineering & Computer Science (AREA)
  • Power Engineering (AREA)
  • Inverter Devices (AREA)

Abstract

本发明公开了一种单相储能逆变器市电过零点锁相异常处理预测方法,按照以下步骤进行:判断锁相中断是否开始,如否,返回重新判断锁相中断是否开始;如是,判断Δθ是否小于,如是,减少,如否,判断Δθ是否大于且小于,如是,保持不变,如否,判断Δθ是否大于,如是,增大,如否返回重新判断锁相中断是否开始;Δθ为逆变电压超前市电的相位,为逆变电压比市电频率小的量,c为每次调整步幅,n为与c的比值。

The invention discloses a method for predicting phase-locked abnormal processing of a single-phase energy storage inverter when the mains power passes through zero point. The method is performed according to the following steps: judging whether a phase-locked interruption starts, if not, returning to re-judgment whether the phase-locked interruption starts; if yes, judging whether Δθ is less than, if yes, reducing, if not, judging whether Δθ is greater than and less than, if yes, keeping unchanged, if not, judging whether Δθ is greater than, if yes, increasing, if not, returning to re-judgment whether the phase-locked interruption starts; Δθ is the phase of the inverter voltage leading the mains power, which is the amount by which the inverter voltage is smaller than the mains power frequency, c is the adjustment step for each time, and n is the ratio to c.

Description

Single-phase energy storage inverter mains supply zero crossing point phase locking exception handling prediction method
Technical Field
The invention relates to the technical field of electric power, in particular to a phase-locked exception handling prediction method for a mains supply zero crossing point of a single-phase energy storage inverter.
Background
The utility power needs to be phase-locked in both the grid-connected mode and the utility power bypass off-grid mode of the single-phase energy storage inverter. The traditional method is to adopt a mains supply zero crossing point phase locking method. For example, in the mains supply bypass off-grid mode, the phase of the reference sine table of the tracking inversion output voltage and the update frequency of the tracking step length are regulated by detecting the comparison between the mains supply zero crossing trigger time and the inversion voltage zero crossing time output by the energy storage inverter, so that the purposes of same frequency and same phase of the inversion output voltage and the mains supply are achieved.
The energy storage inverter control chip generally adopts chips such as a DSP, a singlechip and the like. In the phase locking process, a sixteen-bit unsigned integer variable is generally set as a counter for calculating the mains frequency, which is CAPLine, and a sixteen-bit unsigned integer variable is also set as a counter for calculating the inversion frequency, which is CAPInv. When the zero crossing point of the mains supply (generally set as the zero crossing point from the negative half shaft to the positive half shaft) completes triggering of CAP pins of chips such as a DSP, the DSP calls a mains supply zero crossing point interrupt program, the period of the mains supply in the last period can be obtained by multiplying a CAPLine variable obtained by current counting by a count period value Ts of CAPLine, the reciprocal is the mains supply frequency, meanwhile, the counting can be restarted after CAPLine is cleared until the next zero crossing point interrupt of the mains supply comes, and the phase and the frequency of the mains supply are updated again. Similarly, when the inversion zero crossing point (the setting and the mains supply zero crossing need to be consistent) completes triggering of chip CAP pins such as a DSP, the DSP calls a mains supply zero crossing point interrupt program, the period of the inversion output voltage of the previous period can be obtained by multiplying the current count-obtained CAPInv variable by the count period value Ts of CAPInv, the reciprocal is taken as the inversion output voltage frequency, meanwhile, the counting is restarted after CAPInv is cleared until the next inversion zero crossing point interrupt arrives, and the phase and the frequency of the inversion output are updated again. The phase difference of the phase lock is equal to the difference between the zero crossing point moment of the mains supply and the zero crossing point moment of the inverter voltage. If the setting conditions are all in ideal conditions, the problem that the phase-locked dynamic tracking response is slow when the mains frequency is changed is caused by the fact that the inversion zero crossing point interrupt trigger calculation is not timely caused by the fact that the setting conditions have no problem, but different interrupt priorities are met in the actual implementation process. The specific reasons are as follows:
Since any two interrupts in the DSP interrupt program cannot be calculated at the same time, different interrupt priorities are set to calculate important interrupts preferentially. The most important priority of the inversion feedback control interruption is highest, the priority of the mains supply zero crossing interruption is higher but lower than the inversion feedback control interruption because of the need of phase locking, and the inversion zero crossing interruption is lowest. The DSP may generate inversion feedback interrupt and mains supply zero crossing interrupt request when processing inversion zero crossing interrupt, so that the inversion zero crossing interrupt is suspended due to the lowest priority, the inversion feedback interrupt and the mains supply zero crossing interrupt are processed preferentially, and finally the 'post-occurrence but high-priority' mains supply zero crossing interrupt is executed before the 'pre-occurrence but low-priority' inversion zero crossing interrupt.
The problem was found that the zero-crossing difference occurred with a non-negligible probability approaching the maximum 65535 of the unsigned integer variable. The reason that the maximum number is 65535 is that the inversion interrupt is not handled in time and is not cleared, resulting in a situation where the count is always at the end with a hexadecimal unsigned maximum value.
Assuming the frequency of the mains remains unchanged, the following six cases occur in the zero-crossing lock phase:
case 1, as shown in fig. 2, where the difference between zero-crossings < inversion period/2, no prediction is required, phase difference = difference between zero-crossings;
case 2, as shown in fig. 3, where the difference between zero-crossings is < inversion period, and the difference between zero-crossings is < mains period, then the predicted phase difference = mains period-difference between zero-crossings;
Case 3, as shown in fig. 4, when the difference between zero-crossing points < inversion period, and the difference between zero-crossing points > mains supply period, the predicted phase difference=0, and the predicted mains supply period=the difference between zero-crossing points;
Case 4, as shown in fig. 5, where the difference between zero-crossing points > the inversion period and the difference between zero-crossing points < the mains cycle, the predicted phase difference=mains cycle-difference between zero-crossing points;
Case 5, as shown in fig. 6, where the difference between zero-crossing points > the inversion period, the difference between zero-crossing points > the mains supply period, and the difference between zero-crossing points <65000, the predicted phase difference=0, and the mains supply period=the difference between zero-crossing points;
Case 6, as shown in fig. 7, is an abnormal case in which the inversion zero crossing interruption is suspended, and the phase difference=65535-zero crossing difference.
Disclosure of Invention
The invention aims to provide a single-phase energy storage inverter mains supply zero crossing point phase locking abnormity processing and predicting method. For this purpose, the invention adopts the following technical scheme:
a phase-locked exception handling prediction method for a mains supply zero crossing point of a single-phase energy storage inverter is carried out according to the following steps:
Judging whether the phase-locking interruption starts or not, if not, returning to judge whether the phase-locking interruption starts or not again, if so, judging whether delta theta is smaller than If so, reducing Δf, if not, judging whether Δθ is greater thanAnd is smaller thanIf so, keeping Δf unchanged, if not, judging whether Δθ is greater thanIf the phase lock interruption is judged again, delta theta is the phase of the inverting voltage leading the mains supply, delta f is the amount that the inverting voltage is smaller than the mains supply frequency, c is the step of each adjustment, and n is the ratio of delta f to c.
Drawings
FIG. 1 is a schematic diagram of an inversion interrupt pair suspension.
Fig. 2, the difference between zero crossings < inversion period/2 time inversion and phase of mains supply.
Fig. 3, the difference between zero crossings < the phase of the inversion and mains at the inversion period.
Fig. 4, the difference between zero-crossing points < inversion period, and the difference between zero-crossing points > the phase of the mains and inversion at mains period.
Fig. 5, the difference between zero crossings > inversion period, and the difference between zero crossings < phase inversion and mains supply at mains supply period.
Fig. 6, the difference between zero crossings > inversion period and the difference between zero crossings > mains period, and the difference between zero crossings <65000 time inversion and mains phase.
Fig. 7, phase of the inversion and mains when the inversion zero crossing interruption is suspended.
Fig. 8 shows a phase locking operation flow in the abnormal condition of the phase locking condition 6.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more clear, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. It will be apparent that the described embodiments are some, but not all, embodiments of the invention. The components of the embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Solution to case 6:
The adjustment strategy has no non-three states, namely 1, reducing the frequency difference, 2, keeping unchanged, and 3, expanding the frequency difference.
Assuming that the current inversion phase advances by Δθ, the frequency is smaller than the commercial power by Δf, and each time the step c 1 is adjusted (this 1 is the minimum number of points increased by the count frequency 1/Ts, which is also the count minimum unit 1), the abbreviation Δf/c=n. The phase differences that can be reduced with different adjustment strategies are as follows:
(1) Reducing the frequency difference if the frequency difference is reduced from the next step to zero, the reduced phase difference in the kth step (k being the current time) is
Δf-c*n=c*(n-k)
Totally reduce the phase difference toA plurality of points;
(2) The phase difference is reduced to zero if the frequency difference is kept unchanged in the next step and then the frequency difference is zero according to the step (1)
A plurality of points;
(3) Expanding the frequency difference, if the frequency difference is expanded in the next step, then the frequency difference is zero according to the step (1), the phase difference can be reduced to
A point.
The frequency difference operation of case 6 can be obtained from the relationship between the current phase difference and the phase difference reducible by taking different strategies as shown in fig. 8.

Claims (1)

1.一种单相储能逆变器市电过零点锁相异常处理预测方法,其特征在于:按照以下步骤进行:1. A method for predicting the abnormality of phase-locked zero-crossing of mains power supply of a single-phase energy storage inverter, characterized by: performing the following steps: 判断锁相中断是否开始,如否,返回重新判断锁相中断是否开始;如是,判断Δθ是否小于如是,减少Δf,如否,判断Δθ是否大于且小于如是,保持Δf不变,如否,判断Δθ是否大于如是,增大Δf,如否返回重新判断锁相中断是否开始;Δθ为逆变电压超前市电的相位,Δf为逆变电压比市电频率小的量,c为每次调整步幅,n为Δf与c的比值。Determine whether the phase-locked interruption has started. If not, return to re-determine whether the phase-locked interruption has started; if so, determine whether Δθ is less than If yes, reduce Δf, if no, determine whether Δθ is greater than and less than If yes, keep Δf unchanged, if no, determine whether Δθ is greater than If yes, increase Δf, if no, return to re-judge whether the phase-locked interruption has started; Δθ is the phase of the inverter voltage leading the mains, Δf is the amount by which the inverter voltage is smaller than the mains frequency, c is the adjustment step each time, and n is the ratio of Δf to c.
CN202111523308.0A 2021-12-13 2021-12-13 A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter Active CN114172397B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111523308.0A CN114172397B (en) 2021-12-13 2021-12-13 A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111523308.0A CN114172397B (en) 2021-12-13 2021-12-13 A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter

Publications (2)

Publication Number Publication Date
CN114172397A CN114172397A (en) 2022-03-11
CN114172397B true CN114172397B (en) 2025-02-18

Family

ID=80486177

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111523308.0A Active CN114172397B (en) 2021-12-13 2021-12-13 A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter

Country Status (1)

Country Link
CN (1) CN114172397B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117116706B (en) * 2023-09-02 2025-05-27 广州菲利斯太阳能科技有限公司 Method and system for preventing large current arc discharge caused by relay closing

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105656388A (en) * 2016-03-11 2016-06-08 韩伟 Method for achieving frequency-converter soft-starting synchronous grid-connection phase locking

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103001310B (en) * 2012-11-23 2014-09-17 成都科星电器桥架有限公司 Photovoltaic power generation and urban power grid parallel power supply switching device
JP6350347B2 (en) * 2015-03-12 2018-07-04 オムロン株式会社 Isolated operation detection device, power conversion system, and isolated operation detection method
JP6855818B2 (en) * 2016-02-03 2021-04-07 富士電機株式会社 Voltage abnormality detection device, program, voltage abnormality detection method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105656388A (en) * 2016-03-11 2016-06-08 韩伟 Method for achieving frequency-converter soft-starting synchronous grid-connection phase locking

Also Published As

Publication number Publication date
CN114172397A (en) 2022-03-11

Similar Documents

Publication Publication Date Title
CN114172397B (en) A prediction method for phase-locked abnormality processing of mains zero-crossing of single-phase energy storage inverter
CN105409111B (en) Power-converting device and the conditioner using power-converting device
CN205212743U (en) AC motor control system
CN104359184B (en) Carrier frequency conversion control method and controller
CN113251640B (en) Control method and device for air conditioner compressor and air conditioner
CN107919833B (en) Synchronous motor speed ring parameter self-adjusting device
CN108110783A (en) Control method for coordinating and device between a kind of synchronous capacitor and LCC-HVDC
EP3385631B1 (en) Method and apparatus for controlling a photovoltaic air conditioning system
CN104201938A (en) Frequency converter soft start method based on CPLD
CN114216244B (en) Compressor bus voltage adjusting method and device and compressor
CN110011333B (en) Energy storage power station, frequency modulation control method and storage medium
CN105656388B (en) A kind of frequency converter soft start synchronizes the implementation method of grid-connected lock phase
JP2017121149A (en) Electric power conversion device
WO2024255689A1 (en) Control method for inverter circuit, a power conversion device, and energy storage apparatus
JP6086271B1 (en) Isolated operation detection device
CN111697813B (en) Frequency conversion equipment and control method and device for PFC circuit thereof, and storage medium
CN111786361A (en) Household appliances and PFC current limiting protection control circuit and method for household appliances
CN115622088A (en) Primary frequency modulation closed-loop processing method and device based on integral power
CN116979528A (en) Method, device and medium for quickly starting low-voltage ride through of power electronic converter
CN107508509B (en) Brushless DC motor control method and device and its low-speed heavy-load control method
CN110707919B (en) PFC circuit control method, device and air conditioner
CN103823996A (en) Interpolation method suitable for high-speed sampling calculation of electric system
CN107621564B (en) A kind of water-storage static frequency changer boosting transformer differential protection amplitude arithmetic
CN109085803B (en) An optimal scheduling method for DRAM memory packaging process
CN107026483B (en) A kind of compound phase shifting control strategy under the DC transmission system inverter side AC fault suitable for LCC

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant