Taspath Com
/!\ Only the server side is ready yet /!\
Simple module to link the Nomad server controlling the Triple Axis Spectrometers and the pathfinder
Getting the dependencie
- Compile and install TAS-Paths as shown in the repo's README
- Compile and install cameo 2.0.0 from source, follow option 1 from INSTALL.md, and install the Cameo API Python
Running
- clone the source repository
git clone https://code.ill.fr/fineg/taspath-com
- Enter the directory
cd taspath-com
- If needed, edit the PYTHONPATH in config/<app_name>.properties
- Start the cameo-server :
cameo-server config/server-config.xml
- In another shell, start the path creator :
cmo start path_creator
- Test it with the dummy requester :
cmo start dummy_requester
- Stop the path creator
cmo stop path_creator