02-10-2022 12:28 AM
i believe the error is because of the limit line i drawn according to the values in the msg , but the whole program runs well, except the error message. And i dont know how to clear this error.
equipment is Agilent E4440A Spectrum Analyzer
Solved! Go to Solution.
02-10-2022 12:49 AM
settled
02-10-2022 02:03 AM
02-10-2022 03:50 AM - edited 02-10-2022 03:54 AM
Sorry about that,
So for this error, means there is too many duplicate data values at the same "position".
As for my program, there is a part where it will draw a limit line using 13 points.
So When i test run the program the first time, the limit lines will be created once already. the limit lines data will be saved in the instrument.
and when i test run the program after modification the 2nd time, 3rd time, 4th time.. more and more same limits line are created.
Thus causing this error~
The solution: find commands from manual, to delete all limits lines at the start of the program. So everytime there will only be 1 set of limit lines in the instrument
instrument: Agilent E4440A Spectrum Analyzer connect via GPIB
BR,
An intern w 1 mth labview experience so far