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:
- //-----------------------------------------------------------------------------------
- // Feeding Section
- //
- // NOTE: This is only available on the SmartSource Pro.
- //
- // UseStartStopButton = false (default)
- // true - After your application requesting StartFeeding()
- // Feeding can be started and stopped by pressing the
- // button on the top of the scanner.
- //
- //-----------------------------------------------------------------------------------
- [Feeding]
- 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().
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 to manually calibrate SmartSource Micro and MicroEx
Make sure the scanner is plugged in. Go to Start Menu-->Control Panel. Open Scanner & Cameras by double-clicking on the icon. Right-Click on the SmartSource Micro / MicroEx scanner icon. On Windows XP you will get a context menu. Select Calibrate ...