chrisdutz commented on code in PR #1850:
URL: https://github.com/apache/plc4x/pull/1850#discussion_r1820323231
##########
plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/readwrite/DatatypesTest.java:
##########
@@ -53,9 +63,12 @@ public static void main(String[] args) throws Exception {
builder.addTagAddress("udint-array", "%DB2:50:UDINT[2]"); //
12345, 23456
builder.addTagAddress("real-value", "%DB2:58:REAL"); // 3.14159
builder.addTagAddress("real-array", "%DB2:62:REAL[2]"); // 12.345,
12.345
- builder.addTagAddress("lreal-value", "%DB2:70:LREAL"); //
3.14159265358979
- builder.addTagAddress("lreal-array", "%DB2:78:LREAL[2]"); //
1.2345, -1.2345
+
+// builder.addTagAddress("lreal-value", "%DB2:70:LREAL"); //
3.14159265358979
Review Comment:
Why did you comment out these?
--
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]