LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

merging outputs of two loops and writing it into a text file

 Hi,

      i am currently working on a labview. anybody help me how to merg a output data from two independant loops in labview and writing them into a text (lvm) file. one loop output is voltage and other output is current, how to merg these outputs and how to write them in a text file?? help me please..

                      thank you!!

0 Kudos
Message 1 of 3
(2,285 Views)

Convert both into string array.Use build array to combine the data.

then use "Array to spreadsheet string" function and file IO functions to write it into text file.

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 2 of 3
(2,279 Views)

I attach what I undestood you required. Hope it helps.

Greetings

 

Andres

0 Kudos
Message 3 of 3
(2,276 Views)