ASync Read calls
Description
This counter indicates the number of requests from all OPC DA clients to read data asynchronously. It is a server-level cumulative count and reflects the requests from various OPC DA clients.
The client does not wait for the server to provide an immediate response. Instead, the client continues with its tasks while the server asynchronously notifies the client once obtaining the requested data. This method allows the client to perform other operations without being blocked by the read request.
TIP:
- This value should match the one in ASync Read Complete calls. Any discrepancies may suggest a potential loss of transaction.
- There might be a slight time delay between the request for ASync Read and the update of the ASync Read Complete Calls counter.
Location
- FactoryTalk Diagnostics Counter Monitor > System Diagnostics > localhost > FactoryTalk Linx Gateway OPC DA Server
Value
- Type: Unsigned integer
- Source: This value is generated by the FactoryTalk Linx Gateway OPC DA server.
- Updates: This value increases when an OPC DA client requests to read data asynchronously.
- Reset: This value resets when you reset the service or restart the computer.
Provide Feedback