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 How do I calculate and manipulate the inductance and capacitance of outputs to a connector on a PCB?

Post

How do I calculate and manipulate the inductance and capacitance of outputs to a connector on a PCB?

+2
−0

I am designing a PCB that has to have class 1 div 1 associated apparatus (only the outputs to the sensor) certification. Essentially, I am using a boost converter to convert the voltage from a lithium battery of 3.9V to 18V to power a 4-20mA sensor in a hazardous zone, while the main product will be in a safer zone with a class 1 div 2 cert.

I know there could be extra components, such as fuses/diode return; however, it isn't the focus of my question and have simplified the schematic a little bit to focus on the concept I am trying to understand: Image alt text

The rules for total effective inductance and capacitance can be seen here: Image alt text

I can get the inductance and capacitance of the sensor + cable (Li+Lc/Ci+Cc) from the manufacturer of the intrinsically safe sensor, but how do I calculate the inductance and capacitance out from the barrier to make sure it is less than the sensor values? The Co and Lo also have to abide by rules to limit the maximum energy allowed in the hazardous area.

The examples I have seen with a similar schematic end up with less than 1uF of capacitance and 2-4mH of inductance for Co and Lo. This seems odd to me when there is only a 10uH inductor and an over abundance of capacitance at 4.7uH on the output of the boost converter. From my understanding, the L and C from the traces will be very minimal in comparison to these numbers.

I do not have a PCB laid out, because I am trying to understand the methodologies and standards first. I understand that means these things can't be completely calculated yet. I'm not asking for someone to design something for me or do calculations for me; I'm just wanting to understand the methodologies behind this question to better understand the concept to use in all of my engineering moving forward.

How do I calculate the theoretical inductance and capacitance at an output? Are there tricks to increasing inductance and decreasing capacitance through the way the board is laid out, or adding components for the specific purpose of manipulating those values?

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

General comments (5 comments)
General comments
Lundin‭ wrote almost 4 years ago

All that matters is that you prevent current rush in case of shorts or damaged electronics, anywhere on the PCB. For example in one EX project we used 1 ohm metal film resistors in series with each regulator since such resistors were apparently considered to break in a safe manner without sparks or heat.

Hawk2020‭ wrote almost 4 years ago

Interesting, did you not also use higher valued resistors, e.g. 300 ohm, for current limiting directly on the regulator outputs?

Lundin‭ wrote almost 4 years ago

I don't remember, but the idea was to block current rush in case each regulator fails and de-centralize current rush protection across the board, instead of relying on one single fuse. Thermal shut-down because of overcurrent is for example not feasible. But this was also a whole lot more complex electronics than the schematic you posted.

Lundin‭ wrote almost 4 years ago

Why Li-Ion btw? These are very nasty from an EX perspective. NiMH or NiCd etc are much safer, although they are of course bigger and heavier.

Hawk2020‭ wrote almost 4 years ago · edited almost 4 years ago

I'm not using a lithium-ion battery. Probably will be Li-SOCl2 which is safer. It's a battery operated use-case, so I need the highest energy density I can get. Yes, this isn't a complete schematic; I was only using it to try and understand how to calculate the L and C, which I now realize, was not even really a relevant question.