Attribute configuration string syntax
- Last UpdatedJun 02, 2025
- 1 minute read
- PI System
- PI Server 2024 R2
- PI Server
An attribute configuration string describes a data reference. The syntax of a configuration string depends on the type of data reference.
The configuration string for String Builder data references can contain substitution parameters. For attribute templates, any configuration string can contain substitution parameters. See List of PI AF substitution parameters.
In PI System Explorer, when you select an attribute with a data reference, the configuration string appears in the text box below the Settings button. You edit configuration strings directly in the text box.
The following table contains examples of configuration strings for different types of data references:
|
Type of data reference |
Sample configuration string |
|---|---|
|
Formula |
=Density;V=Volume;[D*V] |
|
A=Attribute3;[A*3];UOM=cm |
|
|
PI Point |
\\MyPIDataArchiveServer\sinusoid |
|
\\192.168.0.255\ChocMilkMeter;TimeMethod=TimeRange; RelativeTime=-1h;TimeRangeMethod=Total;ReadOnly=False |
|
|
PI Point Array |
\\MyPIDataArchiveServer\Point.1|Point.2|Point.3 |
|
String Builder |
"%Attribute% value is";'Attribute1'; |
|
Table Lookup |
SELECT Density FROM [Material Specifications] WHERE MaterialID = @Product |
|
URI Builder |
https://MyDataServer.int:443/Vision/#Displays/215915/Mine-Truck-10-Brake-Temp?Asset=\\%System%\%Database%\%Element%&StartTime=03%2F21%2F2016 09:26:00&EndTime=&Mode=kiosk |