Vai al contenuto

The Output Window

The Output window is the place where GF_ProjectVX code prints its output messages. This window contains four tabs: Build, Find in project, Debug and Resources. The Output Window-image_0BuildThe Build panel displays the output of the following activities:
  • opening a project;
  • compiling a project;
  • downloading code to a target.
Find in projectThis panel shows the result of the Find in project activity.DebugThe Debug panel displays information about advanced debugging activities (for example, breakpoints). Depending on the target device you are interfacing with, GF_ProjectVX code can print on this output windoe every PLC run-time error (for example, division by zero), locating the exact position where the error occurred.ResourcesThe Resources panel displays messages related to the specific target device GF_ProjectVX code is interfacing with.