<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[关于FX2N与VB6.0通讯为什么向寄存器写入的 ..]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335.html]]></link>
 <description><![CDATA[Latest 50 replies of 关于FX2N与VB6.0通讯为什么向寄存器写入的 ..]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Wed, 29 Apr 2026 03:39:17 +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[嗯，真的非常感谢你呀，还有个问题困扰了我好久了
Private Sub Timer2_Timer()
MSComm1.InBufferCount = 0&nbsp;&nbsp;&#39;设置读缓冲区为空
MSComm1.OutBufferCount = 0&nbsp;&nbsp;&#39;设置写缓冲区为空
outstring1 = Chr(&amp;O2) + &quot;0&quot; + &quot;0080&quot; + &quot;02&quot; + Chr(&amp;O3) + SUM_check1 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1495562.html]]></link>
 <author><![CDATA[缘分2013]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Fri, 11 Oct 2013 07:25:43 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[‘可用数组变量
Dim strText(10) As String

Private Sub Form_Load()
For i = 0 To 10
&nbsp;&nbsp;&nbsp;&nbsp;strText(i) = Text1.Text &amp; i
&nbsp;&nbsp;&nbsp;&nbsp;List1.AddItem strText(i)
Next i

End Sub]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1495388.html]]></link>
 <author><![CDATA[tk758]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Thu, 10 Oct 2013 23:52:28 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢你呀，昨天通过你这个代码和我自己的结合找出了这个规律，现在还有个问题请教下，怎样把动态的text.text赋给一个变量，意思就是通过一个函数比如说date（P），p是text的下标，然后把textp。text赋给一个变量，能实现吗？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1495140.html]]></link>
 <author><![CDATA[缘分2013]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Thu, 10 Oct 2013 09:13:35 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[写入的数据16进制数据, 是先写低字节, .再写高字节.
因此如写&quot;1&quot;进去PLC, 应写成&quot;0100&quot;, 写&quot;255&quot;进去PLC, 应写成&quot;FF00&quot;]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1494919.html]]></link>
 <author><![CDATA[tk758]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Wed, 09 Oct 2013 23:49:44 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[回复3楼，为什么我把&quot;0000&quot;改成0001实际写进去的数据是256，改成0002写进去的数据是512,0000是需要写进去的数据的16进制数据还是其他的关系？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1494713.html]]></link>
 <author><![CDATA[缘分2013]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Wed, 09 Oct 2013 07:38:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[Private Sub Command1_Click()&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;写入D0=0
Dim Address As String
Dim SenData As String

 MSComm1.Settings = &quot;9600,E,7,1&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 MSComm1.InputMode = comInputModeText

Address = ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1494644.html]]></link>
 <author><![CDATA[tk758]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Wed, 09 Oct 2013 04:41:52 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[VB6.0与FX2N通讯连接，可以用三凌MX-COMPONENT中的通讯控件，很容易连接的 [s:26]]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1439335#1494437.html]]></link>
 <author><![CDATA[zsm9614501]]></author>
 <category><![CDATA[三菱工控论坛]]></category>
 <pubdate><![CDATA[Tue, 08 Oct 2013 13:10:51 +0000]]></pubdate>
</item>
</channel></rss>