<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[威伦宏指令简化2]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296.html]]></link>
 <description><![CDATA[Latest 50 replies of 威伦宏指令简化2]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Sat, 11 Apr 2026 06:49:58 +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[不用GET1个 SET1个的
可以批量]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006941.html]]></link>
 <author><![CDATA[chenshiji618]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 04:32:09 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[学会用数组就行了]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006939.html]]></link>
 <author><![CDATA[chenshiji618]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 04:31:32 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第5楼fsjnzhy于2018-10-23 09:47发表的&nbsp;&nbsp;:

就是一个标点符号错误，在off[3]后面的逗号。
[/quote]
如果没有先复位lb0到5，就算断开了，指示灯也是亮的]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006898.html]]></link>
 <author><![CDATA[梦雨天涯]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 02:24:25 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第2楼梦雨天涯于2018-10-23 09:20发表的&nbsp;&nbsp;:


你看一下这个
[/quote]
就是一个标点符号错误，在off[3]后面的逗号。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006878.html]]></link>
 <author><![CDATA[fsjnzhy]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 01:47:32 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[macro_command main()
bool on =true,off[3]={0,0,0},a[6]//
short g

GetData(a[0], &quot;Local HMI&quot;, LB, 1, 6)//定义数组

GetData(g,&quot;Local HMI&quot;,Lw,0,1)//获取数值

SetData(off[0],&quot;Local HMI&quot;,LB,10,3)//复位状态

if (a[0]==1 and a[1] ==0)or( a[2]== 1) or(g &gt; 10) then
&nbsp;&n ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006876.html]]></link>
 <author><![CDATA[梦雨天涯]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 01:44:07 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[off[3]后面的“，”是中文逗号了，改成英文的逗号就行了]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006870.html]]></link>
 <author><![CDATA[zjsckan]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 01:34:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第1楼030403118于2018-10-20 15:47发表的&nbsp;&nbsp;:
macro_command main()
bool on =true, off[3]，a1[6]
short g
GetData(a1[0], &quot;Local HMI&quot;, LB, 1, 6)
GetData(g,&quot;Local HMI&quot;,Lw,0,1)
.......
[/quote]

你看一下这个]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006864.html]]></link>
 <author><![CDATA[梦雨天涯]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Tue, 23 Oct 2018 01:20:06 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[macro_command main()
bool on =true, off[3]，a1[6]
short g
GetData(a1[0], &quot;Local HMI&quot;, LB, 1, 6)
GetData(g,&quot;Local HMI&quot;,Lw,0,1)
SetData(off[0],&quot;Local HMI&quot;,LB,10,3)
if (a1[0]==1 and a1[1] ==0)or( a1[2]== 1) or(g &gt; 10) then
&#160;&#160;&#160;&#160;SetData(on,&quot;Loca ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1658296#2006393.html]]></link>
 <author><![CDATA[不小心遇见你]]></author>
 <category><![CDATA[触摸屏技术论坛]]></category>
 <pubdate><![CDATA[Sat, 20 Oct 2018 07:47:49 +0000]]></pubdate>
</item>
</channel></rss>