gijzelaerr / python-snap7

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

Can't read from S210 Drive #496

Closed TimDMottram closed 3 months ago

TimDMottram commented 3 months ago

Hi, we are trying out Snap7 (python) to get trace data from our drives (1 x G120, 2 x S210).

For the G120 everything works like a charm - we get all the data, nice and fast (not fully checked for continuity yet).

For the S210 nothing we try works, we can't read / write a single Parameter, we keep getting 'CPU Refused' error.

The S210 is slightly different in that it uses different 'Drive Objects' for CU and Application spaces - but as we can't read/write anything at all, I'm a little lost.

Are there any settings that you think might be set that are stopping the S210 responding? (TIA configuration etc)

The connections seems to open find, lights are on but nobody's home...