Keithley Battery Cycler for Python3
Project description
Cyckei Readme
A battery cycler written in Python 3
About
Cyckei is a battery cycling application designed to interface with the Keithley 2602A/B SourceMeter. The application uses a simple scripting format in order to write cycles that are carried out on cells.
Cyckei is currently developed and maintained by Cyclikal, LLC.
Vayu
Cyckei Vayu is currently being developed as a more efficient and distributable version of Cyckei. It can be installed using a package manager, and executed as a normal python application assuming python executables are in the system path.
pip install cyckei
cyckei
This version is currently under development, and most documentation only applies to the main cyckei branch.
How-To
Before the first launch, be sure to create the config.json file as described in the HELP.md file. The file default.config.json can be renamed and edited so that further updates do not overwrite your configuration. To start the application, double-click the cyckei.bat file or run the following command from the Cyckei installation folder. The "-s" flag can be used to start the server independently, but this is not necessary as it will be called by the client automatically.
python cyckei.pyw
For more details on using the application, refer to the HELP.md file or go to Menu > Help from within the client.
Dependencies
Cyckei is currently developed and tested on the latest version of Python 3, but should work on most installations including Anaconda. We use Windows 10 for both development and deployment.
In addition various python packages, there may be additional drivers necessary depending on how you interface with the Keithley SourceMeter. We use the National Instruments GPIB-USB-HS adaptors which require NI's 488.2 driver and NI-VISA. There is a python based visa library included with py-visa, but this has not been tested with Cyckei.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.