Skip to content

Commit 46c53f4

Browse files
authored
Merge pull request #746 from SulejmanKaramehicSkyline/main
Updated DAB-4c driver help page.
2 parents f80b877 + 925b3c4 commit 46c53f4

File tree

3 files changed

+153
-160
lines changed

3 files changed

+153
-160
lines changed

connector/doc/2WCOM_DAB-4c.md

+10-160
Original file line numberDiff line numberDiff line change
@@ -4,170 +4,20 @@ uid: Connector_help_2WCOM_DAB-4c
44

55
# 2WCOM DAB-4c
66

7-
This is a DataMiner connector for the 2WCOM DAB-4c, a converter device that can be used to receive data signals from legacy ETI and EDI multiplexers while simultaneously converting the signals to EDI/ETI transmitters.
8-
97
## About
108

11-
### Version Info
12-
13-
| Range | Key Features | Based on | System Impact |
14-
|--|--|--|--|
15-
| 1.0.0.x | Initial version | - | - |
16-
| 1.1.0.x | New firmware (V0.9) | 1.0.0.x | - |
17-
| 1.2.0.x | New firmware (V2.0) | 1.1.0.x | - |
18-
| 1.2.1.x | Various improvements | 1.2.0.x | The description of the SNMP column and the column display order of the table has changed, which can affect existing visual overviews and Automation scripts. |
19-
| 1.2.2.x | Multiple new tables and parameters have been added in the connector according to the newest MIB (V2.5). | 1.2.1.x | Page names have been changed, which can affect existing visual overviews. |
20-
| 1.2.3.x [SLC Main] | Added redundant polling with new second SNMP connection. Changed page layout. | 1.2.2.2 | Some pages have been removed and some newly added, which can affect existing visual overviews. Existing elements need to be reconfigured for the new connection to be used. |
21-
22-
### Product Info
23-
24-
| Range | Supported Firmware |
25-
|-----------|------------------------|
26-
| 1.0.0.x | Firmware V0.6 |
27-
| 1.1.0.x | Firmware V0.9 |
28-
| 1.2.0.x | Firmware V2.0 |
29-
| 1.2.1.x | Firmware V2.0 |
30-
| 1.2.2.x | Firmware V2.3 |
31-
| 1.2.3.x | Firmware V2.3 |
32-
33-
### System Info
34-
35-
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
36-
|-----------|---------------------|-------------------------|-----------------------|-------------------------|
37-
| 1.0.0.x | No | Yes | - | - |
38-
| 1.1.0.x | No | Yes | - | - |
39-
| 1.2.0.x | No | Yes | - | - |
40-
| 1.2.1.x | No | Yes | - | - |
41-
| 1.2.2.x | No | Yes | - | - |
42-
| 1.2.3.x | No | Yes | - | - |
43-
44-
## Configuration
45-
46-
### Connections
47-
48-
#### SNMP Connection - Main
49-
50-
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation:
51-
52-
SNMP CONNECTION:
53-
54-
- **IP address/host**: The polling IP or URL of the destination.
55-
- **IP port**: The IP port of the destination.
56-
57-
SNMP Settings:
58-
59-
- **Get community string**: The community string used when reading values from the device (default: *public*).
60-
- **Set community string**: The community string used when setting values on the device (default: *private*).
61-
62-
#### SNMP Connection - Redundant
63-
64-
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation:
65-
66-
SNMP CONNECTION:
67-
68-
- **IP address/host**: The polling IP or URL of the destination.
69-
- **IP port**: The IP port of the destination.
70-
71-
SNMP Settings:
72-
73-
- **Get community string**: The community string used when reading values from the device (default: *public*).
74-
- **Set community string**: The community string used when setting values on the device (default: *private*).
75-
76-
### Web Interface
77-
78-
The web interface is only accessible when the client machine has network access to the product.
79-
80-
## How to use (1.2.3.x range)
81-
82-
The **Converter Overview** page displays an overview of the available converters in the **Converter Overview** table for the EDI-to-ETI/EDI and ETI-to-EDI modes.
83-
84-
The **EDI to ETI/EDI** page displays input sources, source assignment, and ETI output data for the EDI-to-ETI/EDI mode.
85-
86-
The **ETI to EDI** page displays input sources, source assignment, and IP EDI output data for the ETI-to-EDI mode.
87-
88-
## How to use (earlier ranges)
89-
90-
### General
91-
92-
On this page, you can monitor and configure the system's **Name**, **Location**, and **Contact**. You can also monitor details related to the hardware and software versions running on the device.
93-
94-
The page contains page buttons to the following subpages:
95-
96-
- **Details**: Displays additional details related to the device.
97-
- **Diagnostic**: Allows you to configure and monitor the Diagnostic Report module.
98-
- **Licensing**: Displays detailed information about the licensing of the device.
99-
- **Settings**: Allows you to configure additional global device settings.
100-
101-
### Interfaces
102-
103-
This page provides all information about the available interfaces.
104-
105-
### Converter Overview
106-
107-
This page displays an overview of the available converters in the **Converter Overview** table, as well as the **EDI-EDI** or **ETI-EDI Outputs** status.
108-
109-
### Input Sources
110-
111-
This page displays an overview of the Input and Output Sources.
112-
113-
### GPI
114-
115-
This page displays the state of the GPI interfaces and allows you to **Switch Sources** or **Invert Masks** of each interface.
116-
117-
### GPO
118-
119-
This page displays the state of the GPO interfaces and allows you to **Switch Sources** of each interface.
120-
121-
### Network
122-
123-
This page contains the general configuration of the **CTRL**, **Data 1**, **Data 2**, and **Ember** interfaces.
124-
125-
The page contains page buttons to the following subpages:
126-
127-
- **LAN CTRL**: Contains the parameters related to the configuration of the CTRL interface.
128-
- **LAN**: Allows you to configure **LAN CTRL** built-in device alarm monitoring conditions.
129-
- **Data 1**: Contains the parameters related to the configuration of the Data 1 interface.
130-
- **Data 2**: Contains the parameters related to the configuration of the Data 2 interface.
131-
132-
### DNS
133-
134-
This page allows you to monitor the **DNS Server Configuration.**
135-
136-
### SNMP
137-
138-
On this page, you can monitor and configure **SNMP settings**, as well as the SNMP trap servers.
139-
140-
### Time
141-
142-
This page contains the **NTP Configuration** and **Timezone** configuration.
143-
144-
Via the **External NTP** page button, you can configure built-in device alarm monitoring conditions for **external clock NTP** and **NTP Calibration**.
145-
146-
Via the **NTP** page button, you can configure built-in device alarm monitoring conditions for **System NTP**.
147-
148-
### User
149-
150-
On this page, you can configure user accounts and the access to these accounts.
151-
152-
### Device Hardware
153-
154-
This page provides an overview of the device status, including the **CPU/Device Temperature**, **CPU Load**, and **Power Supply Unit Parameters**, along with other generic monitoring parameters.
155-
156-
- **PSU**: Allows you to configure **PSU 1** and **PSU 2** built-in device alarm monitoring conditions.
157-
- **Temp**: Allows you to configure **Temp** built-in device alarm monitoring conditions.
158-
159-
### Converter Alarms
9+
The 2WCOM DAB-4c is a high-density hybrid converter designed to support broadcasters in transitioning to DAB+.
16010

161-
This page displays the built-in device alarm states for **Converters Packet Loss Rate (PLR)** and **Output Errors**.
11+
It addresses challenges such as operating DAB in expanded networks with EDI/ETI multiplexers, running legacy transmitters in parallel, and integrating DAB into existing infrastructures such as DVB-S/S2 and ASI.
16212

163-
It also contains page buttons to subpages where these alarms can be configured:
13+
## Key Features
16414

165-
- **EDI Input 1**: Allows you to configure **EDI Input 1** built-in device alarm monitoring conditions for each **converter**.
166-
- **EDI Input 2**: Allows you to configure **EDI Input 2** built-in device alarm monitoring conditions for each **converter**.
167-
- **ETI Inputs**: Allows you to configure **ETI Input** built-in device alarm monitoring conditions for each **ETI Input**.
168-
- **Inputs**: Allows you to configure **Inputs** built-in device alarm monitoring conditions for each **Converter Input**, **EDI to EDI2 Input**, and **ETI to EDI 2 Input**.
169-
- **ETI Outputs**: Allows you to configure **ETI Output Error** built-in device alarm monitoring conditions for each **ETI output**.
15+
- **Converters Overview**: Provides an overview of all the available converters.
16+
- **EDI to ETI/EDI**: Displays input sources, source assignment, and ETI output data for the EDI-to-ETI/EDI mode.
17+
- **ETI to EDI**: Displays input sources, source assignment, and IP EDI output data for the ETI-to-EDI mode.
18+
- **Converter Alarms**: Displays built-in alarms states and alarm details for the converters.
17019

171-
### Log
20+
## Technical Reference
17221

173-
This page displays the configuration of the built-in device system log.
22+
> [!NOTE]
23+
> For detailed technical information, refer to our [technical documentation page](xref:Connector_help_2WCOM_DAB-4c_Technical).
+140
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
---
2+
uid: Connector_help_2WCOM_DAB-4c_Technical
3+
---
4+
5+
# 2WCOM DAB-4c
6+
7+
## About
8+
9+
This is a DataMiner connector for the 2WCOM DAB-4c, a converter device that can be used to receive data signals from legacy ETI and EDI multiplexers while simultaneously converting the signals to EDI/ETI transmitters.
10+
11+
## Configuration
12+
13+
### Connections
14+
15+
#### SNMP Connection - Main
16+
17+
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation:
18+
19+
SNMP CONNECTION:
20+
21+
- **IP address/host**: The polling IP or URL of the destination.
22+
- **IP port**: The IP port of the destination.
23+
24+
SNMP Settings:
25+
26+
- **Get community string**: The community string used when reading values from the device (default: *public*).
27+
- **Set community string**: The community string used when setting values on the device (default: *private*).
28+
29+
#### SNMP Connection - Redundant
30+
31+
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation:
32+
33+
SNMP CONNECTION:
34+
35+
- **IP address/host**: The polling IP or URL of the destination.
36+
- **IP port**: The IP port of the destination.
37+
38+
SNMP Settings:
39+
40+
- **Get community string**: The community string used when reading values from the device (default: *public*).
41+
- **Set community string**: The community string used when setting values on the device (default: *private*).
42+
43+
### Web Interface
44+
45+
The web interface is only accessible when the client machine has network access to the product.
46+
47+
## How to use (1.2.3.x and 1.3.0.x range)
48+
49+
The **Converter Overview** page displays an overview of the available converters in the **Converter Overview** table for the EDI-to-ETI/EDI and ETI-to-EDI modes.
50+
51+
The **EDI to ETI/EDI** page displays input sources, source assignment, and ETI output data for the EDI-to-ETI/EDI mode.
52+
53+
The **ETI to EDI** page displays input sources, source assignment, and IP EDI output data for the ETI-to-EDI mode.
54+
55+
## How to use (earlier ranges)
56+
57+
### General
58+
59+
On this page, you can monitor and configure the system's **Name**, **Location**, and **Contact**. You can also monitor details related to the hardware and software versions running on the device.
60+
61+
The page contains page buttons to the following subpages:
62+
63+
- **Details**: Displays additional details related to the device.
64+
- **Diagnostic**: Allows you to configure and monitor the Diagnostic Report module.
65+
- **Licensing**: Displays detailed information about the licensing of the device.
66+
- **Settings**: Allows you to configure additional global device settings.
67+
68+
### Interfaces
69+
70+
This page provides all information about the available interfaces.
71+
72+
### Converter Overview
73+
74+
This page displays an overview of the available converters in the **Converter Overview** table, as well as the **EDI-EDI** or **ETI-EDI Outputs** status.
75+
76+
### Input Sources
77+
78+
This page displays an overview of the input and output sources.
79+
80+
### GPI
81+
82+
This page displays the state of the GPI interfaces and allows you to **switch sources** or **invert masks** of each interface.
83+
84+
### GPO
85+
86+
This page displays the state of the GPO interfaces and allows you to **switch sources** of each interface.
87+
88+
### Network
89+
90+
This page contains the general configuration of the **CTRL**, **Data 1**, **Data 2**, and **Ember** interfaces.
91+
92+
The page contains page buttons to the following subpages:
93+
94+
- **LAN CTRL**: Contains the parameters related to the configuration of the CTRL interface.
95+
- **LAN**: Allows you to configure **LAN CTRL** built-in device alarm monitoring conditions.
96+
- **Data 1**: Contains the parameters related to the configuration of the Data 1 interface.
97+
- **Data 2**: Contains the parameters related to the configuration of the Data 2 interface.
98+
99+
### DNS
100+
101+
This page allows you to monitor the **DNS Server Configuration**.
102+
103+
### SNMP
104+
105+
On this page, you can monitor and configure **SNMP settings**, as well as the SNMP trap servers.
106+
107+
### Time
108+
109+
This page contains the **NTP** and **time zone** configuration.
110+
111+
Via the **External NTP** page button, you can configure built-in device alarm monitoring conditions for **external clock NTP** and **NTP Calibration**.
112+
113+
Via the **NTP** page button, you can configure built-in device alarm monitoring conditions for **System NTP**.
114+
115+
### User
116+
117+
On this page, you can configure user accounts and the access to these accounts.
118+
119+
### Device Hardware
120+
121+
This page provides an overview of the device status, including the **CPU/Device Temperature**, **CPU Load**, and **Power Supply Unit Parameters**, along with other generic monitoring parameters.
122+
123+
- **PSU**: Allows you to configure **PSU 1** and **PSU 2** built-in device alarm monitoring conditions.
124+
- **Temp**: Allows you to configure **Temp** built-in device alarm monitoring conditions.
125+
126+
### Converter Alarms
127+
128+
This page displays the built-in device alarm states for **Converters Packet Loss Rate (PLR)** and **Output Errors**.
129+
130+
It also contains page buttons to subpages where these alarms can be configured:
131+
132+
- **EDI Input 1**: Allows you to configure **EDI Input 1** built-in device alarm monitoring conditions for each **converter**.
133+
- **EDI Input 2**: Allows you to configure **EDI Input 2** built-in device alarm monitoring conditions for each **converter**.
134+
- **ETI Inputs**: Allows you to configure **ETI Input** built-in device alarm monitoring conditions for each **ETI input**.
135+
- **Inputs**: Allows you to configure **Inputs** built-in device alarm monitoring conditions for each **converter input**, **EDI-to-EDI2 input**, and **ETI-to-EDI 2 input**.
136+
- **ETI Outputs**: Allows you to configure **ETI Output Error** built-in device alarm monitoring conditions for each **ETI output**.
137+
138+
### Log
139+
140+
This page displays the configuration of the built-in device system log.

connector/toc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
items:
55
- name: 2WCOM DAB-4c
66
topicUid: Connector_help_2WCOM_DAB-4c
7+
items:
8+
- name: 2WCOM DAB-4c Technical
9+
topicUid: Connector_help_2WCOM_DAB-4c_Technical
710
- name: 2WCOM F01
811
topicUid: Connector_help_2WCOM_F01
912
- name: 2WCOM FlexDSR04+

0 commit comments

Comments
 (0)