3.4.1 Creating a Page
Go to [File] β [New Page] or click the βNew Pageβ icon from the main toolbar. When you create a project, the βPage Propertiesβ dialog box will appear. You can choose the type of page in the combo box. You can select normal, popup, or keypad page.
Β
As soon as the page is created, a page file is instantly saved as β*.pgxβ in the project directory. The page name is made up of each page type and page number by default. The three types of pages are: Normal page (Base), Popup page (Popup), and Keypad page (Keypad).
The page name is added to the page tree according to its page type (Normal page: B, Popup page: P, Keypad page: K) and page number.
When a page is created, the βTag screenβ and βObject windowβ are visible by default. Tags and object names shown in the page are listed in each window. You can disable these in the [View] menu.
To save changes made on the page, click [File] β [Save] or the βSaveβ icon. You can also save multiple pages at once by selecting [File] β [Save All] or the βSave Allβ icon.
To change the size or position of the page, right-click on the page or go to [Tools] β [Page Setup] to open the βPage Propertiesβ dialog box. Set values under the [Page Position] tab within the βPage Propertiesβ dialog box.
Please note that you can only use pages whose sizes do not exceed the model size of the project. The table below shows the size of each model. Use the table as a reference when configuring the position and size of page. |
Model | Size |
XT04 | 480 x 272 |
XT07 | 800 x 480 |
XT08 | 800 x 600 |
XT10 | 800 x 600 |
XT12 | 800 x 600 |
XT15 | 1024 x 768 |
Β
Normal Page
You can add a standard window by selecting βNormal pageβ in the [Page Property] tab within the βPage Propertiesβ dialog box. The default size of the page is the same size as the project model. The default page name is βBase 1β.
Popup Page
You can add a popup page window by selecting βPopup pageβ in the [Page Property] tab within the βPage Propertiesβ dialog box. The popup page is used to float another window upon the normal page. The default size of the page is the same as the project model. The default page name is βPopup 1β.
When βTop Mostβ is selected for a popup page, you can decide whether or not to display the popup page on the specified screen.
Item | Description |
None | Always shows popup page without any display conditions. |
Visible in Screen | Shows popup page only on the specified screen. You can specify the screen for individual pages by separating them with commas (ex: β1β or β2, 4β). You can specify continuous pages using the first and last numbers, separated by a dash (ex: β3-5β). |
Hide in Screen | Hides popup page on the specified screen. You can specify the screen by a single page like 1, 2. You can specify the first and last numbers such as 3-5 for continuous pages. |
Β Β Β Β Β | - If you use a data logging object, a trend graph, an alarm summary, or a key input window object on a popup page, the shortcut keys for data logging may not work properly. - The popup 'display conditionβ is a feature that shows or hides a popup page according to the userβs need. Just because you do not see a popup page due to the βHide in Screenβ setting, this does not mean the invisible popup page is closed in the project. In the example described below, you must choose to close the popup page. 1. Automatically open a popup page for alarm operation. 2. Select 'Top Most' for the popup page. Hide the popup page on the currently displayed screen using the βDisplay Conditionβ field. 3. All alarms are cleared using a dedicated (normal) alarm screen. 4. Move to another page. β If you do not close the popup page when the alarms are cleared in step 3, the popup page which opened in step 1 will be displayed again when you go another page in step 4. Please close the popup page when you clear the alarms in step 3. β When switching a page, use page-related command expressions (e.g. βPrepage()β) |
Keypad Page
You can add a keypad window by selecting βKeypad pageβ in the [Page Property] tab within the βPage Propertiesβ dialog box. The default size of the page is the same as the size of project model. Page name is specified as βKeypad 1β. This page is used for the key input object.
The size of keypad pages must be smaller than the size of project model. Also, a keypad page must contain one or more key input objects.
You can design a data entry screen by using a keypad page. To configure the keypad page settings, select the βOpen Keypad Pageβ option under the βTouchβ feature in object configuration.
β» Please refer to the Key Input Window manual for more information about the key input object.
If you add a key input object to a popup page, the shortcut keys for data logging may not work properly. |
Β