OPC COM Call Tracing
Overview
OPC COM Call Tracing is a built-in software
component that records OPC COM method calls made on your OPC server.
OPC
COM Call Tracing is implemented by the NDI TraceHook
Component, a DLL that hooks into OPC COM calls to capture and record
the call stack. Call stack information is decoded, annotated, and
logged to a circular file. Refer to the diagram.
Since the TraceHook component hooks the COM calls (and does not
operate in a pass-through mode) OPC COM Call Tracing is very
efficient, imposing very little run-time overhead. Therefore, timing
related integration problems can be diagnosed.
The
TraceHook component ships with a simple utility application that
allows tracing parameters to be changed dynamically.
Details
OPC COM Call Tracing logs timestamped,
thread-specific details for all OPC DA interface method calls.
Developers use this tool to create an exhaustive and annotated audit
trail of OPC interface calls on your server. When activated, the
following information is logged for each OPC interface call.
Click here to view a
sample log file.