Skip to main content

Device controlling framework

Project description

Kamzik3 is a modular and lightweight experiment control framework written in Python3. It is focused on minimalist yet unified way to control and orchestrate wide range of devices used in experimental setup. It uses ZeroMQ to exchange messages between server and clients. Qt5 is used for graphical interface. Kamzik3 provides tools for logging, visualizing and evaluation of experimental data. Users can create and execute custom macros and scans using built in macro-server. Experimental setup is defined in one configuration file written in YAML, human-readable data serialization standard. Framework can be downloaded from PyPI (https://pypi.org/project/kamzik3/).

v0.7

Saved attributes were completely reworked. File format was changed from YAML to HDF5 and GUI was reworked from the ground. Please use converter located in /snippets/snippetSavedAttributes.py to convert Your old save file. Or You can use generate_saved_attributes function to generate empty new save file.

Requirements

  • Python: 3.7 and higher

Python Modules: Backend

  • numpy
  • pyzmq
  • pint
  • bidict
  • pyqt5
  • pyqtgraph
  • pyserial
  • oyaml
  • psutil
  • natsort
  • reportlab
  • pandas
  • tables

Python Modules: Optional

  • pytango
  • pyopengl
  • sysutil
  • pydaqmx
  • pypiwin32
  • rocketchat-API

Example experiment

Copy content of example folder into writable directory of Your choice.
Choose that directory as a working directory.

Start server:

  • python server.py

Start client:

  • python client.py

Optionally You can start listener:

  • python listener.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kamzik3-0.7.3.tar.gz (867.9 kB view hashes)

Uploaded Source

Built Distribution

kamzik3-0.7.3-py3-none-any.whl (987.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page