<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://www.iec.wiki/index.php?action=history&amp;feed=atom&amp;title=CAN_%E6%80%BB%E7%BA%BF</id>
	<title>CAN 总线 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://www.iec.wiki/index.php?action=history&amp;feed=atom&amp;title=CAN_%E6%80%BB%E7%BA%BF"/>
	<link rel="alternate" type="text/html" href="https://www.iec.wiki/index.php?title=CAN_%E6%80%BB%E7%BA%BF&amp;action=history"/>
	<updated>2026-08-31T22:09:05Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.iec.wiki/index.php?title=CAN_%E6%80%BB%E7%BA%BF&amp;diff=7072&amp;oldid=prev</id>
		<title>Admin：​创建页面，内容为“{| class=&quot;wikitable&quot; style=&quot;float: right; width: 320px; margin-left: 1em; font-size: 90%; border: 1px solid #a2a9b1;&quot; |+ style=&quot;font-weight: bold; font-size: 1.2em; padding: 5px;&quot; | CAN 总线 (CAN Bus) |- ! style=&quot;background-color: #f2f2f2; width: 30%;&quot; | 标准 | ISO 11898 |- ! style=&quot;background-color: #f2f2f2;&quot; | 物理层 | 差分信号 |- ! style=&quot;background-color: #f2f2f2;&quot; | 终端阻抗 | 120Ω (典型值) |- ! style=&quot;background-color: #f2f2f2;&quot; |…”</title>
		<link rel="alternate" type="text/html" href="https://www.iec.wiki/index.php?title=CAN_%E6%80%BB%E7%BA%BF&amp;diff=7072&amp;oldid=prev"/>
		<updated>2026-05-12T07:48:46Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;float: right; width: 320px; margin-left: 1em; font-size: 90%; border: 1px solid #a2a9b1;&amp;quot; |+ style=&amp;quot;font-weight: bold; font-size: 1.2em; padding: 5px;&amp;quot; | CAN 总线 (CAN Bus) |- ! style=&amp;quot;background-color: #f2f2f2; width: 30%;&amp;quot; | 标准 | ISO 11898 |- ! style=&amp;quot;background-color: #f2f2f2;&amp;quot; | 物理层 | &lt;a href=&quot;/%E5%B7%AE%E5%88%86%E4%BF%A1%E5%8F%B7&quot; title=&quot;差分信号&quot;&gt;差分信号&lt;/a&gt; |- ! style=&amp;quot;background-color: #f2f2f2;&amp;quot; | 终端阻抗 | 120Ω (典型值) |- ! style=&amp;quot;background-color: #f2f2f2;&amp;quot; |…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;float: right; width: 320px; margin-left: 1em; font-size: 90%; border: 1px solid #a2a9b1;&amp;quot;&lt;br /&gt;
|+ style=&amp;quot;font-weight: bold; font-size: 1.2em; padding: 5px;&amp;quot; | CAN 总线 (CAN Bus)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: #f2f2f2; width: 30%;&amp;quot; | 标准&lt;br /&gt;
| ISO 11898&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: #f2f2f2;&amp;quot; | 物理层&lt;br /&gt;
| [[差分信号]]&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: #f2f2f2;&amp;quot; | 终端阻抗&lt;br /&gt;
| 120Ω (典型值)&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: #f2f2f2;&amp;quot; | 核心特性&lt;br /&gt;
| 多主结构、仲裁机制、故障隔离&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
CAN 总线是一种多主方式的串行通讯总线。由 Bosch 公司于 20 世纪 80 年代开发，最初用于汽车电子，现已广泛应用于工业自动化、大功率电力电子系统（如您的 50kW 变频器）及医疗设备中。&lt;br /&gt;
&lt;br /&gt;
== 物理层特性 ==&lt;br /&gt;
&lt;br /&gt;
CAN 总线采用 [[差分信号]] 传输，利用两根线缆 CAN_H 和 CAN_L 的电位差来定义逻辑状态：&lt;br /&gt;
* 显性 (Dominant, 逻辑 0)：CAN_H 约 3.5V，CAN_L 约 1.5V，压差约为 2.0V。&lt;br /&gt;
* 隐性 (Recessive, 逻辑 1)：CAN_H 与 CAN_L 电位几乎相等，压差约为 0V。&lt;br /&gt;
&lt;br /&gt;
这种差分特性赋予了 CAN 总线极强的抗共模干扰能力和高 [[共模抑制比 (CMRR)]]。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 核心技术机制 ==&lt;br /&gt;
&lt;br /&gt;
# 非破坏性位仲裁：当多个节点同时发送数据时，CAN 通过标识符 (ID) 决定优先级。ID 较小的节点获得总线访问权，低优先级的节点会自动转为接收状态而不丢失数据。&lt;br /&gt;
# 循环冗余校验 (CRC)：每帧数据自带 15 位 CRC 校验码，确保数据在传输过程中的准确性。&lt;br /&gt;
# 故障隔离 (Fault Confinement)：CAN 节点具有自诊断功能，一旦发现自身发送错误过多，会自动退出总线，防止单个节点故障导致整个网络瘫痪。&lt;br /&gt;
&lt;br /&gt;
== 阻抗匹配与 EMC 设计要点 ==&lt;br /&gt;
&lt;br /&gt;
在 50kW 大功率环境下，CAN 总线的稳定性面临巨大挑战：&lt;br /&gt;
&lt;br /&gt;
# 终端匹配：总线的远端两个端点必须各接一个 120Ω 的电阻。这是为了实现 [[阻抗匹配]]，消除信号反射。&lt;br /&gt;
# 隔离设计：建议在控制器与收发器之间增加磁隔离或光耦隔离。在您的 50kW 系统中，隔离不仅是为了安全，更是为了切断共模电流路径，防止功率级的 dv/dt 噪声干扰通信。&lt;br /&gt;
# 共模滤波：在收发器出口处增加共模电感 (Common Mode Choke) 和静电保护器件 [[TVS 保护管]]。&lt;br /&gt;
&lt;br /&gt;
== 参见 ==&lt;br /&gt;
* [[差分信号]]&lt;br /&gt;
* [[阻抗匹配]]&lt;br /&gt;
* [[共模抑制比 (CMRR)]]&lt;br /&gt;
* [[TVS 保护管]]&lt;br /&gt;
&lt;br /&gt;
[[Category:通信协议]]&lt;br /&gt;
[[Category:工业总线]]&lt;br /&gt;
[[Category:EMC设计与整改]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>