Beckhoff / ADS

Beckhoff protocol to communicate with TwinCAT devices.
MIT License
491 stars 193 forks source link

Will beckhoff officially launch the golang version of the ADS API #212

Open fsyxhua opened 10 months ago

fsyxhua commented 10 months ago

Will beckhoff officially launch the golang version of the ADS API, like C#, including the ADS Server interface.

josehrami commented 8 months ago

really interested in an official golang version. We are in the process of creating a go wrapper for the c++ library but would rather use an official go library if available

tdonhauser commented 7 months ago

@josehrami we did the same. We've implemented a go wrapper for the windows c++ dll. It works great for all the TwinCat stuff, but I couldn't get communication to the TwinCat-Eventlogger running so far. Therefore an offical go-api from Beckhoff would be a great benefit.