当前位置:首页 > 科学研究 > 电子编程 > 正文内容

如何读懂和选用合适的电线的规格?初级电线标准和规格入门知识

RonWang2年前 (2024-02-19)电子编程323

American Wire Gauge “AWG” Chart – Wire Size & Ampacity Table

American Wire Gauge WIKI

American Wire Gauge (AWG) is a logarithmic stepped standardized wire gauge system used since 1857, predominantly in North America, for the diameters of round, solid, nonferrous, electrically conducting wire. Dimensions of the wires are given in ASTM standard B 258.[1] The cross-sectional area of each gauge is an important factor for determining its current-carrying capacity.

It is impossible to measure the exact amount of resistance in ohms of a wire having specific length for precise wire diameter. That’s where the AWG (American Wire Gauge) has played an important role since 1857.


电线标准UL,ISO


UL3135





版权声明:本文为原创文章,版权归donstudio所有,欢迎分享本文,转载请保留出处!

本文链接:http://parentscn.com/?id=239

相关文章

Books Exploring Arduino

Books Exploring Arduino

Exploring Arduino uses the popular Arduino microcontroller platform as an instrument to teach topics...

Arduino Project 028B - Basic Stepper Control (Unipolar)

Arduino Project 028B - Basic Stepper Control (Unipolar)

In this very simple project, you will connect up a stepper motor and then get the Arduino to control...

色环电阻的识别与数值读取

色环电阻的识别与数值读取

色环电阻是在电阻封装上(即电阻表面)涂上一定颜色的色环,来代表这个电阻的阻值。色环实际上是早期为了帮助人们分辨不同阻值而设定的标准。色环电阻应用还是很广泛的,如家用电器、电子仪表、电子设备中常常可以见...

Python 适合儿童的编程语言

Python 适合儿童的编程语言

Scratch图形编程优点在于图形化拖拽的方式简化了编程的理解,而C,JAVA,JAVASCRIPT,PYTHON等编程语言相对枯燥复杂,涉及复杂编程语法,变量规则,函数,对象等等,因此直接教授这类编...

如何DIY一台T12电烙铁(纯散件)?DIY一台可调温焊台电烙铁

如何DIY一台T12电烙铁(纯散件)?DIY一台可调温焊台电烙铁

前两天我们刚做了一起T12焊台的半散件的DIY组装,但是很多小伙伴反应这个版本的不够过瘾,对T12焊台的结构还是一知半解的,所以今天我们在上一期的基础上做一期特别的,全散件T12零件包的DIY组装视频...

C语言教程01:C语言的前世今生

程序设计语言的发展经历了从机器语言->汇编语言->高级语言的过程机器语言:是计算机最原始的语言,由 0 和 1 的代码构成,CPU 在工作的时候只认识机 器语言,即0和1的代码。汇编语言:...