LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to break a string!!

Well, I only showed the easy way with complex arrays.
 
If you want to do the bundle approach, you have two possibilities (both shown in the attached VI, pick one!):
  1. Create an array of clusters, each an xy point. Here you would simply need to place the bundle operation into a FOR loop, then append the resulting array to the shift register.
  2. Create two shift registers, one to built the array of x values and one for the y values. bundle the two on the way to the xy-graph terminal.

(You are building an array of clusters, each forming one plot, so each set of data will be plotted seperately. This is incorrect!)

Message Edited by altenbach on 07-10-2007 03:59 PM

Message 31 of 34
(1,065 Views)
Oops, the vi you had posted is in 8.2.1Smiley Sad can you please attach in 8.0
0 Kudos
Message 32 of 34
(1,057 Views)
Sorry, too many versions on my computer. 😉
 
 
0 Kudos
Message 33 of 34
(1,051 Views)
That's working superb!
Thanks!!Smiley Happy
0 Kudos
Message 34 of 34
(1,047 Views)