This table shows a list of channels of communication between Citect SCADA components. A tran exists between exactly two separate components. A client tran initiates a connection, a server tran waits for a connection. Client and server in this context bears no relation to the type of component that owns the tran.
There are two modes for viewing the tran table: Standard and Verbose. The Standard mode shows information for every tran in a tabular format. It can be scrolled using the up/down arrow keys, the top row indicates the currently selected tran. Extended information for the selected tran can be viewed by toggling to Verbose mode by pressing the "v" key. Once in Verbose mode, the tran to display can be changed using the Page Up/Page Down keys.
In standard mode the tran table contains the following columns:
Field |
Description |
---|---|
Name |
The name and type of communication channel truncated to 20 characters:
|
Node |
Either the node to which the tran is connected, or the status of the connection:
|
Type |
This is either:
|
Mode |
This is either:
|
Hnd |
This value represents the handle number in the tran table of the record. |
Cnt |
This value indicates the number of times the tran has established a connection. Specifically it counts the number of times the tran receives the MSG_OPEN message. This value has no meaning for local trans for which it remains 0. If the number is high, it can indicate that your network is dropping and then re-establishing connections. However, it could also mean that the server has been running for a long time and many clients have started and stopped, thereby closing and opening sessions. |
Send |
This value displays the number of messages that have been sent by the tran. |
Rec |
This value displays the number of messages that have been received by the tran. |
Wait |
This value represents the number of times the tran had to wait to get a buffer in order to send a message. |
Stack |
This value indicates the protocol number. Historically, this incorporated the NetBIOS LanA numbers with the TCP/IP protocol stacks. However, NetBIOS support was removed for version 7.0 while TCP/IP support was enhanced to include redundant Network Interface Cards (NIC). The Stack value displays an index (1-based) which indicates on which redundant IP address the server tran is listening or connected. Its value is only used for out-of-process TCP/IP server trans; it has no meaning for every other tran. |
Service |
This column displays the type of the service used by the tran (regardless of the tran mode). The valid services are Alarm, IO, Report and Trend. |
State |
This is the current state of the tran. Valid states are Online, Offline, Connecting (client trans only), Disconnecting, Listening (server trans only) and Disabled. |
Login |
The user login name for remote Tran connection. |
See Also
Published June 2018