<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[信捷plc这个是咋回事？]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140.html]]></link>
 <description><![CDATA[Latest 50 replies of 信捷plc这个是咋回事？]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Wed, 20 May 2026 01:13:36 +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[wand 16#ff var1 var2&nbsp;&nbsp;这种写法的常数不需要加K/H标志。

H0FFFF可以写成-1。

至于16#ff的问题没查到资料，不知道是为什么。可以打信捷客服电话问问。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470414.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 24 Oct 2024 12:05:48 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第8楼sunzengli于2024-10-24 16:31发表的&nbsp;&nbsp;:

感谢指导，大概就是这样了。
是可以支持到FFFF的，要写成
WAND H0FFFF D1&#160;&#160;D100这样，不支持用标签，不能WAND H0FFFF AVR1 AVR2这样。
[/quote]

支持&nbsp;&nbsp;&nbsp;&nbsp;wand 16#ff var1 var2
不支持wand 16#fff var1 var2
超级奇怪。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470373.html]]></link>
 <author><![CDATA[阳春节拍]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 24 Oct 2024 08:56:55 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第7楼sjm213于2024-10-24 12:58发表的&nbsp;&nbsp;:


信捷指令如果用16进制，其地址首位如果是字母，需要在前面加0，也就是使用HFFFF时，要写成H0FFFF。
[/quote]
感谢指导，大概就是这样了。
是可以支持到FFFF的，要写成
WAND H0FFFF D1&nbsp;&nbsp;D100这样，不支持用标签，不能WAND H0FFFF AVR1 AVR2这样。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470365.html]]></link>
 <author><![CDATA[sunzengli]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 24 Oct 2024 08:31:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第5楼sunzengli于2024-10-24 12:25发表的&nbsp;&nbsp;:
这个指令的的上限既不是FF也不是FFFF，而是9FFF，真邪门儿。
[/quote]

信捷指令如果用16进制，其地址首位如果是字母，需要在前面加0，也就是使用HFFFF时，要写成H0FFFF。]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470303.html]]></link>
 <author><![CDATA[sjm213]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 24 Oct 2024 04:58:44 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[attachment=304440] 
为什么我的可以编译通过]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470299.html]]></link>
 <author><![CDATA[先飞的鸟]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 24 Oct 2024 04:45:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第4楼阳春节拍于2024-10-23 16:35发表的&nbsp;&nbsp;:


我也确定K上限是32767，16#上限是FF，问题是为啥呀？
K还好说，大不了用负数，当然肯定会用H；可变量的字逻辑运算，为啥只到FF而不是正常的FFFF，这没法玩呀
[/quote]
首先你16#这个写法好像不支持啊，你的为什么不报错？我只能写H****表示16进制，16#不 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470297.html]]></link>
 <author><![CDATA[sunzengli]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Thu, 24 Oct 2024 04:25:18 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第3楼l83438797于2024-10-22 17:21发表的&nbsp;&nbsp;:
楼上应该正解，上限是32767
[/quote]

我也确定K上限是32767，16#上限是FF，问题是为啥呀？
K还好说，大不了用负数，当然肯定会用H；可变量的字逻辑运算，为啥只到FF而不是正常的FFFF，这没法玩呀]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2470071.html]]></link>
 <author><![CDATA[阳春节拍]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Wed, 23 Oct 2024 08:35:16 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[楼上应该正解，上限是32767]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2469808.html]]></link>
 <author><![CDATA[l83438797]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 22 Oct 2024 09:21:55 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[超范围了吧，你用DWAND试试]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2469795.html]]></link>
 <author><![CDATA[leo.xue]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 22 Oct 2024 08:36:42 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[信捷的不同型号PLC，支持的指令不一样]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1775140#2469793.html]]></link>
 <author><![CDATA[工控老陈]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 22 Oct 2024 08:33:04 +0000]]></pubdate>
</item>
</channel></rss>