Be the first to rate this file! 101 downloads (last 30 days) File Size: 285.26 KB File ID: #25158

readFlukeFile - Read measurements from a Fluke multimeter

by Gautam Vallabha

 

27 Aug 2009

Code covered by BSD License  

Read a file with recorded measurements from a Fluke(TM) multimeter

Download Now | Watch this File

File Information
Description

[DATA TIME] = readFlukeFile(FILENAME), reads a CSV file with recorded measurements from a Fluke multimeter. It returns DATA (a vector of measurement values) and TIME (a vector of measurement times). The "time" of each measurement is the elapsed time in seconds since the start of the recording session.
 
The expected workflow is the following:
1. Configure the Fluke multimeter to record a series of measurements
2. Use FlukeViewForms (TM) to download the measurements, and export them to a CSV file
3. Use readFlukeFile to read the CSV file

 Example:
      
      [data time] = readFlukeFile('sampledata.csv');
      plot(time, data);
      xlabel('time in seconds');

NOTE: This entry requires FlukeViewForms (which is available with many of the Fluke models). To communicate with a Fluke 45 multimeter (which supports SCPI commands), see http://www.mathworks.com/matlabcentral/fileexchange/17679

MATLAB release MATLAB 7.4 (R2007a)
Zip File Content  
Other Files Instructions for exporting data from FlukeViewForms.pdf,
license.txt,
readFlukeFile.m,
sampledata.csv
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
multimeter Gautam Vallabha 09 Oct 2009 11:58:01
fluke Gautam Vallabha 09 Oct 2009 11:58:01
dmm Gautam Vallabha 09 Oct 2009 11:58:02
fluke 289 Gautam Vallabha 09 Oct 2009 11:58:02
measurement Gautam Vallabha 09 Oct 2009 11:58:02
digital multimeter Gautam Vallabha 09 Oct 2009 11:58:02
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com