Why am I unable to use the ClearTrack command?

Why am I unable to use the ClearTrack command?

Ranger exposes the ClearTrack() method for those scanners that do support a track clearing functionality.

The Canon CR series scanners do not support such a functionality.

Your application can differentiate between scanners that do and don't support ClearTrack functionality by interrogating the TransportInfo.ini file. You'll notice that TransportInfo.ini indicates "UsesClearTrack=false" for all Canon devices.

Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com


    • Related Articles

    • Why am I unable to use the ClearTrack command?

      Ranger exposes the ClearTrack() method for those scanners that do support a track clearing functionality. The Canon CR series scanners do not support such a functionality. Your application can differentiate between scanners that do and don't support ...
    • How can I install Ranger Remote using the Command Prompt?

      You have the option of installing Ranger Remote through the Command Prompt with the following options: To install silently, use the option "/S" To install with WebSocket Secure (WSS) enabled, use the option "/WSS" To install with auto-start on PC ...
    • Which installation script editor should we use?

      We use the NSIS script compiler and HM NIS to edit and compile Ranger plug-in installation scripts. You can download the software here: Nullsoft Scriptable Install System (NSIS) HM NIS - Editor/IDE for NSIS Install NSIS first and then install HM NIS. ...
    • Should I use SetEndorseText() or SetFixedEndorseText()?

      As part of application initialization, the application should query Ranger's TransportInfo.ini file via Ranger's GetTransportInfo() method (section 13.1.12.1 of the Ranger Transport API Functional Specification Document Version 2.3) to determine if ...
    • How do I use Ranger with Java?

      Using Ranger with Java (not Javascript) There is a Java interface, JNI, for Ranger called JRanger. It can be found on our website after logging in and selecting the "Ranger SDK" link. Because Ranger and the drivers that Ranger uses are 32 bit you ...