rkesmodel Posted May 2, 2008 Report Share Posted May 2, 2008 Test engineers are sending me large (1Mb) .bin files of data saved from an Agilent DSO6104A Oscilloscope. I need to read the files into LabVIEW. Has anyone done this? Thanx Quote Link to comment
dnt Posted May 3, 2008 Report Share Posted May 3, 2008 QUOTE (rkesmodel @ May 1 2008, 04:38 PM) Test engineers are sending me large (1Mb) .bin files of data saved from an Agilent DSO6104A Oscilloscope. I need to read the files into LabVIEW. Has anyone done this?Thanx This may work for you to get the data in a readable format. Obtain the application Intuilink Data Capture for the Agilent 6000 scopes from http://www.agilent.com/find' rel='nofollow' target="_blank">www.agilent.com/find Intuilink This application can read the .bin format produced by the 6000 scope. It can then save the data to a csv format file. I tried this and it replicated the waveform in Excel(not 1Mpoints obviously). Quote Link to comment
rkesmodel Posted May 6, 2008 Author Report Share Posted May 6, 2008 QUOTE (dnt @ May 2 2008, 05:00 PM) This may work for you to get the data in a readable format.Obtain the application Intuilink Data Capture for the Agilent 6000 scopes from http://www.agilent.com/find' rel='nofollow' target="_blank">www.agilent.com/find Intuilink This application can read the .bin format produced by the 6000 scope. It can then save the data to a csv format file. I tried this and it replicated the waveform in Excel(not 1Mpoints obviously). Thanks for the suggestion, but I can already get the files in csv format. The problem is that these files can be a big as 103Mb. It takes quite a while to read in that large a file. That is why I was looking for a way to read the bin files. Quote Link to comment
orko Posted May 7, 2008 Report Share Posted May 7, 2008 There is a utility written in MatLab to read in the Agilent Bin format and translate it into MatLab vectors, which you can download Here. Reading through the "importAgilentBin.m" script, it would seem that it is just seeking through the file and extracting the relevant header/waveform information. I think that script will tell you a lot about the Agilent Bin format, so would be a really good place to start. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.