<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[记米问题]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859.html]]></link>
 <description><![CDATA[Latest 50 replies of 记米问题]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Wed, 29 Apr 2026 21:01:13 +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[sjm213 真有耐心]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#442976.html]]></link>
 <author><![CDATA[xbs321]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Thu, 26 Feb 2009 07:23:06 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[1. 正确，只需要乘以0.5；

2. L#为32位双整数常数，C#为计数器常数。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437999.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 08:52:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我能看懂第1个方法,真是谢谢啊,你的mw56得出来的应该是总的脉冲数,如果一个脉冲不代表一米,而是 0.5米,那么还得弄个乘法器用 mw56*0.5 对吧?

还想问下 L#5 和 c#5 之间有什么区别啊]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437875.html]]></link>
 <author><![CDATA[difeng]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 06:47:58 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[以上两段程序已经是接近完整的。

MW56 和 MD60 分别就是最终记录的米数。

当然只需要用一种就可以。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437859.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 06:34:19 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我已经理解第2个记数器能让第一个计数器重复记数 999 次,可我怎么 才能把记的次数比如2000给表达出来送到乘法器的输入啊]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437839.html]]></link>
 <author><![CDATA[difeng]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 06:18:02 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[方法2：

 [attachment=19433] 

M2.0即为输入信号。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437827.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 06:12:27 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[方法1：
 [attachment=19431] 

 [attachment=19432]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437826.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 06:11:24 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[hai 还是不明了啊,能不能给画个图上去啊]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437825.html]]></link>
 <author><![CDATA[difeng]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 06:08:27 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[计数1计满999的时候让计数2加一就好了啊]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437757.html]]></link>
 <author><![CDATA[greenrock]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 04:37:15 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[计数器可以加到999，不够可以用两个计数器，相当于999*999；

这个要怎么实现啊 ？？？？？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437649.html]]></link>
 <author><![CDATA[difeng]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Fri, 20 Feb 2009 03:05:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[有可能溢出就要出来，简单的处理可以修改单位的，比如KM怎么样？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437256.html]]></link>
 <author><![CDATA[以恒]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Thu, 19 Feb 2009 12:27:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[有点儿晕呼呼~]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437248.html]]></link>
 <author><![CDATA[醉湮邃虞]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Thu, 19 Feb 2009 12:15:19 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[1.计数器可以加到999，不够可以用两个计数器，相当于999*999；
2.或者用加一算法记录N值；
3.INT可达到32767，DINT可达到214748367，够不够用，不够则用浮点数。
 [attachment=19356]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437139.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Thu, 19 Feb 2009 10:00:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[你要加到更多可以多用几个加计数器，MW装不了可以用MD]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-30859#437112.html]]></link>
 <author><![CDATA[lxmlxmlxy]]></author>
 <category><![CDATA[西门子工控论坛]]></category>
 <pubdate><![CDATA[Thu, 19 Feb 2009 09:34:19 +0000]]></pubdate>
</item>
</channel></rss>