LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

'Merging' data to write to a file; Three data sources, one output file preferred.

I've attached the VI and subvi's.  What I'm wondering is how to get all the data present in the VI to the file being written in filewritesub.vi.

 

The data is coming from three places:

 

-8 channels of thermocouple coming from a DAQ assistant (Which I haven't placed yet since the computer I'm developing on isn't connected to a DAQ at the moment)

-one 'count' readout

-another 'count' readout

 

Essentially I need to get the readouts of the 'count' displays somehow added to the data that's being passed to filewritesub.vi so that it becomes part of the data collection output file.

 

Thoughts?  I'm thinking I remember something like building an array at some point?  Been a while.

___________________________________________________________________
Still confused after 8 years.
0 Kudos
Message 1 of 2
(1,911 Views)

Hi Ralph,

 

Do you just want to add these 'counts' as extra columns in the data that you want to write?  If so, you should be able to use the 'insert into array' function to append the additional columns in the 2d array being written.  Could you provide some further clarification as to how you want your data to look?

Cole R.
National Instruments
Software Engineer
0 Kudos
Message 2 of 2
(1,888 Views)