How do I connect to an Expert/Expert-Elite with RangerForSmartPVA?
Expert/Expert-Elite scanners are supported with RangerForSmartPVA versions 2.1.0.0 and higher.
To
connect to the scanner, the ip-address of the PC and the ip-address of
the scanner must both be set in Burroughs-SmartPVA.ini
Default location: %ProgramData%\Silver Bullet Technology\Ranger\Scanner
Plug-ins\Burroughs-SmartPVA
The options are shown as below:
- [General]
- // This property should be set to the IP address of the network interface card on the network
- // with an ip connected scanner
- // If this or ScannerIpAddress are blank, USB connected scanner will be used
- // EXAMPLE:
- // HostIpAddress=192.168.254.99
- HostIpAddress=192.168.254.34
- // This property should be set to the IP address or hostname of an ip connected scanner
- // If this or HostIpAddress are blank, USB connected scanner will be used
- // EXAMPLE:
- // ScannerIpAddress=192.168.254.55
- ScannerIpAddress=192.168.254.18
They can be set programmatically as shown below:
- ranger.SetDriverOption("General", "HostIpAddress", "192.168.254.99");
- ranger.SetDriverOption("General", "ScannerIpAddress", "192.168.254.55");
Related Articles
Why can't FireFox connect to Ranger Remote using WebSocket Secure?
If Ranger Remote is set to connect using WSS, Firefox will fail if the SSL Certificates (installed during Ranger Remote installation) are not installed properly within Firefox. Firefox does not use the Microsoft Cert Store like Edge, I.E., or Chrome. ...
How can I connect my MagTek Excella to Ranger through Ethernet?
To connect your MagTek Excella to Ranger through Ethernet, you'll need to set up the MagTek Excella for ethernet connection. Please ensure that the MagTek Excella is connected by ethernet to the same network as the PC. In the document linked below, ...
How do I configure Ranger to connect to a Canon Ethernet scanner?
These instructions are for the CR-120/CR-150 Network-Enabled Scanners. In the DriverOptions.ini for the CR-120 or CR-150 file, typically named "Canon-CR120CR150.ini", set the following option: [EthernetConfig] ScannerIpAddress=XXX.XXX.XXX.XX Where ...
Does Ranger support the MAC OS?
Yes, Ranger cause be used on the MAC OS. The current MAC interfaces are a) dylib for integration with normal (ie Cocoa) applications and b) a NPAPI plugin for using Ranger in a 64-bit web browser. Ranger supports the following devices on the MAC: ...
Why are my grayscale images JPEG wrapped in a TIFF header?
SmartSource default grayscale format is TIFF wrapped JPEG. Other formats are supported, including JPEG, shown below. As of release 4.4.1.0-2.0.34.0, RangerForSmartPVA has an option to strip the TIFF header from the JPEG grayscale images. Set up the ...