09-25-2023 02:15 AM
I have encountered difficulties in using the advanced pulse sequence. The loop in the middle seems to be unable to produce the correct advance sequence. Is there any relevant setting procedure that I can use as a reference?
09-25-2023 09:47 AM
At first glance it looks like you have an auto indexing For Loop but you do not have an input that is an Array to be indexed.
But I am only guessing because I can't troubleshoot a picture. Please attach your actual code not a picture of a block diagram.
09-25-2023 10:43 PM
Only the input of pulse voltage at the top of the figure is an array type, and other parameters are passed into the loop as constants. Do other properties have to be input in array type? Currently, the output is only the final voltage value of SWEEP repeated step count. If abort is not added at the end, he will not be able to complete the JOB within the timeout time.
09-26-2023 03:50 AM
Attached is the vi file that currently has the problem.
Also, I would like to ask whether the for loop interface uses shift register or general tunnels.
09-27-2023 11:09 PM
Is there any expert who can help identify the problem?
My purpose is to use pulse sequence method to measure I-V sweep. The basic functions of the first version are OK, but due to the measurement error, the "remote sense" and "transient "functions need to be added. However, because these two functions require the use of advanced sequences, an error occurred after adding the advanced sequence.