11-14-2016 04:17 AM
Hello every one...iam facing a proble..i.e iam saving data using write to file measurement.in this iam connecting signal data and some caluculated data but it saving only time remaining things only saving in first row ofter rows nothing saving...so my need is to save all the reading continously until end of running aplication...
Thankl you
Solved! Go to Solution.
11-14-2016 04:36 AM - edited 11-14-2016 04:36 AM
Hi hanumesh,
the VI is working as "intended" aka "as you programmed it"!
You generate a sine wave signal with 100 samples per iteration. Then you join 3 scalar values as additional signals. Exactly this is written to your measurement file as can be seen in this snippet:
X_Value Sinus Untitled Untitled 1 Untitled 2 Comment 0.000000 0.000000 1.000000 2.000000 3.000000 0.001000 0.634176 0.002000 1.265799 0.003000 1.892325 0.004000 2.511234 0.005000 3.120033 …
First column is time, 2nd is your sine, 3rd-5th contain the additional scalar values…
When you want to have "filled" columns you need to supply waveforms (of 100 samples) for your additional values too…
11-14-2016 04:52 AM
so for this any substitue method available..plese share
11-14-2016 04:54 AM
the above vi just a model of original design...iam givind daq data and calculatiob data to the measurement file...thank you
11-14-2016 05:39 AM
11-14-2016 05:41 AM
thank you sir...