ProSoft Technology MVI71-DNP User Manual
Page 22

MVI71-DNP ♦ PLC Platform
Installing and Configuring the Module
DNP 3.0 Master/Slave Communication Module
Page 22 of 172
ProSoft Technology, Inc.
August 23, 2007
If the side-connect interface is utilized, make sure the file SC_DATA.TXT on the
Compact Flash Disk contains the correct first file number. You can run the
setdnpsc.exe program to set the file number to be used with your application.
Install the module in the rack and turn on the power. Connect the terminal server
to the module's debug/configuration port and exit the program by pressing the
Esc key followed by the 'X' key. This will cause the program to exit and remain at
the operating system prompt. Run the setdnpsc.exe program with a command
line argument of the file number to use for the first file. For example, to select
N10: as the first file, enter the following:
SETDNPSC
10
The program will build the SC_DATA.TXT on the Compact Flash Disk (C: drive in
the root directory).
The next step in module setup is to define the data files to be used with the
application. If the block transfer interface is used, define the data files to hold the
user data (read and write data). Enter the ladder logic to handle the blocks
transferred between the module and the PLC. Download the program to the PLC
and test the program with the module.
If the side-connect interface is used, no ladder logic is required for data transfer.
The user data files to interface with the module must reside in contiguous order
in the processor. The first file to be used by the interface is the status/control file.
This is file number set in the SC_DATA.TXT file using the SETDNPSC.EXE
program. The following table lists the files used by the side-connect interface:
Cfg+#
File #
File Size
Description
0 N 150
Command control data starting at offset 80 (80
to 143 data area)
1 N
Reserved
2
N
124
Error/Status and Error List data destination
3
N
(960 max)
Digital input data source
4
N
(960 max)
Digital output data source
5
N
(960 max)
Counter data source and destination
6
N
(960 max)
Analog input data source
7
N
(960 max)
Analog output data destination
8
N
(960 max)
IED digital input data destination
9
N
(960 max)
IED digital output data source
10
N
(960 max)
IED counter data destination
11
N
(960 max)
IED analog input data destination
12
N
(960 max)
IED analog output data source
13
F
(240 max)
DNP slave floating-point input data
14 N
Reserved
15
F
(240 max)
DNP slave floating-point output data
16 N
Reserved
n is the number of read data files minus one. Each file contains up to a maximum
of 960 words.