LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

According to an input quantity, generate the corresponding quantity of the waveform chart

Solved!
Go to solution

I try to reduced the version of VI to 11.0(here I want to ask LabVIEW will generate the old version of VI in the folder?) .

As you said, I also think my code is too complicated in the implementation algorithm. would you mind providing me some links of relevant LabVIEW tutorials? Thank you very much for your patient guidance ~

0 Kudos
Message 11 of 16
(598 Views)

While you probably saved for previous, you still attached the 2021 version. The previous version will be in a subfolder. Saving for a previous version will generate a new hierarchy. It won't overwrite the original of course. That would be very bad!

 

Have you studied my example above?

There are a lot of learning resources listed at the top of the forum.

0 Kudos
Message 12 of 16
(591 Views)

thank you so much! Your program let me benefit a lot! 

0 Kudos
Message 13 of 16
(589 Views)

I'm so sorry for my fault, I just tried it again.This time I see that the new VI file has gone down from 29KB to 21KB, and I think I have succeeded.

0 Kudos
Message 14 of 16
(584 Views)

Some quick hints about your mistakes and unnecessary complications.

 

altenbach_0-1662391194429.png

 

(Of course you first need to ensure that N plots exists. You cannot set a property for nonexistent plots. Compare with my code) 

 

altenbach_1-1662391873799.png

 

 

0 Kudos
Message 15 of 16
(577 Views)

Thanks a lot for your valuable modification opinions! I will modify my program according to your opinions and reference procedures.

0 Kudos
Message 16 of 16
(557 Views)