DNP3 Addressing
DNP3 Addressing
Read Tags
_ProductName supports Single point and Measure Values (normalized, scaled, and short float)
Read Tags Address Format:
GroupID;IndexID
Supported GroupIds:
Binary Inputs ---> 1 : Boolean
Analog Inputs ---> 30 --> As Integer32 (Analog Storage Type) : Int(32Bit)
Analog Inputs ---> 30 --> As Float (Analog Storage Type) : Real
Commands Tags
_ProductName supports Binary output commands and AnalogOut Commands
BinaryOut Commands Address Format:
Direct Operate: 10; IndexID; 1; OperationType ; Count ; OnTime; OffTime; ClearBit
Select Before Operate: 10; IndexID; 2; SelectBeforeOperateTimeout ; OperationType ; Count; OnTim; OffTime; ClearBit
GroupId:
Binary OutPut --> 10 : Boolean
Supported Command Types:
DIRECT_OPERATE ---> 1
SELECT_BEFORE_OPERATE ---> 2
SelectBeforeOperateTimeout: from 3000 milliseconds to 20000 milliseconds
Supported Operation Types:
Pulse On --> 1
Pulse Off --> 2
Latch On --> 3
Latch Off --> 4
Count: from 0 to 255
OnTime, OffTime: from 0 to 4294967295 in milliseconds
clearBit: from 0 to 255
AnalogOut Commands Address Format:
Direct Operate: 40;IndexID;1
Select Before Operate: 40;IndexID;2;SelectBeforeOperateTimeout
Supported Group Ids for Commands:
Analog Outputs ---> 40 --> As Integer32 (Analog Storage Type) : Int(32Bit)
Analog Outputs ---> 40 --> As Float (Analog Storage Type) : Real
DIRECT_OPERATE ---> 1
SELECT_BEFORE_OPERATE ---> 2
SelectBeforeOperateTimeout: from 3000 milliseconds to 20000 milliseconds