LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Flow without wire and simply my application

Hi;
 
I have wirtten a complicated vi in Labview. All I want to do is simplify the wire connections and use local variables instead of wires. Can I do that or is there another way so I can get rid of this wire mess?
I have tried the local variables option but it slowed my application down and at some point it does not work correctly so I think this is not a clever option. 
Thank you.
0 Kudos
Message 1 of 2
(2,549 Views)
 
 

As far as possible, it is always better to streamline your dataflow with wiring, rather than using local variables.

It helps to follow a good design patters to make your vi compatible and more maintainable

Read this style guide to learn more

 

Message Edited by devchander on 10-18-2006 10:06 PM

Message 2 of 2
(2,546 Views)