Page 1 of 1

Simulate Bad_RefreshInProgress

Posted: 04 Aug 2022, 09:16
by ssmaung
Hello,

Background:
I was trying to simulate to see Bad_RefreshInProgress error code.
But it seems I could not simulate to get this Bad_RefreshInProgress error code.
So I searched source code and found no line of code which returns Bad_RefreshInProgress in UASDK source code.

Question:
It is something that OPC UA Server should implement on our own?
Or SDK framework already can return it if I simulate correctly?

Thank you.

Re: Simulate Bad_RefreshInProgress

Posted: 08 Aug 2022, 14:39
by Support Team
Hello,

The C++ SDK should return the Bad_RefreshInProgress when the two or more Refresh calls are called simultaneously.
However, the check is still missing in the SDK. The check will be added in the next major release V1.8 which is planned for the end of the year.

Re: Simulate Bad_RefreshInProgress

Posted: 10 Aug 2022, 05:40
by ssmaung
Thank you very much for the information.