Skip to content

Commit 68d390d

Browse files
authored
Merge pull request SkylineCommunications#665 from LuisMiguelGonzalezFernandez/main
Added documentation for new connector Promax Neo
2 parents 8b22b6a + 608e7d3 commit 68d390d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

connector/doc/PROMAX_NEO.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
uid: Connector_help_PROMAX_NEO
3+
---
4+
5+
# PROMAX NEO
6+
7+
The Promax Neo is a portable device used to analyze and measure the quality of electronic signals.
8+
9+
This connector is used to monitor and configure the device data using SNMP communication.
10+
11+
## Configuration
12+
13+
### Connections
14+
15+
#### SNMP Connection
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+
- **Bus address**: The bus address of the device.
24+
25+
SNMP Settings:
26+
27+
- **Get community string**: The community string used when reading values from the device (default: *public*).
28+
- **Set community string**: The community string used when setting values on the device (default: *private*).
29+
30+
## How to use
31+
32+
This connector uses SNMP to retrieve information from the card. It displays the information on the pages and allows you to perform changes to it.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6961,6 +6961,8 @@
69616961
topicUid: Connector_help_Prodys_Quantum
69626962
- name: Promax
69636963
items:
6964+
- name: Promax Neo
6965+
topicUid: Connector_help_PROMAX_NEO
69646966
- name: Promax RANGERNeo 4
69656967
topicUid: Connector_help_Promax_RANGERNeo_4
69666968
- name: Prometheus

0 commit comments

Comments
 (0)