What's the difference between Main Hopper and Manual Drop?

What's the difference between Main Hopper and Manual Drop?

The Main Hopper will feed continuously until the hopper is empty, an exception occurs, or the feed count is reached.

Manual Drop will feed continuously until stop feeding is called, an exception occurs, or the feed count is reached.

In larger scanners, there may be two separate hoppers for this.


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

    • Related Articles

    • What's the difference between hopper and manual drop feeding?

      Feeding begins when Ranger calls your plug-in's StartFeeding() function. Below are the actions that your plug-in must take in different scenarios. When feeding from the Main or Merge Hopper: No items in the feeder: Call ...
    • What is the most portable way to support manual-drop feeding?

      Most Ranger-based applications support manual-drop feeding. Applications typically implement manual-drop feeding in a generic way which supports both manual-drop feeding items normally and after an exception. Due to the way manual-drop feeding is ...
    • How should I implement manual-drop feeding?

      See: What is the most portable way to support manual-drop feeding? Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet Technology www.sbullet.com
    • What is the difference between "attached" and "connected" devices?

      Attached: One or more scanners are physically attached to the PC. Ranger calls AreDevicesAttached to determine if a plug-in should be used to drive devices. This is needed because multiple plug-ins may be installed on the same PC. Connected: The ...
    • How do I scan from the card scanner in my application?

      You can access the card scanner just like you would a check. Simply feed from the card scanner rather than the main hopper. All of the normal Ranger events will fire and images will be available just like images from a check. To feed from the card ...