What is a project event?
Create a project event to trigger an action for an entire project. Events created for a specific item, such as a graphic element, Add-On Graphic, or a screen, trigger an action only for that item. A project event triggers regardless of the screen or popup on the HMI device.
Project events execute commands on the HMI device after:
- Evaluating an expression from false to true
- Pressing a keyTIP:You can use an external keyboard with the HMI device. TheL1throughL10keys listed when creating Key Press and Key Release events correspond with pressingShift+F1throughShift+F10keys on an external keyboard. TheR1throughR10keys listed when creating Key Press and Key Release events correspond with pressingCtrl+F1throughCtrl+F10on an external keyboard.
For example, use project events to display a specific screen or popup when a machine enters a specific state and needs operator attention. These events trigger automatically without operator intervention.
TIP:
A matching key press event for the currently displayed screen or graphic element with focus takes precedence over the project event.
Add one or more commands to a project event to execute those commands when the event triggers. Each event has a bindable
Enabled
property for evaluating the event. If the Enable
property is false, the event is not evaluated and the commands of the event do not perform. Provide Feedback