Skip to content

Commit 0496fa2

Browse files
authored
Merge pull request #732 from MichielClepkensSkyline/patch-11
Update Eutelsat_TAOS_Manager.md
2 parents 9e708d9 + c471ceb commit 0496fa2

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

connector/doc/Eutelsat_TAOS_Manager.md

+29-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each DataMiner element created with the Eutelsat TAOS Manager connector represen
1111
- Single Channel Agile Converter Equipment (SCACE), a variable bandwidth frequency converter that adjusts the transponder center frequency, gain, and bandwidth.
1212
- Microwave Power Module (MPM), which amplifies the required transmit signal prior to retransmission.
1313

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.
1515

1616
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.
1717

@@ -25,7 +25,9 @@ This connector uses a virtual connection and does not require any input during e
2525

2626
### Initialization
2727

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.
2931

3032
## How to use
3133

@@ -37,18 +39,40 @@ If the action to read both databases and process their content takes 14 minutes,
3739

3840
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.
3941

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+
4060
### Configuration Page
4161

4262
A manual database read can be triggered from here as well as a manual alarm template sync.
4363

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.
4569

4670
### Setup Page
4771

4872
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.
4973

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-
5274
### Full Load Page
5375

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+
5478
A manual database read can be triggered from here.

0 commit comments

Comments
 (0)