-
Notifications
You must be signed in to change notification settings - Fork 2
Nicos
Dominic Oram edited this page Sep 18, 2018
·
22 revisions
Wiki > The Backend System > Nicos
NICOS is a Python based control system developed at FRM-II. The general software documentation can be found here. Although NICOS is a fully fledged control system ISIS are currently only using it as a script server.
How to install Nicos on Windows.
How to run Nicos.
How to set up and configure a new Nicos instrument.
An evaluation of Nicos and its suitability for integration into the IBEX project.
The design of the Nicos script server.
- Git repo is at
git://trac.frm2.tum.de/home/repos/git/frm2/nicos/nicos-core.git
- Documentation
Don't try to merge their repository with ours - they have mangled email addresses in their history which github won't accept. Instead, copy-paste the entire codebase into the vendor
branch of our repository, and then merge the vendor branch with our master branch.