04-06-2014 03:51 PM
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)
04-06-2014 10:50 PM
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.
04-07-2014 12:31 AM
You can generate that using the ramp pattern tool (or a small FOR loop).