03-24-2012 09:20 AM
Even though I rearrange those three lines to group together before going to the format file block, It still comes with every row of data values. How can I set it to be shown only one time for each set of values. It shouldn't be shown again til I press "stop" and start running again.
It's quite confusing by explaining by text. Could you please make some changes in my vi or a new one if you have time and waste your time too much.
Thanks
03-24-2012 10:05 AM - edited 03-24-2012 10:05 AM
The Main Data Stream control is a 1D array.
How do you know which of the elements belong together and thus are to be printed on one line and which do not?
03-24-2012 10:27 AM
Each element is independent from each other. You can put any types of element in wherever you want by using unbundle. I just don't know how to arrange data in the way I told you. help me please!!! Thx
03-24-2012 10:33 AM - edited 03-24-2012 10:37 AM
Then you are going to have empty "fields" in each line.
If that is the case, then what you have written here on this message board of what you want does not match the data that is coming in.
To be very frank, I still do not understand your objective with this VI and I am still not understanding this "arrangement" of data that you are wanting.
03-24-2012 10:36 AM
Not sure what you mean by "empty fields". I think it's getting more confusing. Could you please help my by fixing my vi? Probably I didn't understand you completely. I think the data stream is ok. It's just the way to arrange data that I don't know.
03-24-2012 10:38 AM
I give up.
Hopefully, someone else can better understand what is it that you want.
03-24-2012 10:38 AM
The objective of this vi is the get values from the main datastream to save in the specific format. I haven't plugged to DAQ yet. I just create the main datastream as a model of data input.
03-24-2012 11:04 AM
03-24-2012 11:06 AM
I dont have it now. I need to program it and make sure all data are saved in the right format. Could you please help me about this?
03-24-2012 11:27 AM