12 lines
558 B
Markdown
12 lines
558 B
Markdown
|
# Moninj
|
||
|
|
||
|
The official documentation lacks the description of MONitor/INJector, but it is a common mistake when running the ARTIQ-7.
|
||
|
Basically it is a service that consists of two parts - one runs on the host PC, another on the Kasli.
|
||
|
It allows to watch and control the state of the devices, so you can see it on the dashboard.
|
||
|
That's why the dashboard may emit errors about not working moninj. To fix this, you just need [to run it with Kasli's IP](https://m-labs.hk/artiq/manual/utilities.html#moninj-proxy):
|
||
|
|
||
|
```shell
|
||
|
aqctl_moninj_proxy CORE_ADDRESS
|
||
|
```
|
||
|
|