From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save signals

Hi,

what is the easiest way to save 6 signals (1-D array of double, length limited = 30sec) in a file and for loading later in labview of course. I want to use it also with diadem.

thanx

cand. dipl. inf
Vedran Divkovic
RUB
Germany
0 Kudos
Message 1 of 2
(5,812 Views)
Diadem can inport an ASCII format, tab delimited file. I would suggest the easiest solution is to combine the 6 x 1-D arrays (assuming they are of the same length) into a single 2-D array. Have the data transposed to column-major order (data in columns) and use the "Write to Spreadsheet File.vi"
0 Kudos
Message 2 of 2
(5,812 Views)