Diagnostic functions
API function | Description | RSLinx Classic | Interchange |
DTL_DIAG_COUNTERS | Reads station diagnostic counters and returns. | Not supported | Supported |
DTL_DIAG_COUNTERS_W | Reads station diagnostic counters and waits. | Not supported | Supported |
DTL_DIAG_COUNTERS_CB | Reads station diagnostic counters and returns callback. | Not supported | Supported |
DTL_DIAG_ECHO | Sends diagnostic echo to remote station and returns. | Not supported | Supported |
DTL_DIAG_ECHO_W | Sends diagnostic echo to remote station and waits. | Not supported | Supported |
DTL_DIAG_ECHO_CB | Sends diagnostic echo to remote station and returns callback. | Not supported | Supported |
DTL_DIAG_RESET | Initiates reset of station diagnostic counters and returns. | Not supported | Supported |
DTL_DIAG_RESET_W | Initiates reset of station diagnostic counters and waits. | Not supported | Supported |
DTL_DIAG_RESET_CB | Initiates reset of station diagnostic counters returns callback. | Not supported | Supported |
DTL_DIAG_STATUS | Reads station status and immediately returns. | Not supported | Supported |
DTL_DIAG_STATUS_W | Reads station status and waits for completion. | Not supported | Supported |
DTL_DIAG_STATUS_CB | Reads station status and returns callback. | Not supported | Supported |
DTL_DIAG_VALID_COUNTER | Validates data returned from DTL_DIAG_COUNTERS(_W). | Not supported | Supported |
DTL_DIAG_VALID_STATUS | Validates data returned from DTL_DIAG_STATUS (_W). | Not supported | Supported |
Provide Feedback