Why doesn’t Ranger Flex recognize my device feature?
Ranger Flex determines which generic options to display based on the TransportInfo.ini values.
Ranger
creates the TransportInfo.ini file based on the device features
described in the XML layout setup in your plug-in's
GetDeviceConfiguration() function.
If Ranger Flex does not
display your device options, such as image or endorsement options, then
the TransportInfo.ini file does not indicate that your scanner is
equipped with these features. If the TransportInfo.ini is not correct,
then it is likely that your plug-in's configuration XML is not correct.
Please
review the device configuration XML section of the Ranger Scanner
Plug-in Developer's Guide. If you cannot determine the source of the
problem, then please email us the TransportInfo.ini file from your
plug-in data directory and the source code for your
GetDeviceConfiguration() function.
Ranger creates the
TransportInfo.ini file in your plug-in's data folder. Ensure that your
plug-in's data folder exists. The data folder is normally created by
your plug-in's installation script.
This article describes the
plug-in's data folder's location:
Related Articles
How can I test my unique options with Ranger Flex?
The version of Ranger Flex that comes with Ranger 3.0.1 and later will allow you to set your unique options. You can also test your unique options by setting them manually in your PluginName.ini file before running Ranger Flex. Ranger® - The ...
Can you provide a Ranger portability overview?
Ranger provides a common ActiveX control interface for all scanners that we support. See: Production versions of Ranger Upcoming Ranger support for new scanners After the scanner powers up, Ranger creates an INI file that describes the features of ...
How can I determine if I found a Ranger bug?
Your application uses the Ranger software. Ranger uses the scanner manufacturer's scanner interface software. You can determine the source of most problems by running the appropriate diagnostic application for each of these software components. ...
How do I unlock my Ranger software?
When unlocking Ranger products, it is important to note the unlock requires: RangerFlex be run as admin Unlocking Key must be used the same day it's issued 1. Install Ranger for your scanner, then connect and turn on the scanner. 2. Close all other ...
How to properly use Ranger Shutdown()
Why can't we call Shutdown() in every Ranger state? Many low-level scanner drivers require that they be shutdown in a specific orderly sequence. If they are abruptly disconnected, it can leave the scanner and/or device driver in an unexpected, and ...