Skip to content

Commit 05668dc

Browse files
authored
Merge pull request SkylineCommunications#156 from TarikMekic/main
added the driver help page
2 parents 702c394 + 0ad89c2 commit 05668dc

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+
These are the main data pages of the connector:
54+
55+
- The **Monitor** page is the default page. Here you can find 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**, which shows information about alarms such as the **Description**, **Status**, and **Device Name**.
58+
- On the **Control** page, you can change **Mute** and **Gain** values.
59+
- On the **Configuration** page, you can configure the **Center Frequency** and **Attenuation Offset**. On the **LO Settings** subpage, you can find the **LO Frequencies** table.
60+
- The **Redundancy** page contains information about the redundancy members.
61+
62+
When the connector is working properly, every table on every page should be populated accordingly. If necessary, 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**, **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)