JoonasC commented on issue #1780: URL: https://github.com/apache/plc4x/issues/1780#issuecomment-2368360277
Sure, here is Beckhoff's official documentation: [https://infosys.beckhoff.com/english.php?content=../content/1033/tf6281_tc3_ethernetipscanner/index.html&id=](https://infosys.beckhoff.com/english.php?content=../content/1033/tf6281_tc3_ethernetipscanner/index.html&id=) For a TLDR version: 1. Add an Ethernet/IP scanner device:  2. Create a sync task for the device:  3. Create a global variable list called `ETHIP`, which contains variables declared in the `M` memory area:  4. Add the `Tc2_EthernetIP` library to the PLC project:  5. Check the read and write options for tags you want to read/write to:  6. Get the IP address of the Ethernet/IP server from the settings tab:  -- 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]
