Skip to main content

Quickstart

Datalogic supported devices

The following table lists the devices supported by the IoT Platform along with their minimun firmware versions and the features available for each device.

Fixed Retail Scanners

Device FamilyModelFirmware VersionCradle ModelCradle Firmware VersionTypeInterfaceLogsBeepReset
Magellan 9900i and 9600iMagellan 9900iDR9401745USB-COM
USB-OEM
Magellan 900iMagellan 900iDR9401688USB-COM
USB-OEM
Magellan 9800iMagellan 9800iDR9401702USB-COM
USB-OEM
Magellan 9400i and 9300iMagellan 9400iDR9401731USB-COM
USB-OEM

Handheld Scanners

Device FamilyModelFirmware VersionCradle ModelCradle Firmware VersionTypeInterfaceLogsBeepReset
Powerscan 9600PD9630610149558CordedUSB-COM
USB-OEM
Powerscan 9500PD9530610025433CordedUSB-COM
USB-OEM
Gryphon 4500GD4500610099055CordedUSB-COM
USB-OEM
GFSGFS4500610190628CordedUSB-COM
USB-OEM
Powerscan 9600PBT9600610159248BC9600610149761BTUSB-COM
USB-OEM
Gryphon 4500GBT4500610184015WLC4090610099161BTUSB-COM
USB-OEM
Quickscan QBT2500QBT2500610181829BC2090610171631BTUSB-COM
USB-OEM
QuickScan QM2500QM2500610184718BC2090610184820STARUSB-COM
USB-OEM

Legend:

  • ✓ = Supported
  • ✗ = Not supported

Install Aladdin SDS

Follow these steps to run the Aladdin SDS as a Windows Service:

  1. Download the .msi installer from Aladdin SDS Msi.

  2. Run the installer and follow the instructions provided.

  3. Check if service is running in the task manager:

    Aladdin SDS Version

  4. Connect the Datalogic device to the POS system or the industrial PC.

  5. Read the device serial number using the OpenAPI documentation page.

  6. Click on the GET /devices button, then click on the Try it out button and finally click on the Execute button:

    OpenAPI Documentation

  7. The response will show the device serial number of the devices connected. In the example below, there are two devices connected to the POS system: annotate the id of the devices that you want to add to the platform (in the example below, E22H20130):

    Device Serial Number

Install Device Integration Agent

Follow these steps to run the Device Integration Agent as a Windows Service:

  1. Download the .msi installer from Device Integration Agent.

  2. Run the installer and follow the instructions provided.

  3. Check if service is running in the task manager:

    Aladdin SDS Version

  4. Open the configuration file located at config.toml located in the installation directory provided during the installation.

  5. Update the configuration settings as required using the EDGE_DEVICE_IP of the IoT Edge Gateway of the store:

    agent = {sendTelemetryMs=3600000, logLevel="INFO"}
    firmware = {protocol = "http", host = "<EDGE_DEVICE_IP>", port="8090"}
    mqtt ={ clientId="${random.uuid}", host="tcp://<EDGE_DEVICE_IP>:1883" }
    service={tlsEnabled = false, host = "localhost", port="9000"}
  6. Restart the service in the task manager to apply the changes.

  7. The device will now be visible in the platform with the status online and provisioned after a few minutes:

    Device Provisioned

Device Smart Enrollment

  1. Log in to the platform using the credentials provided:

    Login Page

  2. Click on the Device Visibility section:

    Device Visibility

  3. In the Device Visibility page, the POS (host device) and the Datalogic device should be visible with the status To be approved.

    Approve Device Button

  4. Clicking on the Approve button will take you to the Device Approval page where you can add the device to the platform:

    Device Approval

  5. Check the device details and click on the Approve button to add the device to the platform:

    • Device Category: Select the device category from the dropdown (e.g., PowerScan 96x0).
    • Device Location: Select the location from the dropdown list (e.g., Datalogic)
    • Device ID: Enter the device serial number (e.g., E22H20130).
    • Device Name: Enter a name for the device (e.g., Powerscan_01).

    After clicking the Approve button, the device will be added to the platform and you will be redirected to the Device Visibility page.

  6. The device will now be visible in the platform with the connection offline and status 'Registered':

    Device Added

  7. The device will automatically connect to the platform in a few minutes, changing the connection status to online and the device status to Provisioned and reporting device information and telemetry data in the device details page.