<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[台达DVP-ES2 PLC 编程请教]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275.html]]></link>
 <description><![CDATA[Latest 50 replies of 台达DVP-ES2 PLC 编程请教]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Sun, 17 May 2026 20:25:30 +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]引用第6楼祝钟剑于2023-08-10 15:54发表的&nbsp;&nbsp;:
我做过一个流水线称重的，和你这个差不多，A工位称重好到B工位注油，C工位再称重注入油量是否正确，我是设置A到C工位之间能容纳的工件数，直 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2373927.html]]></link>
 <author><![CDATA[peilei1031]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 14 Aug 2023 06:42:52 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[编程学习。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2373523.html]]></link>
 <author><![CDATA[雪山飞狐]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 12 Aug 2023 00:11:29 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[换PLC吧，换个高级点的AS系列的。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2373456.html]]></link>
 <author><![CDATA[宿迁电工]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 11 Aug 2023 09:37:08 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我做过一个流水线称重的，和你这个差不多，A工位称重好到B工位注油，C工位再称重注入油量是否正确，我是设置A到C工位之间能容纳的工件数，直接计数就行了，只要不是故意把工件移走，是不会出错的，你这个我 觉得也可以这样]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2373139.html]]></link>
 <author><![CDATA[薛定谔工控猫]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 10 Aug 2023 07:54:10 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第4楼peilei1031于2023-08-08 19:44发表的&nbsp;&nbsp;:
感谢指导，但是有个问题，他们的盘子的编号不是从1~几十，后四位乱七八糟的号码，大几百的都有，可能用编号做索引，往索引寄存器中写数值行不通

[/quote]

那只能做预先设定的字符串和扫码得到的字符串比较了
如果指定了PLC那确实不好办,DVP-ES2这个型 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2372791.html]]></link>
 <author><![CDATA[gxtmdb82164]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Wed, 09 Aug 2023 01:18:51 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[感谢指导，但是有个问题，他们的盘子的编号不是从1~几十，后四位乱七八糟的号码，大几百的都有，可能用编号做索引，往索引寄存器中写数值行不通
[quote]引用第3楼gxtmdb82164于2023-08-08 16:24发表的&nbsp;&nbsp;:
有编号就能搞,用这个编号作为载盘的索引,再对内存中具体某个索引到的载盘状态进行管理就行了

继续分解就 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2372730.html]]></link>
 <author><![CDATA[peilei1031]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 08 Aug 2023 11:44:49 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[有编号就能搞,用这个编号作为载盘的索引,再对内存中具体某个索引到的载盘状态进行管理就行了

继续分解就变成了三个子程序
1 接收串口输入的编号数据,这个一般都是ASCII码,在DVP这种低端PLC里面处理比较麻烦,所以最好直接转成对应的数字编号
2 根据索引管理内存中的载盘状态,基本上就是入口减1减到0,出口加1,要注意初始化 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2372690.html]]></link>
 <author><![CDATA[gxtmdb82164]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 08 Aug 2023 08:24:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[还要比对，比对上才能计数一次，三十多组数据比对有些困难[quote]引用第1楼daihdn于2023-08-08 15:37发表的&nbsp;&nbsp;:
通过计数可以吗，扫码一次，PLC收到数据计数一次，
[/quote]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2372686.html]]></link>
 <author><![CDATA[peilei1031]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 08 Aug 2023 08:08:43 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[通过计数可以吗，扫码一次，PLC收到数据计数一次，]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1758275#2372681.html]]></link>
 <author><![CDATA[daihdn]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 08 Aug 2023 07:37:14 +0000]]></pubdate>
</item>
</channel></rss>