Sensorwell

Overview

Class

A Sensorwell is a pressure-tight receptacle adapted to receive a sensing element, provided with external threads or other means for pressure-tight attachment to a vessel or pipe.

Supertypes

Attributes (data)

Name

Multiplicity

Type

LocationNominalDiameterNumericalValueRepresentation

0..1

NullableString

LocationNominalDiameterRepresentation

0..1

NullableString

LocationNominalDiameterStandard

0..1

NominalDiameterStandardClassification

LocationNominalDiameterTypeRepresentation

0..1

NullableString

SensorwellTypeRepresentation

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <PipingComponent>

RDL reference: SENSORWELL

ComponentClass: Sensorwell

Example

Implementation in Proteus Schema

<PipingComponent
    ID="sensorwell1"
    ComponentClass="Sensorwell"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
  ...
</PipingComponent>

LocationNominalDiameterNumericalValueRepresentation

Attribute (data)

A readable representation of the numerical value of the nominal diameter at the location of the Sensorwell. The purpose of this value is to give a textual representation of the nominal diameter to be used in the graphics of a PID.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Example

“25” (String)

Implementation in Proteus Schema

<PipingComponent
    ID="sensorwell1"
    ComponentClass="Sensorwell"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LocationNominalDiameterNumericalValueRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/LocationNominalDiameterNumericalValueRepresentationAssignmentClass"
      Format="string"
      Value="25" />
    ...
  </GenericAttributes>
  ...
</PipingComponent>

LocationNominalDiameterRepresentation

Attribute (data)

A readable representation of the nominal diameter at the location of the Sensorwell. The purpose of this value is to give a textual representation of the nominal diameter to be used in the graphics of a PID.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Example

“DN 25” (String)

Implementation in Proteus Schema

<PipingComponent
    ID="sensorwell1"
    ComponentClass="Sensorwell"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LocationNominalDiameterRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/LocationNominalDiameterRepresentationAssignmentClass"
      Format="string"
      Value="DN 25" />
    ...
  </GenericAttributes>
  ...
</PipingComponent>

LocationNominalDiameterStandard

Attribute (data)

The nominal diameter of the location of the Sensorwell, given as a reference to a nominal diameter standard and value.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: LocationNominalDiameterStandardSpecialization

Example

DN 25 (DIN 2448) (NominalDiameterStandardClassification::Din2448ObjectDn25)

Implementation in Proteus Schema

<PipingComponent
    ID="sensorwell1"
    ComponentClass="Sensorwell"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LocationNominalDiameterStandardSpecialization"
      AttributeURI="http://sandbox.dexpi.org/rdl/LocationNominalDiameterStandardSpecialization"
      Format="anyURI"
      Value="Din2448ObjectDn25"
      ValueURI="http://sandbox.dexpi.org/rdl/Din2448ObjectDn25" />
    ...
  </GenericAttributes>
  ...
</PipingComponent>

LocationNominalDiameterTypeRepresentation

Attribute (data)

A readable representation of the type of the nominal diameter at the location of the Sensorwell. The purpose of this value is to give a textual representation of the nominal diameter to be used in the graphics of a PID.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Example

“DN” (String)

Implementation in Proteus Schema

<PipingComponent
    ID="sensorwell1"
    ComponentClass="Sensorwell"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LocationNominalDiameterTypeRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/LocationNominalDiameterTypeRepresentationAssignmentClass"
      Format="string"
      Value="DN" />
    ...
  </GenericAttributes>
  ...
</PipingComponent>

SensorwellTypeRepresentation

Attribute (data)

A textual representation of the type of the Sensorwell.

In principle, this attributes can have arbitrary string values to describe the type. However, for certain types, the exact string is prescribed:

  • If the sensorwell is a thermowell, the type representation shall be Thermowell.

  • If the sensorwell is a levelwell, the type representation shall be Levelwell.

  • If the sensorwell is an analysiswell, the type representation shall be Analysiswell.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SensorwellTypeRepresentationAssignmentClass

Example

“Thermowell” (String)

Implementation in Proteus Schema

<PipingComponent
    ID="sensorwell1"
    ComponentClass="Sensorwell"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SensorwellTypeRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SensorwellTypeRepresentationAssignmentClass"
      Format="string"
      Value="Thermowell" />
    ...
  </GenericAttributes>
  ...
</PipingComponent>