Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Gateway for 2D Data

TemplateLookups

  • Last UpdatedMay 12, 2025
  • 1 minute read

Each object present in the extracted data needs an attribute TemplateID for it to convert into its equivalent EIWM object. TemplateLookups associates a TemplateID to individual objects present in the extracted data.

<TemplateLookups>
<Template id ="default" >
<TemplateID value="[object_name]" >
<Transforms>
<!-- Append 'Template'.-->
<InsertAfter pattern="^.*$" value=" Template" />
</Transforms>
</TemplateID>
</Template>
<Template id ="template1">
<TemplateID value="[object_name]" >
</TemplateID>
</Template>
<Template id =" template2">
<TemplateID value="123" />
</Template>
</TemplateLookups>

<ObjectMappings regExTimeoutSecs="10">
<Object>
<Conditions>
<Attribute name="ClassName" pattern="Door" />
</Conditions>
<TemplateID id =" template1" />
<ObjectID value="[GlobalId]">
</ObjectID>
</Object>
</ObjectMappings>

Note: If an object is not associated with any template Lookup ID, a default TemplateID is generated with EIWM file name.

TitleResults for “How to create a CRG?”Also Available in