fdupont-epsilia commented on issue #1626:
URL: https://github.com/apache/plc4x/issues/1626#issuecomment-2479379908

   ARRAY [1..13] OF WORD, UDINT, USINT, REAL worked. Will test other base type 
later.
   STRING(7), STRING(10) didn't work.
   
   ```json
   "throwable": {
       "className": "org.apache.plc4x.java.api.exceptions.PlcRuntimeException",
       "message": "Could not resolve data type STRING(7)",
       "stepArray": [{
           "className": "org.apache.plc4x.java.ads.protocol.AdsProtocolLogic",
           "methodName": "resolveDirectAdsTagForSymbolicNameFromDataType",
           "fileName": "AdsProtocolLogic.java",
           "lineNumber": 1886
         }, {
           "className": "org.apache.plc4x.java.ads.protocol.AdsProtocolLogic",
           "methodName": "getDirectAdsTagForSymbolicName",
           "fileName": "AdsProtocolLogic.java",
           "lineNumber": 1861
         }, {
           "className": "org.apache.plc4x.java.ads.protocol.AdsProtocolLogic",
           "methodName": "lambda$113",
           "fileName": "AdsProtocolLogic.java",
           "lineNumber": 1625
         }
   ....
   {
           "className": "org.apache.plc4x.java.ads.protocol.AdsProtocolLogic",
           "methodName": "getDirectAddresses",
           "fileName": "AdsProtocolLogic.java",
           "lineNumber": 1626
         }, {
           "className": "org.apache.plc4x.java.ads.protocol.AdsProtocolLogic",
           "methodName": "read",
           "fileName": "AdsProtocolLogic.java",
           "lineNumber": 640
         }
   ```


-- 
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]

Reply via email to