Code Monkey home page Code Monkey logo

syringepump's Introduction

icon Syringe pump v0.9

v0.9 screenshot

This software controls a syringe pump (device used to push fluid through a channel at a closely controlled flow rate and stress). The device was originally intended for medicine delivery, however it is now used for rheological testing.

This suite is comprised of the Arduino "firmware" for the syringe pump, the graphical control software, and a python module (WIP).

Icon is by bqlqn (CC 3.0 BY)

Features

  • Live plot of applied force (N) and flowrate (ml/s).
  • Control a syringe pump's flowrate and applied force using PID.
  • Control parameters can be defined to vary with suspension composition.
  • Step, ramp, constant, sinusoid, and square wave setpoints are supported.
  • CSV output readable by your favourite spreadsheeting/plotting software.

Build from source

Linux

Simple as

git clone https://github.com/cbosoft/syringepump
cd syringepump
make
sudo make install

to build and install the main program, and

make python

to build the python module.

Building the firmware requires the Arduino IDE, or arduino-builder with the avr-gcc toolchain. The ArchLinux wiki has a good section on this.

MacOS and Windows

Windows is a no-go. I've had success compiling on MacOS (Mojave) but I've not tried recently. Shouldn't require much extra effort than compiling for Linux.

syringepump's People

Contributors

cbosoft avatar

Stargazers

 avatar

Watchers

 avatar  avatar

syringepump's Issues

Occasional crashes on startup

Program closes with no warning on startup.

I think this is a race condition with the refresh worker thread and the main GTK thread.

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.