LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiplicity Error, too many data values of ...

Solved!
Go to solution

Noob_intern_0-1644531930788.png

 

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. 

Noob_intern_1-1644532047026.png

 

equipment is Agilent E4440A Spectrum Analyzer

 

 

0 Kudos
Message 1 of 4
(1,112 Views)

settled

0 Kudos
Message 2 of 4
(1,106 Views)

Hi noob,

 

it really would help to provide a (real) solution instead of marking the word "settled" as solution…

 

What have you done to solve that Agilent-internal error?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(1,089 Views)
Solution
Accepted by topic author Noob_intern

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

 

0 Kudos
Message 4 of 4
(1,071 Views)