How do I connect to an Expert/Expert-Elite with RangerForSmartPVA

Started by nspencer, October 21, 2016, 01:06:05 PM

Previous topic - Next topic

nspencer

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");