Positioner

Overview

Class

A positioner.

Supertypes

Attributes (data)

Name

Multiplicity

Type

DeviceTypeName

0..1

NullableString

SubTagName

0..1

NullableString

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <ActuatingSystemComponent>

RDL reference: POSITIONER

ComponentClass: Positioner

Example

Implementation in Proteus Schema

<ActuatingSystemComponent
    ID="positioner1"
    ComponentClass="Positioner"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Positioner" ...>
  ...
</ActuatingSystemComponent>

DeviceTypeName

Attribute (data)

The device type of the Positioner.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: DeviceTypeNameAssignmentClass

Example

“pressure transmitter” (String)

Implementation in Proteus Schema

<ActuatingSystemComponent
    ID="positioner1"
    ComponentClass="Positioner"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Positioner" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DeviceTypeNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/DeviceTypeNameAssignmentClass"
      Format="string"
      Value="pressure transmitter" />
    ...
  </GenericAttributes>
  ...
</ActuatingSystemComponent>

SubTagName

Attribute (data)

The sub tag name of the Positioner.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: SubTagNameAssignmentClass

Example

“ST1” (String)

Implementation in Proteus Schema

<ActuatingSystemComponent
    ID="positioner1"
    ComponentClass="Positioner"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Positioner" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubTagNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
      Format="string"
      Value="ST1" />
    ...
  </GenericAttributes>
  ...
</ActuatingSystemComponent>