DNP3 Double-Bit Binary Input Points
- Last UpdatedAug 24, 2019
- 1 minute read
DNP3 Double-Bit Binary Point Syntax
Telem_Server_<ScopeName>:%<OutstationFullName>;<PointType>;<PointNumber>{;[<PointName>]}
where items enclosed in { curly brackets } are optional.
-
Point type: DBI
-
Point number: a decimal number from 0 to 65535 that maps to the "Point Number" field in the Telemetry Server dashboard. The maximum point number is device-dependent.
-
PointName (optional): a descriptive name for the point, for example, LiftStationPump_01. If specified, the PointName must be enclosed in brackets.
-
If PointName is not specified, the point is assigned a default name that uses point type and number, in the format PointType_PointNumber, for example, DBI_5.
-
If you want to create the new point in a different group than the Outstation group, include the group name: GroupName.PointName.
-
Double-Bit Binary Reference Examples
Without optional PointName:
Telem_Server_Node-12:%Group.DNP3_Outstation;Group.DBI;5
References double-bit binary point 5, which is given the name DBI_5
With optional PointName:
Telem_Server_Node-12:%Group.DNP3_Outstation;DBI;5;[Tag_Name]
References double-bit binary point 5, which is named Tag_Name