01-12-2024 08:12 AM
Hello Everyone,
I am trying to write a program to operate the HP4194A Impedance Analyzer. But whenever I read data from internal registers into an array the program ends with the error code 1074001665. Although, my data import is successful every time. Therefore, I don't know why I am seeing this error. This error is introduced by the for loop I created for data reading.
This is a big problem because I want to create an automated program that can run in a loop for some cycles and because of this error, I can only run it for one time.
Could you please help me to solve this issue?
Attached, you can find the snapshot of the error and my code.
Thank you,
Best Regards,
Harpreet.
02-07-2024 09:12 PM
Hello Harpreet,
Did you have a chance to look at this thread, which has a solution to an issue similar to yours?
Solved: -1074001665 - NI Community
Let me know if this doesn't solve your problem.
02-12-2024 02:47 AM
Hello,
Thank you very much for your help. I appreciate that.
I have solved the problem. It turns out that I was repeating the same command so it was giving me an error. But now it is resolved.
Thank you very much,
Harpreet