Skip to content
Thomas Lohnert edited this page Mar 1, 2018 · 3 revisions

Wiki > The Backend System > Nicos > NICOS Commands

IBEX interacts with the NICOS back-end using pre-defined commands that are sent to the NICOS daemon via ZeroMQ. These are formatted in JSON as [command, [arg_1, ... , arg_n] ].

You can find the available commands in EPICS\ISIS\ScriptServer\nicos-core\master\nicos\services\daemon\handler.py

Clone this wiki locally