forked from zietzm/Helmholtz_Test_Bench
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# Helmholtz Cage Control Software
|
|
|
|
This software is used to control the magnetic field test bench at the Institute for Space Systems (IRS) at
|
|
the University of Stuttgart. The test bench consists of three Helmholtz coil pairs, one in each spatial axis.
|
|
The amount of current flowing through these coils is controlled by two PS2000B power supply units.
|
|
The polarity is switched by a set of relays that are controller by an Arduino Uno.
|
|
|
|
This repository contains the source code and is used to develop and modify the program. Releases are distributed
|
|
in a [separate repository](https://egit.irs.uni-stuttgart.de/zietzm/Helmholtz_Test_Bench_Releases/releases).
|
|
|
|
## Installation
|
|
1. Download latest release from
|
|
[distribution repository](https://egit.irs.uni-stuttgart.de/zietzm/Helmholtz_Test_Bench_Releases/releases)
|
|
2. Unpack ZIP-Folder
|
|
3. Run `Helmholtz Cage Control.exe`
|
|
|
|
Alternatively use the `Helmholtz Cage Control.exe` from the `Release` folder in this repository.
|
|
|
|
## Users Guide
|
|
For detailed instructions please refer to `Users Guide.pdf`.
|
|
|
|
##
|