LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating Array after receiving number of values in while loop

No prob I can attach Vi here it is.

0 Kudos
Message 21 of 25
(664 Views)

@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!

0 Kudos
Message 22 of 25
(654 Views)

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

0 Kudos
Message 23 of 25
(646 Views)

I still don't know which chart you were talking about.

0 Kudos
Message 24 of 25
(641 Views)

It can be for any graph in the diagram,finally i have to plot multi plot graph with column values from the 2D array.

0 Kudos
Message 25 of 25
(638 Views)