Why can I not set the output pocket for an item with the TS-4120?

Why can I not set the output pocket for an item with the TS-4120?

The following option must be set to allow the application to set the output pocket:

DCCOptions.ini
  1. [Sorting]
  2. SortBy=PC
The application would then need to call SetTargetLogicalPocket in the TransportSetItemOutputevent.

Configuring PC sorting mode on the TS-4120 scanner will cause images to *not* be available upstream (in Ranger'sSetItemOutput event); rather, images will only be available downstream (in Ranger's ItemInPocket event). This is because only MICR is available upstream from the scanner. The scanner provides images downstream, only after the pocket decision has been made (usually in PC sorting mode the pocket decision is made based on the upstream MICR).


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

    • Related Articles

    • How to capture OEM logs for TS -Series scanners

      To enable logging: Open the DigitalCheck-TSSeries.ini file, which you can find at this location: C:\ProgramData\Silver Bullet Technology\Ranger\Scanner Plug-ins\DigitalCheck-TSSeries\DigitalCheck-TSSeries.ini In the [Misc] section, set DelayTS200=2 ...
    • How can I reduce the number of false double-feeds on a Digital Check TS-Series Scanner?

      The Digital Check TS-Series scanners have an option called "DoubleFeedNoStop" which may significantly reduce false double-feed exceptions. When this option is enabled, the scanner will not stop immediately when a the feeder's double-feed detector ...
    • I'm Missing Item Data

      If you've recently switched to using the CR-120 or the CR-150 from another scanner and seem to be experiencing loss of item data, please make a review of your source code during TransportNewItem, TransportSetItemOutput, and TransportItemInPocket. ...
    • What should I do if I need to get user input while an item is being processed?

      It's important to return from the TransportSetItemOutput event quickly. For portability reasons it's a bad idea to prompt an operator for input during this event. If you need to prompt the operator for input, register for Ranger's ItemSuspended event ...
    • How can I set CAPI Ini file options through Ranger?

      The application can set the following values with the call to "SetDriverOption". After calling "EnableOptions" these options will be copied to the corresponding CAPI ini files. Use caution when setting these vales as they will overwrite the options ...