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.
- Forum
- Discussions
- QuickOPC-UA in .NET
- Reading, Writing, Subscriptions
- 2nd SubscribeDataChange calls freeze
2nd SubscribeDataChange calls freeze
- phil56
- Topic Author
- Visitor
Thank you, it's good with this new version (5.52.0.4 ).
I restart my tests.
Regards.
Please Log in or Create an account to join the conversation.
Can you please download a new build of 2018.2 preview version - from the same URL (it should report itself as 5.52.0.4 or later on the 1st page of the installation wizard), rebuild, and retest?
Best regards
Please Log in or Create an account to join the conversation.
- phil56
- Topic Author
- Visitor
I did the test with a new console application (QuickOpc 5.52) and OPC Fondation UA Sample Server
Same problem
Sans indicateur 0 0 Thread inconnu [Thread détruit]
Sans indicateur 4564 0 Thread de travail <Aucun nom> Normale
Sans indicateur 12772 3 Thread de travail <Aucun nom> Normale
Sans indicateur 5984 6 Thread de travail <Aucun nom> Normale
Sans indicateur 19072 7 Thread de travail vshost.RunParkingWindow Microsoft.VisualStudio.HostingProcess.Utilities.dll!Microsoft.VisualStudio.HostingProcess.HostProc.WaitForThreadExit Normale
[Code externe]
Sans indicateur 13400 8 Thread de travail .NET SystemEvents System.dll!Microsoft.Win32.SystemEvents.WindowThreadProc Normale
[Code externe]
Sans indicateur > 13532 9 Thread principal Thread principal OpcLabs.BaseLib.dll!OpcLabs.BaseLib.Threading.MonitorLock.MonitorLock Normale
[Code externe]
TestPbOpcUA.exe!TestPbOpcUA.Program.Main(string[] args) Ligne 34
[Code externe]
Sans indicateur 9312 12 Thread de travail Thread de travail OpcLabs.EasyOpcUA.dll!OpcLabs.EasyOpc.UA.Toolkit.UAClientEngineBase.TryGetConnectedEngineRecord Normale
[Code externe]
Sans indicateur 0 0 Thread inconnu [Thread détruit]
Sans indicateur 0 0 Thread inconnu [Thread détruit]
Sans indicateur 0 0 Thread inconnu [Thread détruit]
Sans indicateur 10424 10 Thread de travail <Aucun nom> OpcLabs.BaseLib.dll!OpcLabs.BaseLib.Threading.PeriodicWorker.Process Normale
[Code externe]
Sans indicateur 20840 11 Thread de travail <Aucun nom> OpcLabs.EasyOpcUA.dll!OpcLabs.EasyOpc.UA.Toolkit.UASmartEngine.RemoveAndDisposeUnusedSessions Normale
[Code externe]
Apparently main thread hang in OpcLabs.BaseLib.Threading.MonitorLock.MonitorLock !!
Regards.
vs project :
Please Log in or Create an account to join the conversation.
If so, I cannot tell more without actually going deeper into analyzing the hang. Can you please follow the steps described here?: kb.opclabs.com/Troubleshooting_program_hangs
Thank you
Please Log in or Create an account to join the conversation.
- phil56
- Topic Author
- Visitor
unfortunately I have the same thing with this alpha version.
I did the test with different assembly versions, results :
QuickOpc 5.40 : OK
QuickOpc 5.50 : OK
QuickOpc 5.51 : KO
QuickOpc 5.52 (alpha) : KO
Regards.
Please Log in or Create an account to join the conversation.
I will send you a link to an alpha version to the email you used to register with these forums.
Best regards
Please Log in or Create an account to join the conversation.
- phil56
- Topic Author
- Visitor
yes I am interested by the alpha version.
A date for the 2018.1 version ?
Regards
Please Log in or Create an account to join the conversation.
If you are interested, I can send you an alpha version for private testing. Let me know.
Please Log in or Create an account to join the conversation.
- phil56
- Topic Author
- Visitor
this is just a test case
private void Client_DataChangeNotification([JetBrains.Annotations.NotNull] object sender, [JetBrains.Annotations.NotNull] OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs e)
{
Console.WriteLine("Nouvelle valeur {0} : {1}", e.Arguments.NodeDescriptor.NodeId, e.AttributeData.Value);
}
Regards
Please Log in or Create an account to join the conversation.
can you post the event handler code too?
Regards
Please Log in or Create an account to join the conversation.
- Forum
- Discussions
- QuickOPC-UA in .NET
- Reading, Writing, Subscriptions
- 2nd SubscribeDataChange calls freeze