From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert "1D array of dynamic data" to "Dynamic data" after auto-indexing with loop

SImplest solution would be to set the middle tunnel to concatenate mode to make a 1D array instead, then wire that 1D array to the file write function.

 

You could also write inside the loop to file (make sure to configere it to append data)

 

(I typically stay away from express VIs and dynamic data to have much better control)

0 Kudos
Message 11 of 13
(1,879 Views)

Hi atlenbach,

 

Thank you for your suggestion. It really helped. 

 

Next thing I was wondering is If I can also add time starting from 0 in a column so that I can temperature at corresponding time means like 0, 0.001, 0.002,..........,0.1 and corresponding temperature value. Right now what I have on time column is just ##### only.

0 Kudos
Message 12 of 13
(1,859 Views)

You can generate that using the ramp pattern tool (or a small FOR loop).

0 Kudos
Message 13 of 13
(1,847 Views)