Skip to content

Commit 4b324b2

Browse files
authored
Merge pull request SkylineCommunications#152 from rafaduarte1995/main
Add TDF BIP Collector Driver Help
2 parents 2fee26e + f3ae6d3 commit 4b324b2

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

connector/doc/TDF_BIP_Collector.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
uid: Connector_help_TDF_BIP_Collector
3+
---
4+
5+
# TDF BIP Collector
6+
7+
This connector is used to collect data from the **BIP (Production Incident Database)** system, responsible for interfacing all the collector subsystems, the storage subsystem, and all potential customers using the collected and correlated data.
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 | 4.58 |
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+
#### HTTP Main Connection
34+
35+
This connector uses an HTTPS connection and requires the following input during element creation:
36+
37+
HTTP CONNECTION:
38+
39+
- **IP address/host**: The polling IP or URL of the destination. Should always start with `https://`
40+
- **IP port**: Default: *8443*.
41+
42+
##### Initialization
43+
44+
In order to perform requests, first the **Domains List** parameter needs to be configured. You can define only one domain or define multiple domains separated by semicolons (";").
45+
46+
## How to use
47+
48+
The connector contains the following data pages:
49+
50+
- **General**: Contains the **Domains List** parameter, which allows you to define from which domain requests should be directed. If this parameter is not defined, the connector cannot request any data.
51+
52+
- **Resources**: Contains the **Resources Table**, with all the information obtained from the get resources request.
53+
54+
- **Alarms**: Contains the **Event Types Table**, with all the possible event types, and the **Event Table**, with the active events, limited to the last 15 minutes.
55+
56+
On this page, you can also define the display key of the Events Table, by means of the parameter **Events Table Display Key Selection**. If *Internal Description* is selected, the display key will have the following format: `Event ID/Event Internal Description/Resource Internal Description`. If *External Description* is selected, the format will be `Event ID/Event External Description/Resource External Description`.
57+
58+
- **Polling Configuration**: On this page, you can select which of the available requests is polled and when. You can also poll the requests on demand with the **Poll** button for each entry in the table. With the **Poll All** button, you can poll all requests on demand at once.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8971,6 +8971,8 @@
89718971
topicUid: Connector_help_TDF_ALLISS_Analog_Transmitter
89728972
- name: TDF ALLISS Transmitter
89738973
topicUid: Connector_help_TDF_ALLISS_Transmitter
8974+
- name: TDF BIP Collector
8975+
topicUid: Connector_help_TDF_BIP_Collector
89748976
- name: TDF Conducteur Application
89758977
topicUid: Connector_help_TDF_Conducteur_Application
89768978
- name: TDF ENERGIE ALLYSS

0 commit comments

Comments
 (0)