From 205b6b9edbee70c52526c37ad8d301e8b4a002b5 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 11 Mar 2022 13:40:05 +0000 Subject: [PATCH] Triton README Update Update README as part of ISISComputingGroup/IBEX#6903 to improve the workflow of those working with the triton repository by providing a brief overview of jaws, URLs for relevant wiki pages and system test information. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4d417fe..1ab9dfc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # EPICS-Triton Support module for the Triton dilution fridge + +Technically, "Triton" refers to the gas handling apparatus. This is what IBEX and SECI talk to. When setting up a triton, scientists may refer to it as a "Kelvinox". This is the technical name for the dilution insert, which is controlled by the triton gas handling apparatus. + +To avoid confusion: all dilution fridges currently in use at ISIS are controlled by Triton gas handling systems, with one exception: the ICE fridge used on the muon beamlines. + +## WIKI +Please see the WIKI for more information on Triton: +- https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Triton + +## System Tests +The triton system tests are located in the [EPICS-IOC_Test_Frameork](https://github.com/ISISComputingGroup/EPICS-IOC_Test_Framework): `EPICS-IOC_Test_Framework\tests\triton.py` + +To run the system tests, run the following command from and EPICS Terminal (`C:\Instrument\Apps\EPICS\config_env.bat`): `python run_tests.py -t triton`. + +Use the `-a` flag if you want to run the triton emulator for manual testing.