ProSoft Technology MVI56E-DNPNET User Manual

Page 112

Advertising
background image

Contents

MVI56E-DNPNET ♦ ControlLogix Platform

User Manual

DNPNET Ethernet Client/Server Communication Module

Page 112 of 140

ProSoft Technology, Inc.

February 13, 2015

The trip/close values require 2 points within the module’s DNPNET database. A Trip is

represented by the binary value of '10' for those 2 points, and a Close is represented by the

binary value of '01' for those same 2 points.
The module can process only 4000 trip/close dual points, as the database for the DNPNET

BO is limited to 8000 total bits.
The dual point control on trip/close operations can be overwritten by selecting the parameter

of "Use_TripClose_Single_Point" in the server configuration section of the module. When

this parameter is enabled, all trip and close operations will be treated as pulse on

commands, and only occupy a single boolean point.

4.3.2 DNPNETModuleDef Object

This object contains all the MVI56E-DNPNET module top-level data.

Name

Description

CONFIG

DNPNET module configuration parameters for blocks 9000 - 9099

DATA

Client and server data transferred between the processor and the module

STATUS

Status for various functionalities

CONTROL

Governs the data movement between the PLC rack and the module

UTIL

Generic tags used for internal ladder processing (DO NOT MODIFY)

4.3.3 DNPNETCONFIG Object

This object contains the data types that apply to the configuration of the module.

Name

Description

DNP_Module_Name

Module name description

DNP3_Server

Server configuration

DNP3_WhiteList

IP addresses of the Clients that the MVI56E-DNPNET Server will

respond to.

DNP3_Client

Client configuration

DNP_Server_Override

Assigning Class and Deadband overrides to individual point types.

DNP_Server_List

List of servers the MVI56E-DNPNET Client connects to

DNP_Client_Commands List of commands the MVI56E-DNPNET Client sends to servers
IP_Settings

IP Settings of module

4.3.4 DNPNETCONTROL Object

This object contains values that are a 'scratchpad' area of intermediate data storage

variables. They are used by the AOI to keep track of various logic processing functions.

Advertising