Data selection parameters
- Last UpdatedDec 18, 2025
- 2 minute read
- PI System
- Adapter for DNP3 1.2
- Adapters
The following parameters are available to configure DNP3 data selection:
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
selected |
Optional |
boolean |
If true, data for this item is collected and sent to one or more configured OMF endpoints. Allowed value: true or false |
|
streamId |
Optional |
string |
The custom identifier used to create the streams. If this parameter is not specified, the DNP3 adapter generates a default value based on the DefaultStreamIdPattern in the Data source. |
|
name |
Optional |
string |
The optional friendly name of the data item collected from the data source. If this is not configured, the parameter defaults to stream ID Default value: stream ID |
|
outstationId |
Required |
string |
The identifier of the outstation where the DNP point data should be collected from. This must match the Id of one of the configured outstations in the Data source. |
|
group |
Required |
number |
The DNP3 object group number for the point. For a list of supported objects, see Supported features. |
|
variation |
Optional |
number |
The DNP3 object variation to be requested for the point during a static scan. For a list of supported objects, see Supported features. |
|
index |
Required |
number |
The index of the point on the outstation. |
|
staticScanScheduleId |
Optional |
string |
The identifier of a schedule defined in the Configure schedules. By default, no static scan is configured. For more information, see Data collection. |
|
dataFilterId |
Optional |
string |
The identifier of a data filter defined in the Data filters. By default, no filter is applied. Note: If the specified DataFilterId does not exist, unfiltered data is sent until that DataFilterId is created. |