rossmann-engineering / EasyNetVars

Library (.DLL) for Data Exchange between CoDeSys Devices and .NET Applications via Network-Variables
36 stars 15 forks source link

SendValues Bug with Long Datagram ? #1

Open filou59 opened 5 years ago

filou59 commented 5 years ago

Hello

I want to say thank you for your library. I think there is a problem when sending several telegrams

By testing with 4 string variables, then 6 word variables, I do not receive anything from the 4th variable variable0 : STRING(80) - OK variable1 : STRING(80) - OK variable2 : STRING(80) - OK variable3 : STRING(80) - Var is Empty on PLC variable4 : WORD - Var is Empty on PLC to ... variable10:WORD - Var is Empty on PLC

I did the test with version 1.0 and version 1.1.

If you have an idea to solve this problem I'm interested.

filou59 commented 5 years ago

I made another try with 40 longreal . The first 32 are ok (32x8=256), but nothing for the next.