Jump to content

cooky

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

cooky's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi everyone, I have written a vi that saves a waveform to a dat file using the 'Write Waveforms to File' function, I have also successfully written a vi that reads this file back, converts it into a 2D array and displays it on a XY graph. I can save (export) this dat file to a xls format, however the date format is wrong. It uses the seconds since 1904, want I want to use is the traditional dd/mm/yy hh:mm:ss format. Can anyone help me with this?? Thanks, Cooky.
  2. Hi, I have a 1D array of I32 numbers (about 25 elements), I need to rotate this array and separate each number with a comma (converting it into a string in the process). So the final result will look something like this.... 123,66,125,166,148,6,226,200,5201 Any help (or sample code) would be really appreciated! Many thanks, Cooky
  3. Hi everyone, I've got a 1D array of data that updates a chart every 60 seconds (see attached JPEG). I want the chart to show a smooth line (currently at 78 on y axis), rather than falling back to 0 between each update. Basically, I want to get rid of the 'saw tooth' effect. At the moment, I have just wired a waveform chart to source data. Can anyone please help me?? Cheers, Cooky
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.