Skip to content

Commit

Permalink
Merge branch 'develop' into FOGL-9094
Browse files Browse the repository at this point in the history
  • Loading branch information
pintomax authored Sep 6, 2024
2 parents eb04fff + 1a93a65 commit 0a0f2b2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
Binary file removed docs/images/dnp3.jpg
Binary file not shown.
Binary file added docs/images/dnp3_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dnp3_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dnp3_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.. |dnp3| image:: images/dnp3.jpg
.. |dnp3| image:: images/dnp3_1.jpg
.. |dnp3_2| image:: images/dnp3_2.jpg
.. |dnp3_3| image:: images/dnp3_3.jpg

DNP3 Master Plugin
==================
Expand All @@ -18,13 +20,31 @@ The *fledge-south-dnp3* allows Fledge to act as a DNP3 master and gather data fr
- **Outstation port**: The post on the Out Station to which the connection is established.

- **Outstation link Id**: The Out Station link id.

.. note::

Note:

The Outstation address, port and link Id will be ignored if the list of out stations has one or more entries in it. The global outstation definition is only retained for backward compatibility.

- **Data scan**: Enable or disable the scanning of all objects and values in the Out Station. This is the Integrity Poll for all Classes.

- **Scan interval**: The interval between data scans of the Out Station.

- **Network timeout**: Timeout for fetching data from the Out Station expressed in seconds.

- **DNP3 debug objects**: DNP3 communication and data objects logging. In order to have these messages logged the service log level must be set to 'info' or 'debug'.

+----------+
| |dnp3_2| |
+----------+

- **Outstations tab**: A list of outstations. Each item in the list consists of three properties, the Outstation address, port and link id. If this list is populated with one or more outstations then the global 'Outstation address', 'Outstation port' and 'Outstation link Id' will be ignored.

+----------+
| |dnp3_3| |
+----------+


DNP3 Out Station Testing
------------------------
Expand Down

0 comments on commit 0a0f2b2

Please sign in to comment.