How can I enable/disable the feed button on the SmartSource Pro?

How can I enable/disable the feed button on the SmartSource Pro?

Ranger provides an INI option that you can use to enable and disable the feed button.  The option is located in a file called CapiOptions.ini.
Where are the Ranger INI files located?

Here's the option that you can change:
  1. //-----------------------------------------------------------------------------------
  2. // Feeding Section
  3. //
  4. // NOTE: This is only available on the SmartSource Pro.
  5. //
  6. // UseStartStopButton = false   (default)
  7. //                      true - After your application requesting StartFeeding()
  8. //                             Feeding can be started and stopped by pressing the
  9. //                             button on the top of the scanner.
  10. //
  11. //-----------------------------------------------------------------------------------
  12. [Feeding]
  13. UseStartStopButton=false

You can set this value by calling Ranger.SetDriverOption("Feeding", "UseStartStopButton", "true");
Ranger reads this option's value when you call Ranger.EnableOptions().
Copyright © 2023 Silver Bullet Technology
www.sbullet.com




    • Related Articles

    • How do I enable double-feed detection in my Ranger application?

      When it comes to enabling double-feed detection, older versions of Ranger and newer versions behave differently. It is best to upgrade to the latest version of Ranger whenever you can. To enable double-feed detection, make the following call when ...
    • How can I change the MVX handle double-feed handling?

      The MVXOptions.ini file controls the double feed detection options. // [DoubleFeedDetection] // // Enable=true - double-feed detection will be enabled // false - double-feed detection will be disabled (default) // // PhotocellPower=n (where n is ...
    • Can my SmartSource Professional detect double-documents?

      The SmartSource Professional cannot detect double-documents when the documents overlap completely. To generate a double-document error: Set the following option in your GenericOptions.ini file, either programmatically or manually: [OptionalDevices] ...
    • My SmartSource Pro/Value/Adaptive is running slower than expected

      The following instructions were paraphrased from instructions provided by Al Quinn at Burroughs. Thank you Al. Anti-Virus software running may be impeding the scanner's performance. Try temporarily disabling the Anti Virus software to see if that ...
    • How do I enable logging for the CaptureOne?

      Steps to Enable logging in Windows XP Go the "Control Panel" and select "Add or Remove Programs". Find "Epson TM-S1000 Driver Version X.XX" in the list and click "Change/Remove". In the new window select "Modify" and then "Next". Check the "Log ...