GithubHelp home page GithubHelp logo

fvaleur / dmm_util Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 2.0 124 KB

dmm_util is a utility for downloading TrendPlot and saved measurements from Fluke 289 and 287 Series multimeters.

License: MIT License

Ruby 100.00%

dmm_util's Introduction

dmm_util

dmm_util is a utility for downloading TrendPlot and saved measurements from Fluke 289 and 287 Series multimeters. The tool allows you to download data from your meter without the FlukeView software. dmm_util also provides a library for communicating with your meter in order to perform automated measurements or more complicated operations.

Install

gem install dmm_util

Simple use

dmm_util help
dmm_util info

Contributing to dmm_util

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it

  • Fork the project

  • Start a feature/bugfix branch

  • Commit and push until you are happy with your contribution

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2011 Fredrik Valeur. See LICENSE.txt for further details.

dmm_util's People

Contributors

fvaleur avatar

Stargazers

Chris Gatehouse avatar Thomas Chandler avatar Drew Stemen avatar Rob Howard avatar Aaron Zauner avatar Robert Perry avatar Matt Forshaw avatar Ryan avatar Artur avatar Asbjørn Mikkelsen avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dmm_util's Issues

implicit conversion of Fixnum into String (TypeError)

Hi,

Very interesting app.
I'm trying it on a Mac.

  • info works fine
  • set works very well
  • dmm_util recordings gives the following error:
    /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/lib/dmm_util/fluke28x_driver.rb:143:in +': no implicit conversion of Fixnum into String (TypeError) from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/lib/dmm_util/fluke28x_driver.rb:143:in qrsi'
    from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/lib/dmm_util/cursor.rb:24:in []' from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/lib/dmm_util/cursor.rb:18:in block in each'
    from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/lib/dmm_util/cursor.rb:17:in each' from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/lib/dmm_util/cursor.rb:17:in each'
    from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/bin/dmm_util:74:in do_recordings' from /Library/Ruby/Gems/2.0.0/gems/dmm_util-0.1.0/bin/dmm_util:116:in <top (required)>'
    from /usr/local/bin/dmm_util:23:in load' from /usr/local/bin/dmm_util:23:in '
  • saved_measurements gives me similar error. It appeared when I have added saved measurement. With no saved measurements, it replies nothing.
    I'm using a Fluke 287.
    I don't know ruby at all.
    Some help would be welcome.

Help setting up

When running dmm_util info, I get a message saying that there is no DMM connected, but there is.
I changed this line:

#    Dir.glob("/dev/tty.usbserial*").each do |tty_path|

to this, as /dev/ttyUSB0 is what I get when connecting the meter

Dir.glob("/dev/ttyUSB*").each do |tty_path|

to no avail. I don't know anything about Ruby. The function open_driver(), as far as I can tell, is not defined anywhere in your code and isn't part of a standard library either, as far as I can tell.

I would be grateful for any suggestions to troubleshoot. And yes, I am aware this project is from over 10 years ago.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.