Definition of element paths and PI AF template named for each element
- Last UpdatedFeb 23, 2023
- 2 minute read
A Microsoft Excel representation of Table 1 in the measurement configuration CSV file

For the row in the picture which has no Element Path, the row in the configuration file would be:
,root_t,,
Constructing the table
The header row of the table must contain two columns with the explicit text as follows in order to be valid:
|
[Element Path] |
[Template*] |
-
[Element Path]
The path to each element.
-
[Template*]
The name of the template for the leaf element of the path.
Note: The "*" sign after the header content means this column is mandatory and cannot be left empty.
For example, a row like:
|
Parent\Child |
Child T |
The element path indicates a Parent element under the root element, and there is a Child element under the Parent element. The template for the Child element is named Child T.
To create the table correctly, apply the following rules:
|
Column name |
Rules |
|---|---|
|
[Element Path] |
|
|
[Template*] |
|
Text example of Table 1 in a measurement configuration file
# MyCompany/Installation,,,
#Date or version,,,
# Table 1: Definition of element paths and PI AF templates for each element,,,
[Element Path],[Template*],,
,root_t,,
cnc,cnc_root,,
pmc,pmc_root,,
pmc\pmc_rdmcrng,message_t,,
cnc\cnc\alarm,alm_t,,
cnc\cnc_exeprgname,exe_prg_t,,
cnc\cnc_rdmacro,pos_t,,
cnc\cnc_rdprgnum,prg_num_t,,
cnc\cnc_statinfo,stat_t,,
cnc\cnc_sysinfo,info_t,,
cnc_modal,cnc_root,,
cnc\cnc_acts,acts_t,,
cnc\cnc_actf,actf_t,,
cnc\cnc_rdseqnum,seqnum_t,,
cnc\cnc_absolute,absolute_t,,
cnc\cnc_machine,machine_t,,
cnc\cnc_relative,relative_t,,
cnc\cnc_distance,distance_t,,
cnc\cnc_rdsvmeter,svmeter_t,,
cnc\cnc_rdspmeter,spmeter_t,,
cnc\cnc_rdaxisdata,axisdata_t,,