Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
Refresh event behaviour different if another OPC-UA software is monitoring event
Please Log in or Create an account to join the conversation.
- Chiara-Dea
-
Topic Author
- Offline
- Senior Member
-
- Posts: 6
- Thank you received: 0
Thanks again for the support!
Please Log in or Create an account to join the conversation.
The mere fact that some client is connected should not have influence on what other clients are able to see.
I recommend that you ask the server provider under which conditions the server can provide different or no events to the client in the way you have described. If they can explain it, you will take it from there. If they claim that the server is not doing that, the next step would be to capture the communication between the server and the client using Wireshark, and analyze it. From that, it should be possible to tell which side is "to blame".
Best regards
Please Log in or Create an account to join the conversation.
- Chiara-Dea
-
Topic Author
- Offline
- Senior Member
-
- Posts: 6
- Thank you received: 0
The code is the following:
I have two different behaviour. In the first one, I've launched only the console application. Here's the output:
In the second one, I connected the server to another application (UaExpert, it's the tool I was given to compare my application output). Then I've launched my console application.
There are previous active events in the refresh event (as I expected).
I think the problem lies somewhere in the configuration, but I cannot figure out where.
The big difficulty is that I cannot attach a debugger: I'm working remotely and the OPC-UA server is behind an ad-hoc network, so the testing involves the deploy on the production enviroment on a computer that can reach the server.
I've attacched the extended log of both runs.
Please Log in or Create an account to join the conversation.