Batch alias table (PIBAALIAS)
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
Aliases are defined and maintained by PI Batch Subsystem. An alias is used to define a PI tag that corresponds to an attribute (generally, the name of some measured quantity) of a process unit. The simple table consists of two columns: alias name and PI tag name. The alias name has two components: a unit name and attribute name. Alias syntax is:
\\unit name\common name
For example:
\\Reactor1\temperature
The unit name must be a defined PI Batch unit, that is, an entry for it must exist in the PIBAUNIT table. The PI tag name must also be valid.
See the
Applications User Guide
for details on how to manage data in this table.
The table name is PIBAALIAS. The primary key is Alias.
|
PIBAALIAS Attributes |
Description |
|
Alias |
Unit name and attribute. The syntax for alias names in this table is: . |
|
Tag |
PI tag corresponding to the attribute. |
|
NEWAlias |
Used to rename an existing alias. |