02-04-2009 02:52 PM
Solved! Go to Solution.
02-05-2009 12:42 AM
Under the Functions>>Waveform pallette there is a primitive called 'Get Waveform Componants.vi' Wire this up, expand it to include y, dt and possibly t0. y and dt I beleive will be doubles so you will have to convert them to strings and then feed them in.
Hope this helps
02-05-2009 12:50 AM
HI,
At the waveform out terminal, use the function "Convert from Dynamic data" (when you double click on this function, in conversion section select 1 D array of scalers automatic) then you will get the 1D array of numeric data. After this you will output of "Convert from Dynamic data" to "Number to Fraction String function", output of this function is string array that you can use in your Build array function.
Waveform Data > Numeric data (Using Convert from Dynamic data function) > String array (using Number to Fraction String function). I Hope this helps to you
Regards
Santosh
02-05-2009 01:15 AM
02-05-2009 01:35 AM
02-05-2009 01:29 PM