You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: connector/doc/Eutelsat_TAOS_Manager.md
+29-5
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Each DataMiner element created with the Eutelsat TAOS Manager connector represen
11
11
- Single Channel Agile Converter Equipment (SCACE), a variable bandwidth frequency converter that adjusts the transponder center frequency, gain, and bandwidth.
12
12
- Microwave Power Module (MPM), which amplifies the required transmit signal prior to retransmission.
13
13
14
-
The element will connect to two external databases (main and backup) to collect telemetry data. It will display the data from the database that is most up to date.
14
+
The element will connect to four external databases to collect telemetry data. In addition to the regular CMRS main and backup databases, the SCC Gateway main and backup databases are also queried. The connector will compare the data and show the telemetry from the database that is most up to date.
15
15
16
16
A unique feature of this connector is that users can define alarm thresholds directly through the element, which will update the alarm template XML files.
17
17
@@ -25,7 +25,9 @@ This connector uses a virtual connection and does not require any input during e
25
25
26
26
### Initialization
27
27
28
-
Additional configuration of parameters is necessary in a newly created element. On the **Setup** page, you will need to configure the **Satellite ID**, as well as the addresses, user names, and passwords for the **main and backup databases**.
28
+
Additional configuration of parameters is necessary in a newly created element. On the **Setup** page, you will need to configure the **Satellite ID**, as well as the addresses, user names, and passwords for the **main and backup database** and the **SCC Gateway main and backup database**.
29
+
30
+
You can configure redundant databases in the **Database** table by right-clicking in the table, selecting **Add Database**, and completing the form. Every field in the form must be filled in before you can save the configuration. The context menu also provides a **Remove Database** option to clean up old or unused databases.
29
31
30
32
## How to use
31
33
@@ -37,18 +39,40 @@ If the action to read both databases and process their content takes 14 minutes,
37
39
38
40
The element will indicate a timeout if both main and backup databases are not accessible. The **General Overview** table is cleared if the element indicates a timeout.
39
41
42
+
No data traffic will be shown in the Stream Viewer, because all traffic towards the databases starts from within a QAction (C# code).
43
+
44
+
### General Overview Page
45
+
46
+
A healthy element should show the fields `_SCC_HEARTBEAT` and `_SCC_TM_STATUS` in the **General Overview** table.
47
+
48
+
Grayed-out standalone parameters indicate that not every database could be queried successfully. In this case, check the Force Retrieval page to see if the element settings are correct.
49
+
50
+
### Force Retrieval Page
51
+
52
+
With the **Force Retrieval** parameter set to *Disabled*, you can instruct the connector to take the four databases into account. This parameter can also be configured to take only the main database or only the backup database into account.
53
+
54
+
You can also configure a duration in minutes to limit the time for which the force retrieval will occur.
55
+
56
+
### SCACE - BFN Pages
57
+
58
+
The **Source DB** column, which is part of every table shown on these pages, will indicate if the field comes from the CMRS main or backup database, or from the SCC Gateway main or backup database. The logic that defines whether the field should be taken from the CMRS or SCC Gateway is hardcoded inside the connector. This logic cannot be changed at runtime.
59
+
40
60
### Configuration Page
41
61
42
62
A manual database read can be triggered from here as well as a manual alarm template sync.
43
63
44
-
The **Association Table** can be exported to a CSV file. At the bottom of this page, you can add and remove unit IDs.
64
+
The **Import CSV File** dropdown is empty by default. To make the options available, use the **Refresh List** button.
65
+
66
+
The **Association Table** can be exported to a CSV file, which will be stored in the folder *C:\Skyline DataMiner\Documents\Eutelsat TAOS Manager*.
67
+
68
+
At the bottom of this page, you can add and remove unit IDs.
45
69
46
70
### Setup Page
47
71
48
72
If the main or the backup database is not accessible, the connector will try to access one of the redundant databases. The redundant databases are shown in the **Database** table.
49
73
50
-
With the **Disable Force Retrieval** parameter you can instruct the connector to take the two databases into account. This parameter can also be configured to take only the main database or only the backup database into account.
51
-
52
74
### Full Load Page
53
75
76
+
The **Full Load** tables show all available fields. These tables do not use the Association Table to limit their content. In here, you will find SCACE fields next to MPN fields and BFN fields.
77
+
54
78
A manual database read can be triggered from here.
0 commit comments