LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Case Structure

Hi ctk,

One way to reduce the size of you VI is by combining similar cases.  If you have two cases (a and b) that need to execute the same code, combine the two cases into one frame.  Use the list syntax (a,b) instead of creating a new frame for each case.

Please let me know if you have any further questions by replying to this post.  Best of luck on your application, and have a great day!!

Regards,
Ching P.
DAQ and Academic Hardware R&D
National Instruments
Message 11 of 12
(648 Views)
Thank chilly charly and cphuong, I rewrite the VI l  and use some subVI to replace those redundance function. It reduce a lot of size for it.
0 Kudos
Message 12 of 12
(620 Views)