Control example – ProSoft Technology MVI56E-61850S User Manual
Page 62

Contents
MVI56E-61850S ♦ ControlLogix Platform
User Manual
IEC 61850 Server Communication Module
Page 62 of 81
ProSoft Technology, Inc.
September 4, 2014
5.3
Control Example
This example shows how to set up boolean, integer, and real Control data objects (DO's). In
this section, you will configure the PCB file, configure the related parameters in RSLogix
5000, and verify the value has been populated in module memory using an automatic
acknowledge feature.
When a IEC 61850 client sends Control DO data to the MVI56E-61850S, the MVI56E-
61850S passes this data to the processor. This data can be analyzed by the user's ladder
logic. Data with time-stamp and quality attributes can then be returned to the module for the
client to read.
The processor can also acknowledge the data with no user-logic needed, this feature is
enabled by default at MVI56E61850S.COMMAND.CONTROL.Auto_Ack.
1 In PCB, configure the DB points in the 61850S Data DB section.
For Boolean data, enter the following values. One bit of data will be allotted for this DO.
Data Object
700000
Data Type
BOOL
Point ID
11
For Integer data, enter the following values. A 16-bit register will be allotted for this DO.
Data Object
810000
Data Type
INT
Point ID
12
For Real data, enter the following values. A 32-bit value (stored as two 16-bit registers) will
be allotted for this DO.
Data Object
900000
Data Type
REAL
Point ID
13