You can use the Output window to view debugging messages generated during project runtime. The window displays OPC, DDE, and TCP/IP transactions, module activation, trace tags, and so on.
Alternatively, to hide the window, you can deselect (uncheck) the Output Window option on the View tab of the ribbon.
The Output window is dockable, which means you can move it to another location in the development environment. Click on the title bar and drag the window to a new location. Release the mouse button to attach or dock the window to its new location.
By default, the log shows only debugging and error messages — that is, messages indicating that your project is not running properly. If the log showed all messages generated by IWS, it would quickly overflow with information, making it unusable.
Option | Description |
---|---|
Field Read Commands and Field Write Commands | Show any read and/or write commands that are sent to connected devices. |
Protocol Analyzer | Show messages generated by configured device drivers. |
OPC Messages | Show messages generated by OPC communications. |
TCP/IP Messages | Show messages generated by TCP/IP communications. |
Recipe/Report | Show messages generated by the Recipe and Report tasks. |
Display Open/Close | Display a message whenever a screen is opened or closed. |
Logon/Logout | Display a message whenever a user logs on or logs out. (For more information, see Security.) |
Trace Messages | Show messages generated by the Trace() function. This function is used to generate customized messages from within your project. |
Database Messages | Show messages generated by the ODBC and ADO.NET database interfaces. |
DDE Messages | Show messages generated by DDE communications. |
Insert date/time | Timestamp each message. |
The Output window will display a message whenever the value of a selected tag changes.