You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
I have also increased the timeout parameters in client.py as below :
Client.py
Do i need to change also somewhere in ua_client.py or do i need to do anything next.
Thanks
Rajnish Vishwakarma
The text was updated successfully, but these errors were encountered:
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](https://private-user-images.githubusercontent.com/64892368/374164738-17d4f90c-ab4b-43fe-acc0-ff2457529e3a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjAxODAsIm5iZiI6MTczOTExOTg4MCwicGF0aCI6Ii82NDg5MjM2OC8zNzQxNjQ3MzgtMTdkNGY5MGMtYWI0Yi00M2ZlLWFjYzAtZmYyNDU3NTI5ZTNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE2NTEyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThkZmQ1MzY0NmJkNDMwNTg4MjcyMTIyZmFiNzA0ZDMwNTZmYWQzMDE3OWJhZjJlMzc1YmY2YWMyODZkNTQwYjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hL_D3FPOFflqVLtzzQyZZibibObNBUXjAeNOIQBybMg)
I have also increased the timeout parameters in client.py as below :
![image](https://private-user-images.githubusercontent.com/64892368/374165271-f4af4ca8-456c-445e-ac9d-1cf8316f4ef1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjAxODAsIm5iZiI6MTczOTExOTg4MCwicGF0aCI6Ii82NDg5MjM2OC8zNzQxNjUyNzEtZjRhZjRjYTgtNDU2Yy00NDVlLWFjOWQtMWNmODMxNmY0ZWYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE2NTEyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg3ZmQ3YjcwNWM2NDYxM2FmY2ZhMjU1Y2NlMTkyMjcxZDQyMTg1NjQ1MThlZjU1NTBhY2E3M2IwNjEwZTMwZGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5UpuWPl8DP6IiXXFQIfDpBmKsmse5wOr1XpGinxcszo)
Client.py
Do i need to change also somewhere in ua_client.py or do i need to do anything next.
Thanks
Rajnish Vishwakarma
The text was updated successfully, but these errors were encountered: