Need help understand the issue.
We are facing strange problem of instrument getting hung up after few days of operation.
I have implemented NI VISA using HISLIP to an instrument where one thread is continuously querying the status and parameters of the instrument in C#.
Another thread is running which sets one or two parameters every few minutes and exits.
I have implemented all threads to open session and keep it alive i.e. session opened is not closed and kept open. (I tried opening and closing session also but the same issue persist)
I understand multiple client can connect to instrument using HISLIP but I think this may be a problem.
Can anyone please help. Let me know if you need anything from my side.