FBx Series DNP3 Driver Tag

FBx Series DNP3 driver uses the standard DNP3 communication protocol to retrieve history logs and audit information using file operations. It requires a child DNP3 driver to operate. This driver typically follows the following process:

  1. A read is requested by the user or triggered by another tag such as a polling tag. The request specifies the file type (such as history or alarm & event) and an instance number that corresponds to your Emerson specification tables.

  2. The FBx Series DNP3 driver references the most recent sequence read (the most recent point of relevant data retrieved) and compares it to the latest sequence available.

  3. The FBx Series DNP3 driver returns a file for each outstanding sequence containing the requested data in binary format

If "Reset Sequence" is selected, the driver will start from sequence 0 and read all available sequences up to the newest sequence available.

Custom Mapping Files

VTScada comes with default mapping files and custom mapping is not always required. However, editing of the meter configuration requires for their addresses to be in the mapping file used by the driver.

To write meter configurations to a flow computer outside of the available default FBx Series addresses, you must configure custom mapping in either the FBx Series DNP3 Driver tag or the Flow Computer.

The mapping files are available to download from the RTU. Once you have established communication with the device (through a valid Port tag), the Download and Browse buttons in either tag will become enabled.

To get the DNP3 mapping file from the RTU, type a filename of your choice (for example, DNP3MappingFileMMddYYYY.CSV) into the mapping field. Click "Download". This downloads the mapping file from the RTU to your local directory with the name you have given it. The file is located in FBx_Mappings within your application folder.

Repeat these steps for the History Configuration mapping file.

If you have already downloaded these files (for example, if you have already configured another driver tag), instead of downloading them again, use the Browse button to find the downloaded file locally, in VTScada > YourApplication > FBx_Mappings.

If you want to stop using custom mapping files, you can remove the text from the mapping fields, leaving them blank, and click Apply. This will revert your drivers to the default mapping files.
Please also note, if you have configured your devices using custom mapping files and then switch back to the defaults, some of your addresses may break.

RPC Service

This FBx Series driver typically does not have its own dedicated RPC (Remote Procedure Call) service. Instead, it relies on a DNP3 driver (child). When configuring server lists for your FBx Series DNP3 driver communications the sever list must be based on the name of the child DNP3 tag.

FBx Series DNP3 Driver tag Communications properties tab

Link an IO tag, select the time zone source, set a file read time limit, max writes per operation, number of history points, FBx Series, Meter Type. Add a DNP3 Mapping file and History Config mapping file. Enable tracing.

I/O Device

Select the DNP3 driver that will communicate with the equipment.

The FBx Series DNP3 driver does not perform its own communications, it gets its data from binary files using the DNP3 protocol.

Device Clock Time Zone

The time zone of the RTU clock. This is used when logging time stamped information such as alarms, events and history.

File Read Time Limit

The maximum amount of time (in seconds) for each file read in an operation. There can be multiple file reads in an operation, if one of these files takes more than the time set (in seconds) the read will fail.

Maximum Writes per Operation

Breaks down the array of values into multiple arrays and sends them separately.

Number of History Points

The amount of history points configured on the FloBoss3000. 610 is the maximum number of history points available. Determines the number of records that can be read at a time.

FBx Series

Select the Series type of the RTU from a droplist. The options include FBx Series 1000, 2000, and 3000.

Meter Type

Select the Meter Type from a droplist. The options include DP Meter or Linear Meter.

DNP3 Mapping File

The .CSV file containing the DNP3 mapping of the RTU. Browse and Download will be enabled when communication is established with the RTU. To download the file, give the file a name and click Download. To use an existing file, click Browse to find an existing file in the FBx Mappings folder in the application's directory.

History Configuration Mapping File

The .CSV file containing the History Configuration mapping of the RTU. Browse and Download will be enabled when communication is established with the RTU. To download the file, give the file a name and click Download. To use an existing file, click Browse to find an existing file in the FBx Mappings folder in the application's directory.

Enable Tracing

If selected, a log file will be created under the Data\Trace folder of the application.

Configure the flow computer to be compatible with VTScada's FBx Series DNP3 driver tag. Consider the following settings:
* Disable "Require Login" in the flow computer.
* When configuring FloBoss DNP3 objects for a meter in the flow computer, select components with matching numbers. ie. In the Emerson configuration field tool, if Tag = DP Mtr_1 then Station Assignment = Station_1 and so on.
For more information, refer to your Emerson manual and application.

Troubleshooting

  • Cannot write from the VTScada application to the RTU
    Double-check that your flow computer settings do not have "Require Login" enabled.

FBx Series DNP3 Tag Widgets