5

I need to select MOV for my application. Vin max=520Vrms Surge Voltage= 4000KV as per IEC61000-4-5, 8x20us waveforms.

So my calculation is $$ \text{Surge Current}={(V_{transient\_max}-V_{clamp}) \over Z_{source}} = {(4000V-1500V) \over 2\Omega}=1250A$$ $$ \text{Energy}=V_{clamp} \times I_{surge} \times T_{pulse} = 1500V \times 1250A \times 20\mu s = 37.5J$$ $$\text{Power}=\text{Energy} \times \text{cycle}=37.586s=0.625W$$

enter image description here

So I Selected the above Part No. And I hope this will work, but in datasheet two more graph are there , dont know how to use those two graph , if they are impacting me to select the MOV. (image attached) enter image description here

Daniel
  • 6,168
  • 21
  • 33
Bharav
  • 722
  • 2
  • 7
  • 21

1 Answers1

4

These are graphical representations of text details:

Here are the basic details for the device you have selected

MOV datasheet details

The maximum allowable voltage appears to be the reverse stand off voltage. The maximum clamping voltage is with a 50 Amp impulse current (see footnote in the datasheet)

Now lets look at the big graph (now annotated)

MOV leakage and clamp

Zone A (surrounded by a red box) is the Leakage current when the MOV has not enagaged.

Zone B (surrounded by orange) is the maximum clamp voltage vs. impulse current when the MOV has engaged. Note that there is a vertical shift betweeen the two zones for all the parts.

The final graph is a Derating graph.

MOV derating curves

For the '2 times' curve, note the comment "5 minute interval"; this means that two impulses may occur anywhere on this line but must have a 5 minute interval between them to retain the device rated specifications.

The 1 time curve is interesting: this is where the MOV is not guaranteed to protect anything after this impulse level as there is no interval specified. Anything to the right of the 1 time curve can destroy the device.

Like the two times, the up to 10 times text means that this impulse level can be absorbed provided there is at least 2 minutes between such impulses and retain the rated specifications.

[Update]

In response to the comment, the lines represent a thermal limit, so after the application of a pulse on a given line (let us arbitrariliy choose the 10 times line); here it states that there must be a 2 minute interval between pulses; this is the required time for the device to cool sufficiently so that overheating and thermal runaway does not occur (a common failure mode for MOV devices).

Reading between the lines, this also rather implies that this sequence can occur (10 applications of 1,000A for 50\$\mu\$sec with a minimum of 2 minutes between hits can occur using a particular intersectio on the graph) but after this there must be a larger time before successive impulses can be tolerated.

For this to be observed, no further impulses can occur for at least enough time for the device to dissipate the heat it has gained. That will be somewhat application dependent.

Peter Smith
  • 21,923
  • 1
  • 29
  • 64
  • So for 10 times 2 min interval mean: 10 impluse than wait for 2 min than again we can apply 10 impluse. OR single impluse then wait 2 min then another singke pluse and so on upto 10 impluse. – Bharav Apr 03 '16 at 14:41