Saturday 23 February 2019

design - Aside from cost, is there any disadvantage to using thicker wire than required?


Say I've calculated the minimum wire gauge necessary to give me an acceptable voltage drop over my length of cable run at the voltage and current my application will use.


Are there any disadvantages to using thicker cable, aside from cost? Is the answer different for AC vs DC? For power vs signal transmission?



Answer



Electrically, thicker is better in this case. However, thicker cable has other disadvantages beyond just the extra cost:



  • Less flexible. This makes it harder to install and harder to work with in general.

  • Bigger, which means it might not fit thru some small holes or tight places.

  • You get diminishing returns with AC due to the skin effect. Thicker is never worse than thinner electrically, but after some diameter the extra area gives you less and less return. This effect is proportional to frequency, so thicker cable is more useful for something like 60 Hz power as apposed to 10 kHz signal to a loudspeaker.



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...