List of sample export paths
- Last UpdatedDec 16, 2024
- 1 minute read
- PI System
- PI Server 2018
- PI Server
The following table contains syntax examples of exporting different database components.
|
To export ... |
Use this syntax ... |
|
The default database |
|
|
The database MyDatabase on the default PI AF server |
\\.\MyDatabase |
|
The element MyElement in the database MyDatabase on the PI AF server named MyAFServer |
\\MyAFServer\MyDatabase\MyElement |
|
All element templates in the database MyDatabase |
\\.\MyDatabase\ElementTemplates[] |
|
Element template T1 in the database MyDatabase |
\\.\MyDatabase\ElementTemplates[T1] |
|
All enumeration sets in the MyAFServer default database |
\\MyAFServer\.\EnumerationSets[] |
|
All attributes of MyChildElement in the MyAFServer default database |
\\MyAFServer\MyElement\MyChildElement\Attributes[] |
|
The UOM database (UOMDatabase is case sensitive) |
\\.\UOMDatabase |
|
All tables in the MyAFServer default database |
\\MyAFServer\.\Tables[] |