|
<< Click to Display Table of Contents >>
Introduction to DNP Mirror Master & Slave Driver |
DNP Mirror Master & Slave Driver implements the Master and Slave behavior of DNP protocol. The goal of this product is to work as a DNP-to-DNP gateway, thus matching incompatible implementations of this protocol.
This Driver is composed of well-defined parts, a Master part and a Slave part. The Master part must be configured using almost the same configuration options available on Elipse Software's DNP Master Driver. Likewise, the Slave part follows the same configuration options available on IOKit's DNP Slave Driver.
However, in this Driver there is no need to create any Tag so that information received on the Master side be sent to the Slave side, because that operation is performed automatically.
Thus, any value or event received on the Master side is automatically sent to the Slave side. Likewise, any command received on the Slave side is automatically sent to the Master side.
DNP Mirror Master & Slave Driver does not have a dedicated database of points, because it retrieves that database from the Master and sends that same database to another Master from a Slave.

Architecture of DNP Mirror Master & Slave Driver