Josep Bria

Results 5 comments of Josep Bria

Hi, If I understand correctly, I am having the same problem. It will fail to write to the PLC when using the AreaWrite method, yet it will still return a...

I am having the same problem. Apart from @gambgia solution, just closing (Close()) the socket when the connection fails ( LastError = S7Consts.errTCPDataReceive;) seems to help. The following is an...

Hi, I apologize for the late reply as well. We are not doing any parallell requests, but the problem seems to go away when only using one DB block. So...

Yes, that´s more or less what is happening. It appears that the data is not being trashed though.

@feiyun0112 Unfortunately, the provided sample does use a const value for [ImageType(ImageSettings.imageHeight, ImageSettings.imageWidth)], which we are trying to avoid. Removing the LoadColumn attribute still prompts us with the same error...