When considering the pages necessary for your project, first determine if you can use any of the predefined pages in the CSV_Include project:
Page name |
Description |
---|---|
CSV_Trend |
Default 8-pen Trend page, called from the Trend button on the Navigation toolbar. |
CSV_Alarm |
Active Alarms page, called from the Alarms toolbar. |
CSV_AlarmHardware |
Hardware Alarms page, called from the Alarms toolbar. |
CSV_AlarmDisabled |
Disabled Alarms page, called from the Alarms toolbar. |
CSV_AlarmSummary |
Alarms Summary page, called from the Alarms toolbar. |
CSV_AdminTools |
Admin Tools page, called from the Tools button on the Navigation toolbar. |
There are also several pages that are accommodated by the Navigation toolbar that you'll need to create if necessary. Decide if the following pages would be useful in your project and create them using the appropriate name:
Page name |
Description |
---|---|
Home |
Called from the Home button on the Navigation toolbar. |
Network |
Called from the Network button on the Navigation toolbar. This button does not display if a page called "Network" does not exist. |
The links between the pages listed and the buttons
that call them are defined by the [Navigation] parameter settings
within the Citect.ini
file. If you
want a button to call a page with a different name, adjust these
parameter settings. For details see CSV_Include Parameters.