|
The Unitec Communication Manager Ucm.exe
handles all UCM communication task in the Windows client environment. Incoming data
is locally distributed in UCM message format. Outgoing messages are
received and are transmitted through the winsock.dll standard communication
interface. For maximum speed, local data transfer between Ucm and the application
programs is accomplished by the use of OLE/COM technology. Benchmark tests have
shown,
that UCM is capable to distribute thousands of messages per second. The only
limitation arises form network throughput. Ucm is automatically started upon the
first inter-system message transfer. To reduce application load time, you may however
start Ucm at Windows startup time. Ucm is located in your Windows System
directory.
Ucm shows a status icon in the system tray, normally located on the
right side of the taskbar:
 |
The green triangle indicates the
communication output status, the red triangle indicates the
input status. |
| Color |
Status |
| grey |
idle |
| red |
communication start |
| green |
communication end |
The Ucm Monitor window can be opened by double clicking on the status
icon:

Selecting the Connections tab will show the current connection status:

The information shown is:
Selecting the Show Log button will open the message
log window:

Each message log entry has the following syntax:
TF[ID] Message data
where:
| T |
Message type: I for input, O for output,
E for error |
| F |
Status flag, meaningful for input messages only:
| blank |
message has been forwarded to one UCM Acive-X control |
| 2..9 |
message has been forwarded to the number of controls indicated |
| * |
message has been forwarded to more than 9 controls |
| - |
message could not be forwarded, no control was ready to accept this
message ID |
|
| ID |
Message ID as defined by the InputID(P)
or OutputID(P) properties. Error message
expose the number of the error occurred. For a list of all UCM errors, refer to the Error(E) event description. |
| Warning: Pressing the Unload button when active UCM
connections exist, may cause your programs or the operating system to hang. Whenever it is
unsafe to unload Ucm.exe you will be prompted with a warning dialog. |
|