Using CitectSCADA > Monitoring and Debugging the Runtime System

Monitoring and Debugging the Runtime System

Debugging CitectSCADA runtime system involves two processes:

The information gathered from your system will include:

This information can be analyzed directly to identify problems, or you can use the CitectSCADA Kernel to perform advanced debugging.

The Kernel can perform low-level diagnostic and debugging operations, and runtime analysis of your CitectSCADA system. Use it to display low-level data structures, runtime databases, statistics, debug traces, network traffic, I/O Device traffic and so on.

You can also call built-in Cicode function or user-written Cicode functions.

Note: The process involved in debugging device communications is described in the 'Communicating With I/O Devices' section of the help. See Debugging I/O Devices and Protocols.

See Also