User guide

8
VTB USER GUIDE
3.2 Project Manager
The PROJECT MANAGER allows a fast selection and navigation in all the PAGES of the PROJECT. From this AREA we
have the entire control of the application: viewing pages, managing of variables, writing code, etc.
New Page - From menu Pages New
It adds a new page to the project. The page is automatically numbered. A page can contain GRAPHIC
OBJECTS and source code. Both will work only when the page will be loaded and only a page at time can
be loaded. To switch from a page to another can be used the system function:
Pagina(NrPag)
Delete Page - From menu Pages Delete
It deletes the showed PAGE. The entire content will be lost and all the page after this will be renumbered.
Attention: all reference to these pages (button of function) will have to be modified.
View Graphic of the Page
It shows the graphic window of the page.
View Code of the Page
It shows the source code editor window of the page.
View Variables of the Page
It shows the table of private variable of the page.
View GLOBAL Variables and STRUCTURE definitions
View source code editor of TASK PLC
View source code editor of TASK MAIN or TASK TIME
View source code editor of a page