S7NetPlus / s7netplus

S7.NET+ -- A .NET library to connect to Siemens Step7 devices
MIT License
1.3k stars 580 forks source link

read S7-300 tags with IBH Link S7++ #439

Open alextroto opened 2 years ago

alextroto commented 2 years ago

Hello, I'm dealing with a strange problem when trying to read tags from a S7-300 PLC. This is our configuration: image When I'm trying to read something from the PLC I'm getting this error: 'Received 12 bytes: '32-02-00-00-00-00-00-00-00-00-00-00', expected 20 bytes.'

If I'm connecting to the PLC by MPI network, everything works as expected. image Any ideas what could cause the problem?