<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[威伦宏指令简化（提取变量地址，然后再赋 ..]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1653726.html]]></link>
 <description><![CDATA[Latest 50 replies of 威伦宏指令简化（提取变量地址，然后再赋 ..]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Sat, 23 May 2026 23:43:19 +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[看看“数组”的使用方法

macro_command main()
short i,a,b[8]
GetData(b[1], &quot;Local HMI&quot;, LB, 20, 7)
for i=1 to 7
if b[i]==1 then
a=i
SetData(a, &quot;Local HMI&quot;, Lw, 8, 1)
end if
next i

end macro_command]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1653726#1989483.html]]></link>
 <author><![CDATA[wwjfsk]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2018 14:51:26 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[楼上的大佬，可否帮忙修改个宏程序]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1653726#1989456.html]]></link>
 <author><![CDATA[工控菜鸟]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2018 10:16:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第1楼tyw123456于2018-07-30 12:20发表的&nbsp;&nbsp;:
地址连续的 可以用循环for 
这是简单的for应用 不过这个不是应该在触摸屏的板块发吗...

short&#160;&#160;a
bool tmep
.......
[/quote]
要求已经达到，似乎有缺陷]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1653726#1989411.html]]></link>
 <author><![CDATA[梦雨天涯]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2018 07:25:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[地址连续的 可以用循环for 
这是简单的for应用 不过这个不是应该在触摸屏的板块发吗...

short&nbsp;&nbsp;a
bool tmep
int i，ii

for i = 1 to 7
&nbsp;&nbsp;&nbsp;&nbsp;ii = 19 + i//19是LB地址-1
&nbsp;&nbsp; getdata（temp，“” ，lb， ii，1）
&nbsp;&nbsp; if （temp ==1）then
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1653726#1989362.html]]></link>
 <author><![CDATA[tyw123456]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 30 Jul 2018 04:20:54 +0000]]></pubdate>
</item>
</channel></rss>