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

Comments on Technique to reset pulse transformer core quickly

Parent

Technique to reset pulse transformer core quickly

+8
−0

I am analysing a pulse transformer which is required to transfer below communication protocol pulse from primary to the secondary side. The pulse duration is 32 μs and off time available to reset the core is just 7 μs. Calculation shows that -22.85 V are required to reset the core within 7 μs.

For simulation, I have used 33 V Zener and 1N4148 blocking diode.

Is there any way to reset a core quickly without having ground / reference terminal pulled towards negative voltage ? because when -22.85 V is applied across TTL logic pins like microcontroller,they will get damaged.

communication pulse information

Ltspice simulation snapshot

Primary side Voltage waveform of transformer

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

1 comment thread

A bipolar switch rated for high Vceo seems to be all you need to protect the driver. Either high sid... (1 comment)
Post
+5
−0

Is there any way to reset a core quickly without having ground / reference terminal pulled towards negative voltage

Unfortunately not but, if instead of trying to send the complete pulse through the transformer, you send edge information (i.e. use a series capacitor to perform a kind of differentiation), then you can adequately reconstruct the secondary voltage using a comparator with hysteresis. Here's what the output waveform would look like: -

Image alt text

Below I've shown where you could set the upper and lower threshold limits for the comparator with hysteresis: -

Image alt text

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

1 comment thread

@#52987 Correct . will try this method . (1 comment)
@#52987 Correct . will try this method .
kadamrohan16‭ wrote over 1 year ago

Andy aka‭ Correct . will try this method .