01-31-2010 04:50 AM
Hello. I have a problem drawing an XY graph from file. I managed to plot one graph, but I need 3 graphs plotted on one XY graph.I have 4 txt files with 1D arrays (just one column) of data. 1st: only X values, the rest 3 are Y values. Could you please answer what is the mistake in my block diagram and how to solve it?
Solved! Go to Solution.
01-31-2010 07:04 AM
01-31-2010 09:26 AM
For new users it's sometimes confusing that Array Subset always returns the same type of array as the input, even though you may be selecting a range that amounts to a row or a column. This has been a source of confusion for new users from day one, so don't feel too bad.
You should also provide path controls with actual paths set for the Read From Spreadsheet File VIs. As it is, with no path wired to them the Read From Spreadsheet File VI will prompt you. Since there is no data dependency on the individual instances you won't know which one it's asking for first. It may not matter in your specific case, but you should not make something that's ambiguous.