Starting Up Projects in Runtime

The Platform.NExT platform project is fundamentally composed one part Server, designated to perform communication tasks and manage data, and one part Client which is mainly composed of the Movicon.NExT for project's HMI graphical interface.

 

 

both the platform's Server and Client components are independent and therefore can be started up independently in runtime.

 

The whole project can be simply be started up in runtime directly from the platform's workspace using the "Start Runtime" command available from the workspace's main "Project Manager - New Resources" ribbon.  The startup command can also be made available by right clicking to open the project's contextual menu in the Project Explorer Window.

 

 

 

The Start Runtime command starts Project up in runtime

 

 

When the "Start Runtime" command is activated Movicon will check whether the Server module has been started up.  If this is the case the Client module will then be started up otherwise both Server and Client module will be started up together.

 

Start Project from command line

The following command can be used to startup a Project directly in Runtime without opening development/ design mode beforehand:

 

"C:\Program Files\Progea\Movicon.NExT\MoviconNExT.exe" E:\Projects\Test01\Test01.ufproject -start

 

where:

<E:\Projects\Test01\Test01.ufproject -start> represents an example of a PlatformNExT project path and position.

 

This command line will start up both the Project's Server and Client modules.  It can also be created as a shortcut or defined in the Windows automatic startup.

 

 

Project Startup Type

By using the project's "StartType" property you can select the project startup window display type which will show when activating Runtime (Start Runtime command).

The available modes are:

 

 

 

The project startup type is defined in its "StartType" property

 

 

Project are created with the "TilePage" setting for default.  For example when starting up a project in Runtime in this mode you will get a startup page like the one shown below.  The tiles can be positioned and grouped in persistent mode as pleased and also in function with folders in which the project screens have been placed.

 

 

Project start runtime page in "TilePage" mode

 

 

Stop Project Runtime

The "ALT+F4" system keys can be used for stopping project runtime after project has been started up.

It is also possible to predispose useful command objects or menus in the project to startup and stop project runtime according to the commands provided in the object command list.

You can also predispose a close window command in the title bar of the corresponding window display according to Windows standards.  However this is only possible if specified in the screen "WindowStyle" property.