Closed maxwelltsai1536 closed 2 years ago
Do you experience an actual issue, or are you guessing something must be wrong? People are using this library, I would assume someone would've noticed if this was broken.
Do you experience an actual issue, or are you guessing something must be wrong? People are using this library, I would assume someone would've noticed if this was broken.
Do you experience an actual issue -> No are you guessing something must be wrong? -> Yes (from souce code logic,i guess it should be wrong,but actually is successful,this is where i get confused)
My guess is the indexes don't align because S7NetPlus is performing this check on a subset of the returned data. You can probably easily detect that by looking at all of the data. Also, in Sally7 most of the messaging structure is available as structs, that might provide an easier look into the protocol data from C# perspective.
My guess is the indexes don't align because S7NetPlus is performing this check on a subset of the returned data. You can probably easily detect that by looking at all of the data. Also, in Sally7 most of the messaging structure is available as structs, that might provide an easier look into the protocol data from C# perspective.
Got it.i will check agin .thank you for reply.
the PlcAsynchronous.cs line 458 method ValidateResponseCode , i saw the s7data[14] is 0x00,here should be throw exception ,but acctually not,this statusCode is Reserved