fdupont-epsilia commented on issue #1626: URL: https://github.com/apache/plc4x/issues/1626#issuecomment-2478800011
So far, importing them from a file is good enough for me. Yeah, depending on how many fields of AdsDataTypeTableEntry are truly used/important, should be not too hard to generate them. Would require some work to parse missing arrays, such as « ARRAY [1..13] OF WORD ». STRING, size is +1. But for some reason, « rest » has one less byte at STRING(10) compare to 7. STRING(7) "size": 8, "rest": [-107, 25, 7, 24, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0] STRING(10) "size": 11, "rest": [-107, 25, 7, 24, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 10, 0] I attached the types I needed to add so far: [Plc4xAdsDataTypeTable.json](https://github.com/user-attachments/files/17775942/Plc4xAdsDataTypeTable.json) -- 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]
