apache / plc4x

PLC4X The Industrial IoT adapter
https://plc4x.apache.org/
Apache License 2.0
1.26k stars 402 forks source link

S7-200 is not supported? #664

Closed nmgwr closed 8 months ago

nmgwr commented 1 year ago

The Java version of the driver I use

chrisdutz commented 1 year ago

Well we don't have anyone with such a device. Theoretically it should be possible to extend an S7 200 with an ethernet module, however I guess nobody has ever tested it with that. So in the classical sense: No it's not supported, but it might work. So please just give it a try.

heyoulin commented 1 year ago

try my fork: https://github.com/spnettec/plc4x

chrisdutz commented 1 year ago

Anything in that fork, that you would like to contribute back to the project?

heyoulin commented 1 year ago

Soory. I'm a bit busy recently, I will submit in few days

hongjinlin commented 1 year ago

@nmgwr It's now supported at the develop branch, please try with the param "?controller-type=S7_200”. Welcome to feedback if you still have any problems.

nmgwr commented 1 year ago

@chrisdutz In some industrial control systems in China, a large number of low-end PLCs use the s7-200. I think the author's development branch supports it. Let me try

nmgwr commented 1 year ago

@heyoulin thank you

nmgwr commented 1 year ago

@heyoulin thank you,i try, thank you

chrisdutz commented 1 year ago

Can we close this issue?

chrisdutz commented 8 months ago

Closing issue as S7-1200 is supported.