How can I connect my MagTek Excella to Ranger through Ethernet?

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.
  1. Please ensure that the MagTek Excella is connected by ethernet to the same network as the PC.
    1. In the document linked below, reference section 3, "Ethernet Installation", to configure your MagTek Excella scanner for your network.
    2. EXCELLA STX INSTALLATION GUIDE
  2. The subnet mask of the scanner should match that of the network your PC is on, and you may assign the scanner a valid IP Address.
  3. Once you've verified you can connect to Excella's built-in web page (from step 2) and have adjusted the scanner network settings as desired, configure MagTek-ExcellaAPI.ini for ethernet connection.
In MagTek-ExcellaAPI.ini:
  1. [Device]
  2. DeviceName = EXCELLA_ETHER
We recommend changing driver options programmatically:
m_Ranger.SetDriverOption("Device", "DeviceName", "EXCELLA_ETHER");

      4. Navigate to C:\Windows\micrdev.ini and adjust the connection string of Device 1 to match the IP Address assigned to the scanner in step 2.

In micrdev.ini:
  1. [DEVICE1]
  2. Device=Excella
  3. Name=EXCELLA_ETHER
  4. InternetOpenType=1
  5. Transport=ETHERNET
  6. ConnectionString=192.168.10.100    //adjust this option to match the IP Address established in step 2
      5. Connect to RangerFlex.

If you're still having connectivity issues, please grab Ranger logs and INI files, and send them to support@sbullet.com with a detailed explanation of your issue.
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • Why is my Excella scanner reporting “TranportIsDead” in Ranger?

      Please make sure that you have run the "ExcellaUsbConfig" application. This application can be found in [Start->All Programs->Silver Bullet Technology->Ranger for Excella->ExcellaUsbConfig]. Select "Refresh Network Connections" Select "Search" Note ...
    • How do I capture MagTek logs?

      Run the the MagTek demo application as Administrator. Excella-STX_Demo.exe is found at the following path: "C:\Program Files (x86)\MagTek\Excella-STX-ImageSafe" Select your device from the Select Device drop-down and select connect. Once connected ...
    • How can I contact MagTek tech support?

      For MagTek technical support, use the contact details below. MagTek technical support: Phone: 562-546-6800 Email: support@magtek.com Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet Technology www.sbullet.com
    • 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 ...
    • 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. ...