09-19-2013 10:40 AM
No prob I can attach Vi here it is.
09-19-2013 10:59 AM
@chadalawada wrote:
No prob I can attach Vi here it is.
I cannot find any graph/chart that resembles the image you posted earlier. Which one is it?
This entire VI looks like a house of cards, with diseappearing connection IDs (use of default if unwired tunnels), and tons of pure Rube Goldberg constructs such as "equal TRUE". The output of a boolean operation with "equal TRUE" just returns the original value of the boolean and the result would not be any different if you remove the "equal true" and just retain the wire. Why are there so many single-case event structures with nearly identical code. Couldn't you combine them all into one? (You know that event structures can have more than one event case, right? right!?) Why the long ladders of logical OR operations? Use a single compound node instead!
09-19-2013 11:08 AM
Since i am beginner of Labview developement,not yet perfect on all functions,so trying to do it in a way tht i knew,any suggestions so that, i can improve whole code.
thanking you
09-19-2013 11:13 AM
I still don't know which chart you were talking about.
09-19-2013 11:16 AM
It can be for any graph in the diagram,finally i have to plot multi plot graph with column values from the 2D array.