Skip to content

Commit 8027519

Browse files
committed
added the driver help page
1 parent 702c394 commit 8027519

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

connector/doc/IRT_SSPA_Series.md

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
uid: Connector_help_IRT_SSPA_Series
3+
---
4+
5+
# IRT SSPA Series
6+
7+
This connector is used to monitor and configure an IRT SSPA Series device.
8+
9+
## About
10+
11+
### Version Info
12+
13+
| Range | Key Features | Based on | System Impact |
14+
|----------------------|------------------|--------------|-------------------|
15+
| 1.0.0.X [SLC Main] | Initial version | - | - |
16+
17+
### Product Info
18+
19+
| Range | Supported Firmware |
20+
|-----------|------------------------|
21+
| 1.0.0.X | 2.12.10 |
22+
23+
### System Info
24+
25+
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
26+
|-----------|---------------------|-------------------------|-----------------------|-------------------------|
27+
| 1.0.0.X | No | Yes | - | - |
28+
29+
## Configuration
30+
31+
### Connections
32+
33+
#### SNMP Connection
34+
35+
This connector uses a Simple Network Management Protocol (SNMP) connection and requires the following input during element creation:
36+
37+
SNMP CONNECTION:
38+
39+
- **IP address/host**: The polling IP of the device.
40+
41+
SNMP Settings:
42+
43+
- **Port number**: The port of the connected device, by default *161*.
44+
- **Get community string**: The community string used when reading values from the device. By default *public*.
45+
- **Set community string**: The community string used when setting values on the device. By default *private*.
46+
47+
### Web Interface
48+
49+
The web interface is only accessible when the client machine has network access to the product.
50+
51+
## How to use
52+
53+
This connector contains the following pages: **Monitor**, **General**, **Alarms**, and **Control**, **Configuration**, subpage **LO Settings**, **Redundancy** as well as a **Web Interface** page.
54+
55+
- The **Monitor** page is the default page. Here you can find the information about **Input** and **Output** power, **Device Temperature** and **Mute status**.
56+
- The **General** page displays general information about the connector such as the **Name** and **Location** of the device.
57+
- The **Alarms** page contains the **System Alarms Table** where we can see information about alarms such as: **Description**, **Status** and **Device Name**.
58+
- We can change **Mute** and **Gain** values on the **Control** page.
59+
- The **Configuration** page is allowing us to change **Center Frequency** and **Attenuation Offset**. This page also has a subpage called **LO Settings**. The subpage has **LO Frequencies** table.
60+
- On the **Redundancy** page you can find information about the redundancy members.
61+
62+
When the connector is working properly, every table on every page should be populated accordingly and with the correct resolutions. You can double-check this by looking at the parameters on the web interface.
63+
64+
If everything works correctly, in the Stream Viewer you will be able to see groups **100**, **110**, **1000**, **2000**, **2010**, **2020**, and **8000**.
65+
66+
- Groups **2020** and **8000** represent parameters that are checked every 10 seconds.
67+
- Groups **100**, **110**, **1000**, and **2000** and **2010** are checked every 5 minutes.
68+
- If there is a polling error with any of the groups, the Stream Viewer will return **GENERIC ERROR** in the response from the device.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5011,6 +5011,8 @@
50115011
topicUid: Connector_help_IRT_DVB-T_TX
50125012
- name: IRT IFC Series
50135013
topicUid: Connector_help_IRT_IFC_Series
5014+
- name: IRT SSPA Series
5015+
topicUid: Connector_help_IRT_SSPA_Series
50145016
- name: Itelco
50155017
topicUid: Connector_help_Itelco_DVB-T2_Modulator
50165018
items:

0 commit comments

Comments
 (0)