FalkoWiese / uacl_cs

.NET/C#; OPC UA; Server, Client; Wrapper for proprietary SDK from Unified Automation
5 stars 1 forks source link

OPC Client Missing Values #1

Open Mujaved opened 5 years ago

Mujaved commented 5 years ago

Hi , I do not have any wire-shark trace but when i have reconnected again i got the current value. Initial if it is started with the 1 value then after reconnect i got 150. So it means 149 values missed. I just want to understand what can be the route cause for this. My client is working fine from 6 months no data loss but suddenly it behaves like this. Let me know the possible route causes for same.

Thank you

FalkoWiese commented 5 years ago

Moin, don't understand. I hope, you don't assume that the client works like a 'message queue', right? So, after a reconnect, it is really possible, that you are missing values!

Cheers.

On Tue, Nov 27, 2018 at 7:54 AM Mujaved notifications@github.com wrote:

Hi , I do not have any wire-shark trace but when i have reconnected again i got the current value. Initial if it is started with the 1 value then after reconnect i got 150. So it means 149 values missed. I just want to understand what can be the route cause for this. My client is working fine from 6 months no data loss but suddenly it behaves like this. Let me know the possible route causes for same.

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FalkoWiese/uacl_cs/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjWv-XAgZJF-9rJhow4fx3C2E8-n9xKks5uzOGMgaJpZM4Y02Mj .

-- Falko Wiese Dipl.-Ing. (Computer Engineering)

wieSE Software Engineering

Post..... Postfach 30 01 08, 17015 Neubrandenburg, Germany Fon...... +49 177 6337448 eMail.... this PGP Key.. keys.mailvelope.com/pks/lookup?op=get&search=0x5D39B7D738772220 Web...... wieseweb.com http://www.wieseweb.com

CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify us by reply e-mail at fwiese.wse@gmail.com or by telephone at +49 177 6337448, and destroy the original transmission and its attachments without reading them or saving them to disk. Thank you!

Mujaved commented 5 years ago

Its Mujaved, Apologize describe situation as follows I have configured around 100 tags with the opc ua c# client. This is realtime data which will come every 1mint frequency. I have tested no issues getting all tags changes correctly for 15 days. After that i have missed only two tags changes values i can see in machine it is changed but not received at client level remaining 98 tags are fine working. Now i have restarted and that two tags also getting fine. I need to understand what are the possible route cause for this or support me how i can proceed for RCA.