Load Settings
- Last UpdatedMar 04, 2026
- 1 minute read
The Gateway uses the Load component to load the selected and transformed objects into AIM via EIWM files, including hot-spotting these objects in their XGL/ZGL 3D model representation. Load component also exports the transformed data into various other CSV files.
The following code shows an example of Load configuration:
<configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
sourceProductName="AVEVA.Gateways.3DData" componentName="Load" componentVersion="2.10.0.0"
>
<components>
<component name="LoadEIWM" locator="D:\Tabular\Test1\Configurations\LoadEIWMConfiguration.xml"
/>
<component name="LoadCSV" locator="D:\Tabular\Test1\Configurations\LoadCSVConfiguration.xml"
/>
</components>
</configuration>