Parameters > Citect.ini File Parameters > Debug Parameters > [Debug]DebugAllTrans

[Debug]DebugAllTrans

UNINTENDED EQUIPMENT OPERATION

Do not change [Debug]DebugAllTrans or set the [TranDebug] parameter in the citect.ini file, except on the advice of Technical Support.

Failure to follow these instructions can result in death, serious injury, or equipment damage.

Allows TRAN session logging to be turned on or off. This allows startup messages to be seen during start-up, so that fresh TRAN sessions during runtime can be traced. TRAN is CitectSCADA's PC-to-PC low-level communications protocol. TRAN sessions are logged to the Kernel and the syslog.dat file.

Allowable Values:

0 - Default

1 - Enable TRAN logging

Default Value: 0

Note: You can adjust [Debug]DebugAllTrans during runtime using the SetLogging() function. For more information, search the CitectSCADA Help for the topic Adjusting Logging During Runtime. To access the Help, select Citect Help Topics from the Help menu in Citect Explorer or Project Editor.

Logging a specific TRAN session

You can log a specific TRAN session by entering the following into the citect.ini file:

[TranDebug]<name>

where <name> is the name of a TRAN session as viewed in the Kernel.

This will produce the same logs as [Debug]DebugTranAll, though only for the session specified.

See Also