DNP3 string input points
- Last UpdatedApr 22, 2025
- 1 minute read
DNP3 octet string point syntax
Telem_Server_<ScopeName>:%<OutstationFullName>;<PointType>;<PointNumber>{;[<PointName>]}
-
PointType: OS
-
PointNumber: 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, OS_6.
-
If you want to create the new point in a different group than the Outstation group, include the group name: GroupName.PointName.
-
String reference examples
Without optional PointName:
Telem_Server_Node-12:%Group.DNP3_Outstation;OS;6
References octet string point 6, which is given the name OS_6
With optional PointName:
Telem_Server_Node-12:%Group.DNP3_Outstation;OS;6;[Tag_Name]
References octet string point 6, which is named Tag_Name