OutstationBehavior parameters
- Last UpdatedFeb 20, 2025
- 1 minute read
- PI System
- Adapter for DNP3 1.2
- Adapters
The following parameters are available to configure each OutstationBehavior in the OutstationBehaviors array:
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
id |
Required |
string |
Friendly identifier for the configuration. Must be unique among all OutstationBehaviors. |
|
applicationLayerTimeout |
Optional |
string |
Period long enough for an entire Application Layer message to be transmitted represented
in hh:mm:ss.fff format. |
|
enableUnsolicited |
Optional |
boolean |
If true, the adapter accepts unsolicited messages from an outstation that is configured
to send unsolicited event data. |
|
enableTimeSync |
Optional |
boolean |
If true, the adapter writes the current time to an outstation that indicates "NeedTime"
through the internal indication bits. |
|
integrityScanOnStartup |
Optional |
boolean |
If true, the adapter performs an integrity scan whenever the adapter or outstation
is restarted. |
|
integrityScanOnEventBufferOverflow |
Optional |
boolean |
If true, the adapter performs an integrity scan whenever the outstation's event buffers
overflow. |
|
integrityScanPeriod |
Optional |
string |
Frequency of integrity scans. Set to 00:00:00 for no periodic integrity scans represented in hh:mm:ss.fff format. |
|
eventClasses |
Optional |
array |
List of event classes that the adapter scans during an event scan. Default is [1, 2, 3], meaning all event classes. |
|
eventScanPeriod |
Optional |
string |
Frequency of event scans represented in hh:mm:ss.fff format. Set to 00:00:00 for no event scans. |