Hello.
Ad 1) Cannot reproduce. What I did (QuickOPC 2016.2):
- - Modified the Delphi example UADocExamples to run for 10 minutes: In _EasyUAClient.SubscribeDataChange.Main.Inc, near the end, changed PumpSleep(60*1000) to PumpSleep(10*60*1000)
- Modified the same example and file to show errors as well as successful results: In procedure procedure TClientEventHandlers.OnDataChangeNotification, changed eventArgs.AttributeData.ToString to eventArgs.ToString.
- Ran UADocExamples and selected _EasyUAClient.SubscribeDataChange.Main.
- Observed data coming in.
- Unplugged network cable
- Observed some errors being displayed.
- Waited for 6 minutes.
- Plugged in network cable again.
- In just a few seconds, valid data started coming again.
Please describe your own steps to reproduce the issue, and observations during made these steps. In addition, I completely fail to understand the sentence below - please explain.
I check OpcUaclient connection and it give me Always Connected and never disconnect it)it happen also when i unplugged cable).
Ad 2) Cannot reproduce. What I did: Ran Delphi UADocExamples, selected _EasyUAClient.SubscribeEvent.Main. Observed events coming in.
Please describe your own steps to reproduce the issue, and observations during made these steps. If this is with your own code, post the code here.
Best regards