04-29-2008 01:29 PM
Hi krispiekr…,
i don´t understand your code. How many parallel loops do you have now? Can you upload more code, so we can help to clean up and show you a way without local variables?
Mike
04-29-2008 01:50 PM - edited 04-29-2008 01:53 PM
04-29-2008 01:59 PM
04-29-2008 02:02 PM
04-29-2008 02:12 PM - edited 04-29-2008 02:17 PM
04-30-2008 02:27 AM
Since "refactoring" (the process of cleaing up the code) takes a long time while this should not change the functionality of the code, it is recommended to implement the code in a proper way from start.....So i recommend you to look into examples shipped with LV or you can download from NI website just to see what possibilities are out there to reduce the usage of variables and sequencestructures 😉
@krispiekream wrote:
i have this vi that is working..but its filled with sequences and local variables. i dont want mess with a working code so i didnt bother cleaning it up...