Triggers
- Last UpdatedJul 29, 2025
- 1 minute read
- PI System
- Interfaces
You can define triggers to specify the events that initiate updates to tags or properties.
Triggers can be defined for events read from the data source and for batch-related events raised by the PI System itself (PI Events). To define triggers using PI Event Frames Interface Manager, go to the Templates page, navigate to the desired tag or property template, and select the Triggers tab.
If you omit triggers, the target is updated by every event. If you specify multiple conditions in a single trigger, data is written only when all conditions are met (logical AND). If you define multiple triggers, data is written when any one of the conditions is met (logical OR).
In the following example, the template is triggered when the PI System records the start of a batch:
[Event,value="PIEVENT"] [Descript, value="BATCH"] [Pval, value="START"]