Skip to content
Dominic Oram edited this page Sep 20, 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.

The original design document for what a script server at ISIS would be required to do.

An evaluation of Nicos and its suitability for integration into the IBEX project.

Developer notes

Repository

  • 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.

Clone this wiki locally