Jump to content

Jason

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by Jason

  1. I am attempting to read Matlab Binary Files into LabView and am having difficulty. Anyone have a Sub Vi that is capable of reading Matlab Files stored in binary (.dat)? The files are too large to use Ascii. Any help is appreciated.
  2. For any who might be interested: I was finally able to successfully append data to a binary file by adding a "Set File Position" Vi in the sample Vi "Write to Binary". I swear I tried this before and it did not work. Anyway, the following Vi is what I am now using. Download File:post-5311-1150408994.vi
  3. Download File:post-5311-1150390835.vi This program worked very well for awhile. It solved a few problems I was having. The only problem I am having now is that when the programs reads the file and inserts new data into the array, the array eventually becomes too large for the computer to handle. I tried modifying your program slightly so that new data would simply be appended to the end of the binary file but have still had no luck. I've looked through the writings Vis and the helps several times. Is there a way to do this? Mayday's slightly modified Vi: Download File:post-5311-1150390835.vi
  4. Hopefully a simple problem: I need to append data acquired to a binary file. Every time I try it overwrites. I have spent the last few hours trying to get this to work using LabView help and browsing these forums but I just cannot figure it out. Any help is greatly appreciated. Additional Information: LabView 8.0 I am acquring data every second in clumps of 2000 and would like to write this data to a binary file. I will be writing data for several hours thus the reason I need to use binary. Junior in college- physics major. I apologize if this has been discussed previously; I was not able to find a previous post that helped me.
×
×
  • Create New...

Important Information

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