Skip to main content
Version: 2.8

Constant Nodes

Defines a constant value in the node space.

AttributeDescriptionData Type
IdId of the constantSystem.Guid
NameName of the constantSystem.String
DataTypeData type of the constantSystem.String
ValueConstant valueSystem.String
UnitPhysical unit of the valueSystem.String

Example

{
"Id": "95C03595-6408-4ADD-A927-96A50C4D2598",
"Name": "RunningState",
"DataType": "System.Int32",
"Value": 1001,
"Unit": "km"
}

The constant node supports the same data types as data node.