Events are used to trigger actions, such as a command or set of commands. For example, an operator can be notified when a process is complete, or a series of instructions can be executed when a process reaches a certain stage. Select the Enable Events on this computer check box if events are to be enabled on this Citect SCADA computer.
The Events Setup page lists each component's full name, including the cluster to which it belongs, alongside a list of events that can be enabled for each component. If the Multi-process option was not selected on the Computer Role Configuration page there will only be one entry listed, either Client or Client and Servers. If the Multi-process option was selected, you have the option of enabling events for each component on this computer.
Note: The Setup Wizard only displays named events from the selected project. If you are using events in included projects you will need to edit your ini
file to add these under the [Events]
section header.
Note: Events named 'Global' or events with no title will not appear as these are global events. These events will run on computers that have events enabled. These events will run in the client process.
To enable an event for a component:
When you complete the Profile Setup Wizard, the events are written to each component section in the ini file; for example:
...
[Alarm.Cluster1.AlarmServer1]
CPU=1
Clusters=Cluster1
Events=CSV_AlarmClient
...
[Trend.Cluster1.TrendServer1]
CPU=2
Clusters=Cluster1
Events=CSV_TrendXClient,CSV_TrendXServer
...
See Also
Published June 2018