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.
System goes slower and slower
In order to prevent this behavior, set the UpdateRates.ReadAutomatic property of your EasyDAClient instance to System.Threading.Timeout.Infinite.
Please Log in or Create an account to join the conversation.
- owe@eurosys.se
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
I've trid to use/instantiate a new opcclient localy withing each method and to use
a global static instance used by all threads.
I don't know which variant you recommend?
The problem though I think is as you said with the internal subscriptions to satisfy
my Reads.
>Regards Owe
Please Log in or Create an account to join the conversation.
- owe@eurosys.se
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
The reads that you do after each "trigger", are they generally to items that you have subscribed to or used before?
The reads after trigger are to items not subscribed to. They will be read for every product entering the station, about every
20 second. We only subscribe to tags that we want to trigger us to do something.
>Regards Owe
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- owe@eurosys.se
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
I will send you information tonight. Should I post it on this thread or?
>Regards owe
Please Log in or Create an account to join the conversation.
The way you have described the characteristics of your application is very good. If there is anything more that can help me understand what the application does and how, please send it as well.
Please Log in or Create an account to join the conversation.
- owe@eurosys.se
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
Has done some more logging. It works fine in 5-6 minutes. After thar it starts to get
longer responstimes.
The system has approx 3000 tags. We subscribe about 100. We ge triggered some
times per second. After each trigger there is quit a lot reads to execute the usecase.
Could it be that we have to split the system in 2 or more subsystems to hadle the load?
>Regards owe
Please Log in or Create an account to join the conversation.