<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[PLC中怎么实现批量相乘]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278.html]]></link>
 <description><![CDATA[Latest 50 replies of PLC中怎么实现批量相乘]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Wed, 29 Apr 2026 10:13:44 +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[[quote]引用第9楼木皮于2014-03-28 18:52发表的&nbsp;&nbsp;:
怎么V0变址要加2啊
[/quote]
因为16位乘法的结果是32位的]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1553222.html]]></link>
 <author><![CDATA[chqing1361]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 28 Mar 2014 13:38:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[怎么V0变址要加2啊]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1553184.html]]></link>
 <author><![CDATA[木皮]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 28 Mar 2014 10:52:41 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[同意

如果人機LOAD不重可以直接在上面運算再傳回PLC

[quote]引用第7楼yamqq于2014-03-27 18:53发表的&nbsp;&nbsp;:
如果实时性不高也可以放到人机上面去计算
[/quote]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1553142.html]]></link>
 <author><![CDATA[thomaslin]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 28 Mar 2014 06:56:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[如果实时性不高也可以放到人机上面去计算]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552873.html]]></link>
 <author><![CDATA[yamqq]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 10:53:08 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[用指针方式，D0乘以某个数，完毕之后，
自动移动指针，然后不断循环。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552771.html]]></link>
 <author><![CDATA[dream2012]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 08:11:03 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[计算方面的如其问人都不如看资料。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552701.html]]></link>
 <author><![CDATA[cheng007297]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 03:40:26 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[变址 ，指针没试过，应该也可以]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552663.html]]></link>
 <author><![CDATA[hafatahaha]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 02:29:45 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[用指针。。。。。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552644.html]]></link>
 <author><![CDATA[kyy80]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 01:53:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[您可以使用变址+循环功能实现您的需求，但是敬请注意的是，因为16位乘法的结果是32位的，因此您需要使用2个变址寄存器来实现。
 [attachment=119333] 

示例实现的是D0~D100分别乘以1后，结果存在D1000～D1202中。

Good Luck～ [s:21]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552631.html]]></link>
 <author><![CDATA[cvlsam]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 01:19:12 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[三菱
用間接暫存器 Z]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1451278#1552630.html]]></link>
 <author><![CDATA[john42tw]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 27 Mar 2014 01:15:50 +0000]]></pubdate>
</item>
</channel></rss>