![ProSoft Technology inRAx MVI56-DNP Скачать руководство пользователя страница 63](http://html1.mh-extra.com/html/prosoft-technology/inrax-mvi56-dnp/inrax-mvi56-dnp_user-manual_1618996063.webp)
MVI56-DNP
♦
ControlLogix Platform
Ladder Logic
DNP 3.0 Server
User Manual
ProSoft Technology, Inc.
Page 63 of 171
July 21, 2011
3.3.3 DNPCROB_Data
The
DNPCROB_Data
object encapsulates the data for the
DNP CROB
(slave).
Name Style
Description
Point_Number INT
Control_Code SINT
count SINT
On_Time DINT
Off_Time DINT
3.3.4 DNPEventMsg
The
DNPEventMsg
object stores event messages received on the DNP Master
port to be passed to the processor.
Name Style
Description
DevIndex
INT
Logical slave device index in module
IEDPoint
INT
Logical point address in IED database
DNPPoint
INT
Logical point address in DNP database
SlaveAddress
INT
Remote slave address that generated event
PointNum
INT
Point address in remote device
Object
INT
DNP object number for point
Variation
INT
DNP variation for event
LowTime
INT
Least-significant word of 48-bit DNP time
HighTime
DINT
Most-significant double-word of 48-bit DNP time
Value
DINT
Value for event
This information is passed to the processor from the module in a special read
block with an identification code of 9903. Each block can send up to 20 event
messages. Ladder logic must handle the receipt of this special data block and
place the data received into controller tags.
3.3.5 DNPEvent_Analog
The
DNPEvent_Analog
object encapsulates all the data values used with Special
Function Block 9959 to pass analog input event data from the processor to the
module. Up to ten analog events can be reported in each block, so this UDT
contains a ten-element array to preload the event data before sending the events
from the DNP slave port to a remote DNP Master.
Name Style
Description
Count
INT
Number of events (1 to 10)
SequenceCounter INT
Sequence counter for each block transfer. It is used to
synchronize and confirm receipt of the block by the
module.
Data
DNPEvent_Analog_
Single[10]
Analog input event to be transferred to the module