ottlukas opened a new issue, #588: URL: https://github.com/apache/plc4x/issues/588
Reading an LREAL in my demo project https://github.com/sewiendl/plc4j-demo/tree/feature/read-lreal causes the following exception:``` org.apache.plc4x.java.api.exceptions.PlcRuntimeException: Field 'LReal' could not be fetched, response was INVALID_DATATYPE at org.apache.plc4x.java.base.messages.DefaultPlcReadResponse.getFieldInternal(DefaultPlcReadResponse.java:577) at org.apache.plc4x.java.base.messages.DefaultPlcReadResponse.getObject(DefaultPlcReadResponse.java:81) at com.example.plc4jdemo.Main.main(Main.java:39) ``` The field was added with ``` builder.addItem("LReal", "%DB101.DBX110:LREAL"); ``` Imported from Jira [PLC4X-154](https://issues.apache.org/jira/browse/PLC4X-154). Original Jira may contain additional context. Reported by: swiendl. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
