Re: Is there something to solve the problem of connecting two terminals of different types?

2004-01-15 Thread Giulia
You wrote: I assume you are aware that there are waveform file IO functions as well so unless you need to save the data as text for other reasons you could feed the waveform to those instead. Can you give me more informatio about this? My clue is acquiring data and saving it. The file

Is there something to solve the problem of connecting two terminals of different types?

2004-01-14 Thread Giulia
The type of the source is 1-D array of cluster of 2 elements (source is Waveform to XY pairs.vi). The type of the sink is 1-D array of single [32 bit real( b digit precision)] (the sink is 1-D Data terminal of Write to Spreadsheet File.vi). Is there something (a data type converter, a merger, a

Re: Is there something to solve the problem of connecting two terminals of different types?

2004-01-14 Thread Mads
If you have 1-D array of XY-clusters and you want to extract all the X or Y values as a 1-D array just wire the cluster array to a for-loop with auto-indexing on, then wire the cluster element inside the loop to an unbundle function, and wire the element you want an array of out of the loop with