Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

MOV vs. TVS diode

+4
−0

Simple thing that I realized I should know but do not -- when is an MOV preferable to a TVS diode (with some associated network to really make it work, in both cases)? Is it even something to routinely check as an option in e.g. 24V DC systems?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

+6
−0

You really have to compare datasheets. There are some general differences, but you shouldn't go by those in specific instances.

MOVs usually have softer knees, are available at higher voltages, and are available for dissipating higher powers. Usually. One drawback of MOVs that they get "used up" a little bit each spike they absorb. On the other hand, they may be available at temperatures where TVSs can't go. Another parameter to consider is off-state leakage, and how that varies over temperature.

Again, look at what's available for your application. What is your threshold voltage? How much current must the device be able to conduct to clip the voltage? How much energy must it be able to dissipate each spike? Does off-state leakage matter? What temperature range will this need to work over?

Once you have candidates that match all your criteria, read the datasheets, check the prices and availability, and compare.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+4
−0
  • MOV are bidirectional components suitable for both AC and DC circuits, TVS are most often unidirectional, despite bidirectional TVS are also available;
  • conducts more current compared to TVS diodes (in general);
  • dissipates energy in a solid material and not in a junction.

I would use a MOV where I need to dissipate a lot of power. But that's just a declaration of principle. The detailed answer of Olin is the right way.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)

Sign up to answer this question »