Skip to content
Snippets Groups Projects
Commit 9ef9175e authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'master' into L2SS-406-grafana-archiver

parents c61066b9 1be0203e
Branches
Tags
1 merge request!190Resolve L2SS-406 "Grafana archiver"
RECV
====================
The ``recv == DeviceProxy("LTS/RECV/1")`` device controls the RCUs, the LBA antennas, and HBA tiles. Central to its operation are the masks (see also :ref:`attribute-masks`):
:RCU_mask_RW: Controls which RCUs will actually be configured when attributes referring to RCUs are written.
:type: ``bool[N_RCUs]``
:Ant_mask_RW: Controls which antennas will actually be configured when attributes referring to antennas are written.
:type: ``bool[N_RCUs][N_antennas_per_RCU]``
Typically, ``N_RCUs == 32``, and ``N_antennas_per_RCU == 3``.
This diff is collapsed.
...@@ -75,7 +75,7 @@ Most devices provide the following commands, in order to configure the hardware ...@@ -75,7 +75,7 @@ Most devices provide the following commands, in order to configure the hardware
:initialise_hardware(): For devices that control hardware, this command runs the hardware initialisation procedure. :initialise_hardware(): For devices that control hardware, this command runs the hardware initialisation procedure.
Typically, ``set_defaults()`` and ``initialise_hardware()`` are called in that order in the ``STANDBY`` state. The :ref:`boot` device runs these commands as part of its station initialsation sequence. Typically, ``set_defaults()`` and ``initialise_hardware()`` are called in that order in the ``STANDBY`` state. See also :ref:`boot`, which provides functionality to initialise all the devices.
.. _attributes: .. _attributes:
......
...@@ -7,12 +7,19 @@ Connecting to devices ...@@ -7,12 +7,19 @@ Connecting to devices
My device is unreachable, but the device logs say it's running fine? My device is unreachable, but the device logs say it's running fine?
`````````````````````````````````````````````````````````````````````````````````````````````````````````````` ``````````````````````````````````````````````````````````````````````````````````````````````````````````````
The ``$HOSTNAME`` may have been incorrectly guessed by ``docker-compose/Makefile``, or you accidently set it to an incorrect value. See :ref:`corba`. The ``$HOSTNAME`` may have been incorrectly guessed by ``docker-compose/Makefile``, or you accidently set it to an incorrect value. If you have ``$HOSTNAME`` set in the shell running ``make``, try::
unset HOSTNAME
make build
make stop
make start
If this does not work, you need to set ``$HOSTNAME`` to something that resolves to your machine, both for external parties and for docker containers. See :ref:`corba`.
I get "API_CorbaException: TRANSIENT CORBA system exception: TRANSIENT_NoUsableProfile" when trying to connect to a device? I get "API_CorbaException: TRANSIENT CORBA system exception: TRANSIENT_NoUsableProfile" when trying to connect to a device?
```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` ````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
The ``$HOSTNAME`` may have been incorrectly guessed by ``docker-compose/Makefile``, or you accidently set it to an incorrect value. See :ref:`corba`. See the previous answer.
Docker Docker
-------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------
......
...@@ -19,7 +19,11 @@ Even without having access to any LOFAR2.0 hardware, you can install the full st ...@@ -19,7 +19,11 @@ Even without having access to any LOFAR2.0 hardware, you can install the full st
installation installation
interfaces/overview interfaces/overview
devices/using devices/using
devices/devices devices/boot
devices/docker
devices/recv
devices/sdp
devices/sst-xst
devices/configure devices/configure
configure_station configure_station
developer developer
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment