- Extractors
- Analyze Data
Add Alarms and Events to a FactoryTalk Optix Connector
Users can add the alarms and events to the FactoryTalk Optix connector. Alarms are typically used to indicate the conditions that need immediate attention. An alarm is activated when a defined threshold or condition is reached, such as a temperature exceeding a specified limit. To add an alarm to the connector, the user should create an alarm object, configure its properties, and set up a display widget like the alarm grid. For more information, refer to Alarms in the FactoryTalk Optix documentation.
Events are used to track both critical and non-critical system changes and activities. For more information on how to add events, refer to Events in the FactoryTalk Optix documentation.
NOTE:
Events are generated whenever there is a change in the alarm state from True to False.
The Exclusive Level Alarm monitors the values of variables related to physical quantities. This alarm is activated when the value of the monitored variable reaches one or more specified limits. If multiple limits are reached consecutively, the alarm signals only the last limit reached. This section describes how to bind the Exclusive Level Alarm to the connector.
NOTE:
The user can bind all other alarm types as well.
Configure an Exclusive Level Alarm grid by following the steps described in FactoryTalk Optix documentation and configure its Exclusive Level Alarm event with the following steps:
- Open the Optix project in the FactoryTalk Optix Studio.
- SelectExclusiveLevelAlarm1(Alarm object) underAlarmsfrom the left pane.Select Exclusive Level Alarm
- In thePropertieswindow, click the [+] icon underEventsto add anExclusiveLevelAlarmTypeevent.Click Add IconTheFTOptixStudiowindow is displayed.
- Navigate toDataStores>FTDataMosaixStore>FTDataMosaixDataStoreLogicand selectPushAlarm.
- ClickSelect.Select Push Alarm
- Click the [
] icon next to the
alarmStatusIdparameter of the event handler.Click Dynamic Link - Browse and select theActivenode under theExclusiveLevelAlarm1object.
- ClickSelect.Select Node
- Click the [
] icon next to the
currentStateIdparameter of the event handler.Click Dynamic Link - Browse and select theCurrentStatenode under theExclusiveLevelAlarmTypeHandler1object.
- ClickSelect.Select Node
- Click the [
] icon next to the
linkedAssetparameter of the event handler.Click Dynamic Link - Browse and select thePushObject(asset) under theModel.NOTE:ThelinkedAssetparameter can be left blank if no such node exists.
- ClickSelect.Select Asset
- Click the [
] icon to run the emulator.
The Exclusive Level Alarm event is successfully configured.
Provide Feedback