gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 246 forks source link

How to handle data change event #396

Closed WBangash closed 1 year ago

WBangash commented 1 year ago

Hi Everyone,

I have used s7 library in C# where you define S7DataItem and listen to DataChange event. Can any one please help me how to do it in python.? Thanks