Equipment
- Last UpdatedApr 30, 2026
- 2 minute read
This setting configures the Equipment section on the Tag Details page in AVEVA NET Gatekeeper and AVEVA Change Manager. This field is specific to AVEVA WorkMate. Therefore, you cannot reconfigure the field against another source of data.
|
Value |
Prerequisites |
Expected Behavior |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
true |
Integration with AVEVA WorkMate EAM is enabled: There is an attribute with Attributes.EquipmentIdentifier aspect in the Class Library. |
The Equipment-related fields are enabled on the Working Set Tag Details page. The Equipment# lookup retrieves the Resources flagged as Equipment from AVEVA WorkMate EAM.
|
||||||||||||||||
|
false |
None. |
The Equipment-related fields become unavailable on the Working Set Tag Details page. |
Notes:
-
If you are not integrating with AVEVA WorkMate EAM, and do not have an attribute with the Attributes.EquipmentIdentifier aspect in the Class Library, set this value to false.
-
If the attribute with the Attributes.EquipmentIdentifier aspect is not a permissible attribute for all the Functional Classes, then set this value to false after enabling the attribute in the Attribute Editor using the following:
<Attribute id="..." aspect="Attributes.EquipmentIdentifier" name="Equipment Identifier" description="Equipment number represented by either Tektonisk No or Resource No" uomRequired="false" dataType="String">
<Extension>
<tim:Gui hidden="false" />
<tim:ValidateAsReference provider="Equipment.Lookup" />
</Extension>
</Attribute>