-
Notifications
You must be signed in to change notification settings - Fork 2
Nicos
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.
(Outdated as of 06/12/17 - now using ZeroMQ integrated into latest version of NICOS)
A description of the proxy that has been written to convert NICOS protocol into something more IBEX friendly.
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.