mungurs / cubiscan-1

Cubiscan library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.com/camptocamp/cubiscan.svg?branch=master

CUBISCAN

Provides an interface to cubiscan devices (https://cubiscan.com/). These devices are used to measure and weigh objects.

Usage

from cubiscan.cubiscan import CubiScan


obj = CubiScan(ip, port, timeout=timeout)
obj.measure()

Functions

Following Functions of a Cubiscan are covered:

  • Continuous measure
  • Dimension calibration
  • Dimension units
  • Factor Toggle
  • Location/City id
  • Measure
  • Scale calibration
  • Test
  • Units
  • Weight units
  • Zero

About

Cubiscan library

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%