Skip to content
Snippets Groups Projects
Commit 4a7e01d8 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added description of tasks of the SDP OPC-UA server.

parent 41236949
No related branches found
No related tags found
1 merge request!6Master
...@@ -76,3 +76,16 @@ Needed: ...@@ -76,3 +76,16 @@ Needed:
The tasks of the SDP OPC-UA server are:
* Translate between OPC-UA interface at Station Control side and Gemini protocol over UDP/IP at
UniBoard2 side
* Obtain the named register map of the FPGA firmware from a definition in YAML (the schema for
the description in YAML is defined in ARGS = automatic register generation system).
* Present the registers per FPGA for the array of FPGAs as data points in OPC-UA. This could be
generated automatically based on the regmap description in YAML for each FPGA
* Present registers that are distributed over an array of FPGAs as a single array of data points
in OPC-UA (e.g. for beamformer weights, crosslet statistics). This abstracts away the notion
of which FPGA takes care of which signal inputs, instead all signal inputs are represented as
a single array. This is probably a manually written software layer / add-on in the SDP
OPC-CU server.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment