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