[
https://issues.apache.org/jira/browse/PLC4X-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396770#comment-17396770
]
Christofer Dutz commented on PLC4X-308:
---------------------------------------
Add this to your pom:
{code:java}
<!-- Make Snapshots of Apache projects available -->
<repositories>
<repository>
<id>apache-snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<!-- Make Snapshots of Apache plugins available -->
<pluginRepositories>
<pluginRepository>
<id>apache-snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
{code}
> plc4x s7 driver java for real type wirte error
> ----------------------------------------------
>
> Key: PLC4X-308
> URL: https://issues.apache.org/jira/browse/PLC4X-308
> Project: Apache PLC4X
> Issue Type: Bug
> Components: Driver-S7
> Affects Versions: 0.8.0
> Reporter: lihs
> Priority: Major
>
> Creating a write request for real type such as
> via addItem("value-5", "%DB1.DBD16:REAL", 12.1)
>
> when execute the request, error as below:
> 'ERROR org.apache.plc4x.java.s7.readwrite.types.DataTransportErrorCode - No
> DataTransportErrorCode for value 7'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)