<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[三菱PLC的RS指令的疑惑]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601.html]]></link>
 <description><![CDATA[Latest 50 replies of 三菱PLC的RS指令的疑惑]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Fri, 22 May 2026 08:34:36 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[工控人家园]]></title>
 <link><![CDATA[http://www.ymmfa.com]]></link>
 <description><![CDATA[工控人家园]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[前面最少k8，后面检验也要12个以上]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2233029.html]]></link>
 <author><![CDATA[17312588730]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Wed, 27 Oct 2021 14:59:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[现在MODBUS&nbsp;&nbsp;RTU应用较广泛，格式比较固定]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2158842.html]]></link>
 <author><![CDATA[ljb6688]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 04 Dec 2020 03:45:01 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢大家的热心帮助！]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2158760.html]]></link>
 <author><![CDATA[王兴旭]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 03 Dec 2020 12:52:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[这里有个案例可以去看看

[url]https://wenku.baidu.com/view/01b122375a8102d276a22fde.html[/url]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2154016.html]]></link>
 <author><![CDATA[yxgkrjy]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 09 Nov 2020 14:06:13 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我最近也在研究RS指令，首先要设置D8120（通讯格式，波特率，奇偶校验啥的）还有D8129（延时时间）然后你要确定发送和接受的数据是8位格式还是16位格式，8位就需要set M8161 反之就是16位格式。8位格式就是D100-D104的低八位存储数据，高八位不用，16位格式就是全用。RTU协议的一般格式都是：&nbsp;&nbsp;起始符 地址&nbs ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2153947.html]]></link>
 <author><![CDATA[我是新来的]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 09 Nov 2020 09:14:22 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[1、首先去了解数据帧的概念及格式.D100-D104里的数据是你发送出去的数据，比如D100=00H,D102=11H,D102=22H,D103=33H，D104=44H，那你触发发送时，串口会向外发送数据包0011223344H，然后串口连着的设备就会收到这个数据包，然后按照它事先规定好的规则去解析及使用这个数据（比如它规定数据包前两个字节是指要设定的频率等 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2153336.html]]></link>
 <author><![CDATA[王玮北]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 06 Nov 2020 06:17:32 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[RS好像是8位还有个RS2，要操作特殊寄存器位完成发送接收。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2153319.html]]></link>
 <author><![CDATA[holdkcxyz]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 06 Nov 2020 03:48:29 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[注意是使用8位数据格式还是16位！]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2153317.html]]></link>
 <author><![CDATA[星球崛起]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 06 Nov 2020 03:42:15 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[D100--D104&nbsp;&nbsp;发到对方去了
D200--D201&nbsp;&nbsp;是从对方发来的
接收和发送有一个特殊的M驱动，好象是M8122和M8123

你要查变频器的通讯格式，按变频的格式发送才行。
一般情况下，变频器支持MODBUS-RTU
如果用RS指令发送，还要自己算校验码
所以建议使用带有MODBUS功能的硬件

此外如果是三菱的PLC和三菱的变 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1690601#2153212.html]]></link>
 <author><![CDATA[菜鸟入行]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 05 Nov 2020 13:18:27 +0000]]></pubdate>
</item>
</channel></rss>