robinson / gos7

Implementation of Siemens S7 protocol in golang
BSD 3-Clause "New" or "Revised" License
315 stars 124 forks source link

Request support for some S7-200 #54

Closed wind-j closed 2 years ago

wind-j commented 2 years ago

Hello, I need to use the SetConnectionParameters function when using some S7-200 devices. Can you modify the support? Thanks!

robinson commented 2 years ago

Hi wind-j, actually I tested it with S7-200 some years ago, cannot remember it correctly, can you set rack and slot as 0 and 0 and it should work. BR

wind-j commented 2 years ago

Thank you, I will try it when I have debugging conditions.