02-23-2010 04:54 PM - edited 02-23-2010 05:00 PM
See this figure:
1) I desire to save an array with ONLY same data that are taken only if there is a particular condition like the figure (Array3). I have done this, but doesn't save array, but only the last number. Can You do this VI to save an array when the condition of CASE LOOP it's true?
2) Il the right part of VI I desire save an array (better MAtrix Array), but I desire only an array of 30 element. After 30 elements I desire to start again from index 0. Can I do this? And after I desire to show in control panel the data of particular index (for example the 3 value of the same index of the maximun of the second column). Can I do this?
3) To finish I desire save array of 30 elements in an excel file.
Can You repeat a VI in LW8 for me please with this corrections? Thanks.
02-23-2010 05:28 PM
For array three try making the build array block so it has 2 inputs, put the data you want to add into the second input, and put the output of the block as feedback into the first input.
02-23-2010 05:30 PM
02-23-2010 11:33 PM
hope this answers all the 3 questions.
02-24-2010 12:42 AM
02-24-2010 12:50 AM
02-24-2010 12:56 AM
Guru but if I desire to save data in array, It's necessary to put an array indicator in front panel and after hide it? Or it's possibile to create a array directly in block diagram that I don't use in front panel but only in block diagram?
Thanks for VI.
02-24-2010 01:02 AM
If you want to "present" (or show) the data in the Front panel then you must create a control/indicator for that..
If you dont want to show ,why you want them in the block diagram (as well in frontpanel)?
02-24-2010 01:11 AM
02-25-2010 09:34 PM
Michelle1892773 wrote:
Like algoritmical variable used byt he program, but not important to see.
In LabVIEW that "variable used byt he program, but not important to see" is called a wire.
Play nice Michelle