DNP3 Outstation
DNP3 Outstation
The DNP3 Outstation driver allows Wise SCADA to act as a “substation” (RTU/Slave) and expose its data to another DNP3 Master system. Through this module, you can serve tags within SCADA to the outside world using the DNP3 protocol.

Connection Settings
| Parameter | Description | Example Value |
| IP Address | Usually the local IP address (0.0.0.0 listens on all available network interfaces). | 0.0.0.0 |
| Port | The standard listening port for a DNP3 Outstation is 20000. | 20000 |
| Settings | Contains specific identity and timing configurations for the Outstation. Clicking this field opens the “DNP3 Outstation Dialog” for detailed settings. | [“NORMAL”,”100″,”1″,…] |
DNP3 Master Dialog Ayarları
This window manages timing, data class rules, and identity settings for the Outstation.

| Parameter | Description | Default / Options |
| Logging Level | Determines the detail level of background logs. | • NORMAL (Default) • ALL: Logs everything. • APP_COMMS: Logs the application layer only. • NONE: Does not keep any logs. |
| Local Address | The unique address of Wise SCADA in the DNP3 network (Outstation ID). | 100 |
| Remote Address | Only requests coming from a Master with this specific ID will be answered. | 1 |
| Keep Alive Timeout (s) | The expected TCP-level duration to verify link activity. | 30 |
| Allow Unsolicited | If checked, data is sent immediately upon change without waiting for a request from the Master. | Checked (Enabled) |
| Unsol Class Mask | Defines which data classes are permitted to send “Unsolicited” messages. | AllClasses: Immediate updates for Class 1, 2, 3. AllEventClasses: Event data only (Excludes Class 0). None: Disables unsolicited reporting; Polling only. |
| Select Timeout (s) | Maximum confirmation wait time between SBO (Select-Before-Operate) commands. | 10 |
| Solicited Confirm Timeout (s) | Wait time for a Master confirmation after responding to a direct Master request. | 5 |
| Unsol Confirm Timeout (s) | Wait time for a Master confirmation after sending unsolicited data. | 5 |
| Max Controls Per Request | Maximum number of control commands allowed from the Master in a single request. | 65535 |
| Max TX Fragment Size | Maximum size of the DNP3 packet (fragment) to be transmitted (Bytes). | 2048 |
| Max RX Fragment Size | Maximum size of the DNP3 packet (fragment) to be received (Bytes). | 2048 |
| Respond To Any Master | If checked, the Outstation responds to all queries regardless of the Master ID. | Unchecked (Disabled) |
| Event Buffer Size | Maximum number of events to be stored in memory while the connection is offline. | 100 |
Adresleme Formatı ve Veri Tipleri
Wise SCADA içerisinde tag oluştururken, DNP3 veri grupları için aşağıdaki kısaltmalar kullanılır.
| Grup No | Veri Tipi Tanımı | Wise SCADA Etiketi | Kullanım Amacı |
| 1 / 2 | Binary Input | B | Dijital girişler (Açık/Kapalı) |
| 3 | Double-bit Input | DBB | İki bitlik durumlar (Trip/Close/Arıza) |
| 30 | Analog Input | A | Ölçüm değerleri (Sıcaklık, Basınç vb.) |
| 20 | Counter | C | Sayıcı verileri (Enerji Puls vb.) |
| 10 | Binary Output Status | BOS | Dijital çıkışların geri bildirimi |
| 40 | Analog Output Status | AOS | Set deÄŸerlerinin geri bildirimi |
| 110 | Octet String | OS | Metin tabanlı veriler |
