How to Install and Remove Control ActiveX

Even though you have already installed an ActiveX control on your computer, you must also make it known to the InTouch HMI by installing it to WindowMaker.
When you remove a control from WindowMaker, it is not deleted from your computer. It is simply removed from memory and does not function.
To install an ActiveX control
On the Special menu, point to Configure and then click Wizard/ActiveX Installation. The Wizard/ActiveX Installation dialog box appears.
Click the ActiveX Control Installation tab. The ActiveX Control Installation property sheet appears.
In the Installed ActiveX controls list, select the control to install in the Available ActiveX controls list and then click Install.
Tip To select multiple controls, use the SHIFT key or CTRL key.
Click OK.
To remove an ActiveX control
On the Special menu, point to Configure and then click Wizard/ActiveX Installation. The Wizard/ActiveX Installation dialog box appears.
Click the ActiveX Control Installation tab. The ActiveX Control Installation property sheet appears.
In the Installed ActiveX controls list, select the control to remove from your application and then click Remove. A message appears asking you to confirm the deletion.
Tip To select multiple controls, use the SHIFT key or CTRL key.
Click Yes to remove the control. The control is moved to the Available ActiveX controls list.
Click OK.
Alarm Viewer Control ActiveX Properties Wonderware Intouch
Alarms and Events Window Popup Wonderware Intouch :-https://youtu.be/fHKgPYI8agAย
You can set the value an Alarm Viewer control property directly using a script or you can assign it to an InTouch tag or I/O reference. For more information about setting properties, see Scripting ActiveX Controls.
The following table lists the Alarm Viewer control properties.
AckAllMenu
ย Discrete
ย Enables/disables Ack All menu item.
AckAlmColorRange1
ย Integer
ย Sets color to be used to show acknowledged alarms with priorities in the range 1 to ColorPriorityRange1. The default priority range is 1 to 250.
AckAlmColorRange2
ย Integer
ย Sets color to be used to acknowledged alarms with priorities in the range ColorPriorityRange1 to ColorPriorityRange2. The default priority range is 250 to 500.
AckAlmColorRange3
ย Integer
ย Sets color to be used to acknowledged alarms with priorities in the range ColorPriorityRange2 to ColorPriorityRange3. The default priority range is 500 to 750.
AckAlmColorRange4
ย Integer
ย Sets color to be used to acknowledged alarms with priorities in ColorPriorityRange3 to 999. The default priority range is 750 to 999.
AckOthersMenu
ย Discrete
ย Enables/disables Ack Others menu item.
AckSelectedGroupsMenu
ย Discrete
ย Enables/disables Ack Selected Groups menu item.
AckSelectedMenu
ย Discrete
ย Enables/disables Ack Selected menu item.
AckSelectedPrioritiesMenu
ย Discrete
ย Enables/disables Ack Selected Priorities menu item.
AckSelectedTagsMenu
ย Discrete
ย Enables/disables Ack Selected Tags menu item.
AckVisibleMenu
ย Discrete
ย Enables/disables Ack Visible menu item.
AlarmQuery
ย Message
ย Sets the initial alarm query. This field accepts text only; it does not accept tags. The following example uses the full path to the alarm group:
\NodeInTouch!Group
This example uses the full path to the local alarm group:
InTouch!Group
This example uses another Group List:
GroupList
AlarmState
ย Message
ย Default alarm state to query (All, UnAck, Ack).
AlmRtnColor
ย Integer
ย Sets the color for alarms that have returned to normal and were unacknowledged. This color is also used for alarms that returned to normal from the acknowledged state but the acknowledgement state transition was not observed.
AutoScroll
ย Discrete
ย If the user scrolls the list from the beginning, this automatically jumps to the new alarm. (New alarms are defined as those that are not currently shown within the display object.)
ColorPriorityRange1
ย Integer
ย Sets the boundary of the priority range in which alarms are to be shown. The value of this property must be greater than one and less than the value for ColorPriorityRange2.
ColorPriorityRange2
ย Integer
ย Sets the boundary of the priority range in which alarms are to be shown. The value of this property must be greater than the value for ColorPriorityRange1 and less than the value for ColorPriorityRange3
ColorPriorityRange3
ย Integer
ย Sets the boundary of the priority range in which alarms are to be shown. The value of this property must be greater than the value of ColorPriorityRange2 and less than 999.
ColumnResize
ย Discrete
ย Returns or sets a value that determines whether the columns can be resized at run time.
CustomMessage
ย Message
ย The default message to show when there are no alarms.
DefaultAckComment
ย Message
ย Used as a comment when the alarm is acknowledged and when the โUseDefaultAckCommentโ is TRUE. Otherwise, the user is prompted to enter a comment.
DisplayedTime
ย Message
ย Shows the alarm message time. The values can only be โOATโ or โLCTโ or โLCT But OAT on ACK.โ
DisplayedTimeZone
ย Message
ย Gets or sets the current time zone string. The values can only be โGMTโ or โOrigin Timeโ or โLocal Time.โ
EventColor
ย Integer
ย Sets color of events.
ExtendedSelection
ย Discrete
ย Allows you to select multiple alarms by holding down the Ctrl or Shift key in conjunction with the mouse button. The default is to toggle selection of alarms by simply clicking on them (available only if the Row Selection check box is selected).
FlashUnAckAlarms
ย Discrete
ย Enables or disables the flashing of unacknowledged alarms. It takes a discrete input value of 1 or 0. If this property is set to 1, unacknowledged alarms flash once per second. If this property is set to 0, unacknowledged alarms do not flash. This property corresponds to the Flash Unack Alarms check box on the Alarm Viewer control General tab.
FlashUnackAlmColorRange1
ย Integer
ย Sets the flashing color for unacknowledged alarms belonging to Alarm Priority Range 1.
FlashUnackAlmColorRange2
ย Integer
ย Sets the flashing color for unacknowledged alarms belonging to Alarm Priority Range 2.
FlashUnackAlmColorRange3
ย Integer
ย Sets the flashing color for unacknowledged alarms belonging to Alarm Priority Range 3.
FlashUnackAlmColorRange4
ย Integer
ย Sets the flashing color for unacknowledged alarms belonging to Alarm Priority Range 4.
Font
ย None
ย Sets the font for the records and the header in the control.
FreezeMenu
ย Discrete
ย Enables/disables the Freeze menu item.
FromPriority
ย Integer
ย Sets the low priority value of the default query.
GridColor
ย Integer
ย Sets the color of the background grid.
NewAlarmEventMode
ย Integer
ย Controls the triggering of the NewAlarm event.
0 = The NewAlarm event can not be triggered. (Default).
1 = The NewAlarm event is active.
2 = The NewAlarm event is active and continually triggers when at least one new unacknowledged alarm arrives.
QueryFavoritesFile
ย Message
ย Returns or sets the query favorites file name.
QueryFavoritesMenu
ย Discrete
ย Enables/disables the Query Favorites menu item.
QueryName
ย String
ย Returns the current query name.
QueryStartup
ย Discrete
ย Automatically begins updating the grid using default query properties, if set. Otherwise, you must run the ApplyDefaultQuery or ApplyQuery method in a script to update the grid.
QueryType
ย Message
ย Sets the display type as either Summary or Historical.
RequeryMenu
ย Discrete
ย Enables/disables Requery shortcut menu item.
RetainSuppression
ย Discrete
ย Retains alarm suppression between alarm queries when the alarm query is changed.
RowSelection
ย Discrete
ย Allows user to select alarms during run time.
SecondarySortColumn
ย Message
ย Returns or sets the current secondary sort column.
SelectedCount
ย Integer
ย Returns the total number of selected alarms.
ShowContextMenu
ย Discrete
ย Enables the activation of the shortcut menu.
ShowGrid
ย Discrete
ย Returns or sets a value that determines whether the grid lines are shown in the control.
ShowHeading
ย Discrete
ย Shows the title bar of the control.
ShowMessage
ย Discrete
ย Returns or sets a value that determines whether error messages are shown for the control.
ShowStatusBar
ย Discrete
ย Gets or sets a value that determines whether the status bar is shown.
SilentMode
ย Discrete
ย Gets or sets a value that determines whether the control is in silent mode.
SortColumn
ย Message
ย Gets or sets the current sort column.
SortMenu
ย Discrete
ย Enables/disables the Sort menu item.
SortOrder
ย Discrete
ย Gets or sets the sort direction. Possible values are โAscendingโ and โDescending,โ represented as 0 and 1 respectively.
StatsMenu
ย Discrete
ย Enables/disables the Stats menu item.
SuppressAllMenu
ย Discrete
ย Enables/disables the Suppress All menu item.
SuppressedAlarms
ย Integer
ย Gets the total number of suppressed alarms.
SuppressionMenu
ย Discrete
ย Enables/disables the Suppression menu item.
SuppressOthersMenu
ย Discrete
ย Enables/disables the Suppress Others menu item.
SuppressSelectedGroupsMenu
ย Discrete
ย Enables/disables the Suppress Selected Groups menu item.
SuppressSelectedMenu
ย Discrete
ย Enables/disables the Suppress Selected menu item.
SuppressSelectedPrioritiesMenu
ย Discrete
ย Enables/disables the Suppress Selected Priorities menu item.
SuppressSelectedTagsMenu
ย Discrete
ย Enables/disables Suppress Selected Tags menu item.
SuppressVisibleMenu
ย Discrete
ย Enables/disables the Suppress Visible menu item.
TimeFormat
ย Message
ย Sets the format of the alarm time stamps.
TitleBackColor
ย Integer
ย Sets title bar background color.
TitleForeColor
ย Integer
ย Sets title bar foreground color.
ToPriority
ย Integer
ย Sets the maximum priority for the alarm query.
TotalAlarms
ย Integer
ย Gets the number of alarms.
UnackAlarms
ย Integer
ย Gets the total number of unacknowledged alarms.
UnAckAlmColorRange1
ย Integer
ย Sets the color to be used to show unacknowledged alarms with priorities in the range of 1 to ColorPriorityRange1.
UnAckAlmColorRange2
ย Integer
ย Sets the color to be used to show unacknowledged alarms with priorities in the range of ColorPriorityRange1 to ColorPriorityRange2.
UnAckAlmColorRange3
ย Integer
ย Sets the color to be used to show unacknowledged alarms with priorities in the range of ColorPriorityRange2 to ColorPriorityRange3.
UnAckAlmColorRange4
ย Integer
ย Sets the color to be used to show unacknowledged alarms with priorities in the range of ColorPriorityRange3 to 999.
UnsuppressAllMenu
ย Discrete
ย Enables/disables Unsuppress All menu items.
UseDefaultAckComment
ย Discrete
ย If set to True, the default acknowledgement comment is used when the alarm is acknowledged. Otherwise, the operator is prompted to enter a comment.
WindowColor
ย Integer
ย Sets the grid background color.
Control ActiveX Control ActiveX Control ActiveX Control ActiveX Control ActiveX Control ActiveX Control ActiveX Control ActiveX Control ActiveX
Also Read:-