RunTime Bar

The Movicon RunTime Bar only shows at runtime when launched from the development environment and it allows you to activate specific debug commands and to display the "Watch Window".

 

 

 

Resume

When clicked this command resumes the run previously stopped with the Pause command.

 

Pause

When pressed this command stops the following project processes:

 

  • Project IL Logic

  • IL Logic of Screens and the objects in them

  • Event Objects

  • Scheduler Objects

  • Scaling Objects

  • Data Loggers

  • Alarm management

  • Communication Drivers

 

In addition, the status bar led will start blinking in yellow to indicate that the pause status is active.

 

This command has no effect on Basic Scripts or OPC communications.

 

Design Mode(ALT+F12)

Aborts the project run and returns it to development mode.

 

Toggle Local Project View (CTRL+F2)

Shows or hides the project's local information display window in the "Watch Window".

 

Toggle Statistic Project View (CTRL+F3)

Shows or hides the display window for viewing the project's statistics in the "Watch Window".

 

Toggle Watch Project View (tag)(CTRL+F1)

Shows or hides the display window to view the debugging of the project's variables in the "Watch Window".

 

Toggle Script Watch View

Shows or hides the display window to view the project's basic script resources in the "Watch Window".

 

Alarm Script Debugger...

Opens the  "Alarm Script Debugger..." window which links all the alarms managed in  the project.

 

Toggle Project IL Logic View (CTRL+F4)

Shows or hides the display window to view the project's general IL Logic in the "Watch Window".

 

Toggle local IL Logic View (CTRL+F5)

Shows or hides the display window to view the project's Local IL Logic in the "Watch Window".

 

Open Screen

This command can be used to open any screen from the project in MDI mode.

 

Run a  Script

This command can be used to run any one of the project's Basic Scripts.

 

 

See Also