7.11.11 PtDigitalOutputElectricalAttributesType ObjectType Definition

7.11.11.1 Overview

The PtDigitalOutputElectricalAttributesType provides asset attribute describing the type of digital output and is formally defined in Table 145.

Table 145 – PtDigitalOutputElectricalAttributesType Definition
Attribute Value
BrowseNamePtDigitalOutputElectricalAttributesType
I89IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the PtCommonAssetAttributesType defined in chapter 7.5.1
0:HasComponentVariableDigitalOutputElectricalType0:UInt160:MultiStateValueDiscreteTypeO, RO
0:HasPropertyVariableSafetyPropertySupportedBoolean0:PropertyTypeO, RO
0:HasComponentVariableOutputCurrentMax0:Float0:AnalogUnitTypeO, RO
0:HasPropertyVariableNumberOfChannels0:UInt160:PropertyTypeO, RO
Conformance Units
Powertrain Attributes Information
7.11.11.2 Object Decription

DigitalOutputElectricalType provides the used digital output(s). The values of the MultiStateValueDiscreteType variable are defined in Table 146 and shall be used. The values 0-199 are reserved for future extensions of this specification. The values 200-299 shall be used for vendor-specific extensions of this variable.

Table 146 – PtDigitalOutputElectricalAttributesType Attribute values for child Nodes
BrowsePath Value Attribute Description Attribute
[
{
"Value": 1,
"DisplayName": "TTL",
"Description": "Transistor-transistor logic (0..5 V)"
},
{
"Value": 2,
"DisplayName": "HTL",
"Description": "High threshold logic (0..24 V)"
},
{
"Value": 3,
"DisplayName": "PNP",
"Description": "PNP transistor type"
},
{
"Value": 4,
"DisplayName": "NPN",
"Description": "NPN transistor type"
},
{
"Value": 5,
"DisplayName": "CONFIGURABLE",
"Description": "Configurable"
},
{
"Value": 6,
"DisplayName": "PULSE_TRAIN",
"Description": "Pulse train"
},
{
"Value": 7,
"DisplayName": "RELAY",
"Description": "Electromechanical relay"
}
]


SafetyPropertySupported true if the digital output has a safety property.

OutputCurrentMax provides the information to the total output current limitation. The unit shall be ampere [A].

NumberOfChannels provides the number of channels of the digital output.