Documentation:http://pyads.readthedocs.io/en/latest/index.html Issues: In order to assist with issue management, please keep the issue tracker reserved for bugs. For any questions or feature requests, please use thediscussionsarea. Alternatively, questions can be posted toStack Overflowtagged withtw...
The testserver ( $ python -m pyads.testserver ) also works and I can even poll for dummy variables like indicated within the official documentation. pyads.open_port() 30000 remote_ip='192.16.17.9' adr=pyads.AmsAddr('127.0.0.1.1.1', pyads.PORT_SPS1) pyads.add_route(adr,remote_ip) 2017...