[Debug]DebugAllTrans
- Last UpdatedJul 19, 2023
- 1 minute read
|
|
|
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 Plant SCADA'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 Plant SCADA Help for the topic Adjusting Logging During Runtime.
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.
