![ProSoft Technology inRAx MVI56-DNP Скачать руководство пользователя страница 66](http://html1.mh-extra.com/html/prosoft-technology/inrax-mvi56-dnp/inrax-mvi56-dnp_user-manual_1618996066.webp)
Ladder Logic
MVI56-DNP
♦
ControlLogix Platform
User Manual
DNP 3.0 Server
Page 66 of 171
ProSoft Technology, Inc.
July 21, 2011
3.3.12 DNPEvent_Binary_Single
The
DNPEvent_Binary_Single
object stores the information for a single binary
input event to be sent from the processor to the module in a special function
block 9958. The structure shown contains all the parameters required for a binary
input event.
Name Data
Type
Description
Point INT
Data point in the DNP binary database represented by
event
Value BOOL Point value
ClassOverride
INT
Class Override Value (1 through 3)
Year INT Year
Month INT
Month
Day INT Day
Hour INT Hour
Minute INT
Minute
Seconds INT
Seconds
Milliseconds INT
Milliseconds
3.3.13 DNPSlave_Err
The
DNPSlave_Err
object stores the slave status information returned from the
module after a 9949 block request from the ladder logic. An array of this object
should be defined to hold the status data for each slave used by the module.
Name Style
Description
Device_Index
INT
Index in the slave array for the Master port
Slave_ID
INT
Slave address for device
Err_CRC
INT
Number of CRC errors
Err_Overflow INT
Number of overflow errors
Err_Seq
INT
Number of sequence errors
Err_DLConf
INT
Number of data-link confirm retry errors
Err_DLCFail
INT
Number of data-link confirm failures
Err_AppResp
INT
Number of application response errors
3.3.14 DNP_SOE_BIEvntBlk
The
DNP_SOE_BIEvntBlk
object encapsulates all the data values used with
Special Function Block 9961 to pass binary input event data created by a
Sequence of Events (SOE) module in the processor chassis to the module. Up to
20 binary events can be reported in each block, so this UDT contains a 20-
element array to preload the event data before sending the events from the DNP
slave port to a remote DNP Master.
Name Style
Description
EventCount INT
Event
Count
SeqCounter INT
Sequence
Counter
Data DNP_SOE_BIEvntData[20]
Event
array