Place of Origin: | America |
Brand Name: | TYCO |
Certification: | CE |
Model Number: | V23401-H2009-B222 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 10000pcs/week |
TYCO: | TYCO | COLOR: | BLACK |
---|---|---|---|
Material: | Iron | Temperature: | 20-120 |
Demention: | 100mm |
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
V23401-H2009-B222
V23401-U2017-B201
V23401-U2017-B202
V23401-U2017-B233
V23401-U2020-B201
V23401-U2020-B209
V23401-U2020-B209
V23401-U2020-B210
V23401-T2014-B209
V23401-T201E-E209
V23401-T2G09-E202
V23401-H6009-B601
V23401-D1001-B114
V23401-T2002-B209
V23401-T2009-B202
V23401-U1016-B110
V23401-T2009-E202
V23401-U6119-B609
V23401-U6019-B609
V23401-S1201-C610
V23401-T2009-B202
V23401-T2099-C502
V23401-H1005-D101
The default functions "AXC_OnBtn..." and "OnBtn..." used previously are no longer supported.
If you do not want to operate the message window using the toolbar, you can set the "ID" of a button to the "ToolbarButtonClick" object property using any dynamic mode. Determine a toolbar button "ID": ● using the table on page "Operation of the AlarmControl in Runtime". ● by means of the "Object ID" field of the "Toolbars" tab in the configuration dialog of the AlarmControl.
The following options of assigning dynamic properties are available for opening the control configuration dialog: ● VBScript: – ScreenItems("Control1").ToolbarButtonClick = 2 – As an alternative to the "ToolbarButtonClick" property, you can use the VBS methods for operating the toolbar: ScreenItems("Control1").ShowPropertyDialog – Or, with the following notation and support of "Intellisense": Dim obj Set obj = ScreenItems("Control1") obj.ShowPropertyDialog
C script: – SetPropWord(lpszPictureName, "Control1", "ToolbarButtonClick", 2); ● Direct connection – Enter "2" as source constant in the direct connection dialog. – Select the "ToolButtonClick" property for the "Control1" object as the "Object in picture" target.
Operating the AlarmControl in runtime
You operate the message window at runtime using the toolbar buttons. If you do not want to operate the message window using the toolbar, you can set the "ID" of a button to the "ToolbarButtonClick" object property using any dynamic mode
The overview shows all symbols in "standard" style. If you want to create a design of the controls with "single" style, the display of the symbols corresponds to the AlarmControl before WinCC V7. You can find an overview on the page: "Before WinCC V7: Display of Messages during Runtime > Operation during Runtime > Operation of Alarm Control during Runtime".
"Display options dialog" Specifies the messages to be displayed in the message window. If the "All messages" option is activated, the message windows shows the hidden as well as displayed messages. If the "Only displayed messages" option is activated, only shown messages are displayed in the message window. If the "Only hidden messages" option is activated, only hidden messages are displayed in the message window.
"Lock dialog" Defines the locking criteria. All messages that meet these criteria are neither displayed, nor archived | |
Print" Start printing of the messages of the selected list. Define the print job in the "General" tab of the configuration dialog. | |
"Export data" Use this button to export all or selected runtime data to a CSV file. If the option "Display dialog" is enabled, a dialog opens in which you can view the export settings and start the export. You can also select the export file and directory, provided you have the corresponding authorizations. If no dialog is displayed, the export of the data to the default file is started immediately. | Autoscroll" If "Autoscroll" is activated, the last message in chronological order is selected in the message window. The visible range of the message window is moved if necessary. New messages are not selected |
f "Autoscroll" is disabled. The visible range of the message window is not modified. Messages can only be selected explicitly if "Autoscroll" is disabled
First message" The first of the currently active messages is selected. The visible range of the message window is moved if necessary. The button is only available if "Autoscroll" is disabled.
"Previous message" The message activated previously to the currently selected message is selected. The visible range of the message window is moved if necessary. The button is only available if "Autoscroll" is disabled.
Next message" The next message relative to the currently selected message is selected. The visible range of the message window is moved if necessary. The button is only available if "Autoscroll" is disabled.
Last message" The last of the currently active messages is selected. The visible range of the message window is moved if necessary. The button is only available if "Autoscroll" is disabled.
"Infotext dialog" Opens a dialog for viewing infotexts.
"Comments dialog" Opens a text editor for entering comments
Loop-in-alarm" Shows a picture for the selected message or triggers a script.