LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I record three input signals in one output file?

Hi,
I am trying to take amplitude data from three wave forms (from a three phase supply, for example) and output them into one text file, with a column for each phase.  All I have been able to do so far is get a sum of the signals, which is not what I'm looking for.

Thanks!
Brendan
0 Kudos
Message 1 of 4
(2,631 Views)

Why don't you just combine the data into a 2D array and append it to your file ?

Message Edité par chilly charly le 11-05-2005 05:55 AM

Chilly Charly    (aka CC)
0 Kudos
Message 2 of 4
(2,621 Views)
That seems to work well...  Do you have any advice for getting phase information out of the waveform data in addition to the magnitude data?

Thanks,
Brendan
0 Kudos
Message 3 of 4
(2,604 Views)


Brendan Shanley a écrit:
That seems to work well...  Do you have any advice for getting phase information out of the waveform data in addition to the magnitude data?

There is a vi, in the "Analyze > Waveform measurement" subpalette named "Extract single tone information" that returns the phase info.  Try it...

Message Edité par chilly charly le 11-07-2005 07:04 AM

Chilly Charly    (aka CC)
0 Kudos
Message 4 of 4
(2,590 Views)