Processor functions
API function | Description | RSLinx Classic | Interchange |
DTL_CHANGE_MODE | Changes the operating mode of a PLC or SLC. | Not supported | Supported |
DTL_CLEAR_FAULTS | Clears major/minor faults in a PLC or SLC. | Not supported | Supported |
DTL_CLEAR_MEMORY | Clears processor memory in a PLC or SLC. | Not supported | Supported |
DTL_COMPARE | Initiates a comparison of two PLC-5 memory files and immediately returns. | Not supported | Supported |
DTL_COMPARE_W | Initiates a comparison of two PLC-5 memory files and waits for completion. | Not supported | Supported |
DTL_COMPARE_CB | Initiates a comparison of two PLC-5 memory files and returns callback. | Not supported | Supported |
DTL_COMPARE_RCB | Initiates a comparison of two PLC-5 memory files and returns callbacks, indicating progress. | Not supported | Supported |
DTL_DOWNLOAD | Initiates the download of a PLC-5 and immediately returns. | Not supported | Supported |
DTL_DOWNLOAD_W | Initiates the download of a PLC-5 and waits for completion. | Not supported | Supported |
DTL_DOWNLOAD_CB | Initiates the download of a PLC-5 and returns callback. | Not supported | Supported |
DTL_DOWNLOAD_RCB | Initiates the download of a PLC-5 and returns callbacks, indicating progress. | Not supported | Supported |
DTL_GET_FAULT | Reads major/minor fault information from a PLC or SLC. | Not supported | Supported |
DTL_REPORT_PROC | Callback procedure for upload/download/compare progress reports. | Not supported | Supported |
DTL_UPLOAD | Initiates the upload of a PLC-5 and immediately returns. | Not supported | Supported |
DTL_UPLOAD_W | Initiates the upload of a PLC-5 and waits for completion. | Not supported | Supported |
DTL_UPLOAD_CB | Initiates the upload of a PLC-5 and returns callback. | Not supported | Supported |
Provide Feedback