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

Post History

60%
+1 −0
Q&A High Power Switch - High Side vs. Low Side Switching

Answer to question 1: First, you need p-mos and not n-mos, as you are switching the circuit from the above. Second, it is better and simpler to parallelize mosfets for big current switches; this w...

posted 3y ago by coquelicot‭  ·  edited 3y ago by coquelicot‭

Answer
#2: Post edited by user avatar coquelicot‭ · 2020-12-05T19:24:58Z (over 3 years ago)
  • **Answer to question 1:** First, you need p-mos and not n-mos, as you are switching the circuit from the above.
  • Second, it is better and simpler to parallelize mosfets for big current switches; this will reduce the power dissipation as well.
  • So, even if there exist a pmos with 150A ability (which I'm not sure), it is probably better and less expensive to parallelize 3 p-mos (say) of 60A. The NVD5117PL 60V, 60A, is an option.
  • Here is the schematic:
  • ![pmos-parallel](https://electrical.codidact.com/uploads/kowZNMHJce7KdidbqMi5bqJr)
  • **Answer to question 2:**
  • There is apparently no problem with your second approach, but we don't know the whole story: is there anything else connected to the battery? we need to know the whole circuitry to answer to this question.
  • Also, you may connect the ground after the mosfet switch, if the battery is floating. Finally, are you sure you know how to connect mosfets in series to distribute the power? this is not as trivial as parallelizing them for a switch!
  • *Note:* Again, I would implement 2 or 3 n-mos in parallel, in place of 2 n-mos in series.
  • **Answer to question 1:** First, you need p-mos and not n-mos, as you are switching the circuit from the above.
  • Second, it is better and simpler to parallelize mosfets for big current switches; this will reduce the power dissipation as well.
  • So, even if there exist a pmos with 150A ability (which I'm not sure), it is probably better and less expensive to parallelize 3 p-mos (say) of 60A. The NVD5117PL 60V, 60A, is an option.
  • Here is the schematic:
  • ![pmos-parallel](https://electrical.codidact.com/uploads/kowZNMHJce7KdidbqMi5bqJr)
  • And here is a solution if you have to control the switch from below:
  • ![pmos-parallel2](https://electrical.codidact.com/uploads/nAwaQxezPruptspeUUzQSY1j)
  • **Answer to question 2:**
  • There is apparently no problem with your second approach, but we don't know the whole story: is there anything else connected to the battery? we need to know the whole circuitry to answer to this question.
  • Also, you may connect the ground after the mosfet switch, if the battery is floating. Finally, are you sure you know how to connect mosfets in series to distribute the power? this is not as trivial as parallelizing them for a switch!
  • *Note:* Again, I would implement 2 or 3 n-mos in parallel, in place of 2 n-mos in series.
#1: Initial revision by user avatar coquelicot‭ · 2020-12-05T18:45:19Z (over 3 years ago)
**Answer to question 1:** First, you need p-mos and not n-mos, as you are switching the circuit from the above. 
Second, it is better and simpler to parallelize mosfets for big current switches; this will reduce the power dissipation as well.
 
So, even if there exist a pmos with 150A ability (which I'm not sure), it is probably better and less expensive to parallelize 3 p-mos (say) of 60A. The NVD5117PL 60V, 60A, is an option. 
Here is the schematic:

![pmos-parallel](https://electrical.codidact.com/uploads/kowZNMHJce7KdidbqMi5bqJr) 

**Answer to question 2:** 
There is apparently no problem with your second approach, but we don't know the whole story: is there anything else connected to the battery? we need to know the whole circuitry to answer to this question.
Also, you may connect the ground after the mosfet switch, if the battery is floating. Finally, are you sure you know how to connect mosfets in series to distribute the power? this is not as trivial as parallelizing them for a switch!

*Note:* Again, I would implement 2 or 3 n-mos in parallel, in place of 2 n-mos in series.