Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Connection Aborted Error Exception at OPCUA Python Data Logging Client #1552

Open
rajnishnationfirst opened this issue Oct 7, 2024 · 0 comments

Comments

@rajnishnationfirst
Copy link

rajnishnationfirst commented Oct 7, 2024

Hi Team ,

I have developed a data logging using opcua hda .

Scenarios :

Data Logging Acquisition Cycle set at WinCC OPENPCS Is 500 m/s - 120 Data Points in 1 Minute .

I am fetching 1 hour day for a certain interval data points ( 7200 Data points for 1 hour ) but i am facing issue using hda_client.read_raw_history(start_time , end_time ) function.

There are 20 main nodes with each having 100 tags .

For each node a thread is created using THREADPOOL EXECUTOR in python for data logging. For 1st 1 hour i am able to fetch the data points 7200 but when i am fetching for next hour its throwing an exception as - ConnectionAbortedError .

Image Snapshot Reference :
image

I have also increased the timeout parameters in client.py as below :
Client.py
image

image

Do i need to change also somewhere in ua_client.py or do i need to do anything next.

Thanks
Rajnish Vishwakarma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant