Topic 3.1.7: About The Output Window
Use the Output window to view additional information about your project. By default, the window is located in the bottom-right corner of the project development environment.
The Log tab displays the log messages that are generated by your project. You can select exactly which types of messages are displayed, but generally speaking, the log includes run-time messages from the tags database, the communication drivers, the background tasks, the project security system, and so on, as well as certain "housekeeping" messages generated by the project development environment itself. You can use these messages to test and debug your project.
The XRef tab displays the results of using the Cross Reference tool to find where a specific tag is used in your project. The results include the file path and name of the worksheet in which the tag is used, as well as the column and row in the worksheet. So, if something changes in the tag and produces unexpected or unsuccessful results, you can locate all instances of the tag for debugging purposes.
The Find Results tab displays the results of using the Global Find command.