This describes naming of Default Bottom & Center Windows.
a. Standard Names for Default Replacement Windows
The following Window Names will be used for the Default Windows
i. Bottom Window: SYS_BottomMain_BR_00 ii. Center Window: Project specified
4. Inderect Tag Reset Functions
a. How to Coordinate Tag Reset Functions
This describes how to combine reset functions for DC_Reset, PID_Reset, and EM_Reset.
i. Separate RESET Quick Functions will be created for each category. Categories are Digital Devices, PIDLoop Devices, and Equipment Modules. ii. The
DeviceRESET
Quick
Function
calls
the
DevicePIDLoopRESET Quick Function.This is described in the separate document titled “Indirect Tag RESET Function”.
iii. The Equipment Modules Quick Function is independent
of the Device and PIDLoop Quick Functions.
iv. Control of item Identification Box (Light Blue) on Center
Windows. When Devices or Equipment Modules are selected on the screen by an operator, a light blue box appears around the selected item in order to provide a visual indication of what was selected.
The visibility of this box is controlled by the following indirect tags:
? DC_Device_ID for Devices and PIDLoops ? EqMod_ID for Equipment Modules.
These tags must be controlled in the following manner in order to insure that only one item will be identified at any time. The value of these _ID tags are controlled in two locations:
? Control from the Quick Functions that are executed by the operator
screen selection.
? They must also be set in the ON SHOW and the ON HIDE script of
Bottom Windows being used.
WINDOW NAVIGATION FOR POPUP TYPE WINDOWS This section describes standards for POPUP type Windows. This includes the Default Top Area Windows which are always Popups and miscellaneous Popups in other Areas.
1. Tags Required For Every Window
a. WindowName
Tag Type
b. WindowID
: Memory Message
Tag Data Type Tag Value How to Set
: Memory Discrete
: Indicates Window State (Open = 1, Closed = 0)
: Tag values are set in Window Scripts for each window.
c. WindowName_DateC d. WindowName_DateM e. WindowName_Ver f. WindowName_WhoC g. WindowName_WhoM
2. System-Wide Tags Required for Each Window Area
a. Current Window Being Displayed
i. SYS_TopCurrent_POP
Tag Data Type Tag Value How to Set
b. Last Window displayed before the current window
i. SYS_TopLast_POP
Tag Data Type Tag Value How to Set
ii. SYS_TopMain_POP
Tag Data Type Tag Value
For most projects this tag will always contain the value: SYS_TopMain_TP_00
: Memory Message
Popup Window that was displayed. : Holds Name of the Last Default TopMain
: Memory Message
: Holds Name of the Last Popup Window that was displayed.
: Tag values set in Window Scripts for each window: “ON HIDE”
: Memory Message
: Holds Name of Current Top Window being displayed. : Tag values set in Window Scripts for each window: “ON SHOW”
3. Next Window to be displayed next
a. SYS_TopNext_POP
This holds the name of the next Top Popup Window to be called for display
Tag Value
For most projects this tag will always contain the value: SYS_TopMain_TP_00
: Holds Name of the Next Top Popup Window to be displayed.
10.E. Help
10.E.1. COMPONENTS
The help template contains has the following components:
INTOUCH ITEM Windows COMPONENT Help_Example SYS_Help_CP_00 SYS_HelpError_CP_00 CSV files Help.csv Help_WindowNames.csv SysWide_AccessLevels.csv VersionManagement.csv VersionManagement_WindowNames.csv Scripts
Table 6: Help Components
The Help Template provides on-line help capabilities for your system’s custom components. The help template provides operators with information on a window’s components. For example, if your window display contains a device different from other common devices, then a help topic for this device must be provided for operator assistance.
All Intouch components for the Help Template reside in the following directory:
D:\\Starter_Kits\\Wonderware\\Templates\\InTouch_Template_Applications\\Help_NOMLS
NOMLS is a help template for single language applications.
Window Pushbutton scripts 07.02.00.00 CURRENT VERSION 07.02.00.00 07.02.00.00 07.02.00.00 07.02.00.00 07.02.00.00 07.02.00.00 07.02.00.00 07.02.00.00 10.E.2. WINDOW DESCRIPTION
1. “SYS_Help_CP_00”
?
Window “On Show” Script Looks up the currently selected Help file and, if available, displays the file for viewing. If the file is not available, the window “SYS_HelpError_CP_00” is shown.
?
?
?
Box filling entire window (above the “Close” button) Intouch Document Viewer Wizard which allows the help files to be displayed
in Intouch.
Window “On Hide” Script
Initializes the currently selected Help file to an empty string. Window “While Showing” Script
Ensures that the currently showing help file is valid.