Jump to content

bastlwastl

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2013
  • Since
    2010

bastlwastl's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, first of all, thanks for the great VI's, it was just what i was looking for and its working great so far. I also do have a solution for appending to an existing mat file. In my case, I have written a program to configure an oscilloscope and get waveforms from. Therefore, I have some data which are header information, like the actual sampling rate or attenuation etc. and on the other hand the waveform itself. I have one VI collection the header informations and one grabbing the waveform data and both are writing consecutively to the same file. I managed to do this with this matio, if you take care of the following: 1. Only the first Vi to write to the mat file is generating the initial string with the "WriteHeader.Vi" from matio and passing it to "writeData.Vi". 2. Every other Vi following just use the WirteData.Vi with the initial string input unwired. 3. Set the file position always to the end before writing to the binary file. Maybe 4. I also ensured a proper logic when reopening the file. I.e. the first time, I use the "create" option with "Open File" and after that the "open only" Option, but I'm not sure weather this has a strong influence. I guess it will "just" give an error, if you try to open an non-existing file et vice versa. So considering these 3 points, I was able to append to an existing file as described above. Have fun and thanks again for these VI's Bastlwastl
×
×
  • Create New...

Important Information

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