You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by Brian <64...@qq.com> on 2021/06/16 02:12:40 UTC

回复: java write REAL TYPE

Hi Ben


According to your prompt, I have modified it and now it can be used. Thank you very much!


Kind Regards


Brian


------------------&nbsp;原始邮件&nbsp;------------------
发件人:                                                                                                                        "dev"                                                                                    <ben.hutche@gmail.com&gt;;
发送时间:&nbsp;2021年6月16日(星期三) 上午10:02
收件人:&nbsp;"dev"<dev@plc4x.apache.org&gt;;

主题:&nbsp;Re: java write REAL TYPE



Hi Brian,

I haven't had any experience with using plc4x with Siemens PLC's, but I did
find a comment in the RELEASE_NOTES file about this being fixed in the
0.9-SNAPSHOT version.

You will have to add the following to your pom.xml file.

<repositories&gt;
&nbsp; <repository&gt;
&nbsp;&nbsp;&nbsp; <id&gt;apache-snapshots</id&gt;
&nbsp;&nbsp;&nbsp; <url&gt;https://repository.apache.org/content/groups/snapshots</url&gt;
&nbsp;&nbsp;&nbsp; <snapshots&gt;<enabled&gt;true</enabled&gt;</snapshots&gt;
&nbsp; </repository&gt;
</repositories&gt;

<version&gt;0.9.0-SNAPSHOT</version&gt;

Kind Regards

Ben

On Tue, Jun 15, 2021 at 9:37 PM Brian <644036249@qq.com&gt; wrote:

&gt; I use java to send real type to interact with plc1200
&gt; Error reporting internal_ error;
&gt; But I use java to read the real type and interact with plc1200
&gt; successfully.
&gt; How to use java to write data to PLC

Re: 回复: java write REAL TYPE

Posted by Christofer Dutz <ch...@c-ware.de>.
We really should release asap 😉

Holen Sie sich Outlook für Android<https://aka.ms/AAb9ysg>

________________________________
From: Brian <64...@qq.com>
Sent: Wednesday, June 16, 2021 4:12:40 AM
To: dev <de...@plc4x.apache.org>
Subject: 回复: java write REAL TYPE

Hi Ben


According to your prompt, I have modified it and now it can be used. Thank you very much!


Kind Regards


Brian


------------------&nbsp;原始邮件&nbsp;------------------
发件人:                                                                                                                        "dev"                                                                                    <ben.hutche@gmail.com&gt;;
发送时间:&nbsp;2021年6月16日(星期三) 上午10:02
收件人:&nbsp;"dev"<dev@plc4x.apache.org&gt;;

主题:&nbsp;Re: java write REAL TYPE



Hi Brian,

I haven't had any experience with using plc4x with Siemens PLC's, but I did
find a comment in the RELEASE_NOTES file about this being fixed in the
0.9-SNAPSHOT version.

You will have to add the following to your pom.xml file.

<repositories&gt;
&nbsp; <repository&gt;
&nbsp;&nbsp;&nbsp; <id&gt;apache-snapshots</id&gt;
&nbsp;&nbsp;&nbsp; <url&gt;https://repository.apache.org/content/groups/snapshots</url&gt;
&nbsp;&nbsp;&nbsp; <snapshots&gt;<enabled&gt;true</enabled&gt;</snapshots&gt;
&nbsp; </repository&gt;
</repositories&gt;

<version&gt;0.9.0-SNAPSHOT</version&gt;

Kind Regards

Ben

On Tue, Jun 15, 2021 at 9:37 PM Brian <644036249@qq.com&gt; wrote:

&gt; I use java to send real type to interact with plc1200
&gt; Error reporting internal_ error;
&gt; But I use java to read the real type and interact with plc1200
&gt; successfully.
&gt; How to use java to write data to PLC