AdvanTrack-50

Introduction

 AdvanTrack-50 top down view

AdvanTrack-50 mounted

AdvanTrack-50 features:

AdvanTrack-50 benefits:

Download AdvanTrack-50 datasheet

Getting Started

Helpful downloads:

These are the minimum steps to start using AdvanTrack-50:

1. Connect antenna

Connect an antenna to AdvanTrack port 1 with an RF Cable.

Never connect or disconnect an antenna while AdvanTrack is ON. Always disconnect AdvanTrack from the power supply when connecting/disconnecting antennas.

2. Power AdvanTrack unit

Connect the AdvanTrack to a power supply (Switch PoE, PoE injector, etc..) and wait until it beeps. It will take between 40 and 50 seconds to boot.

Using a PoE injector

Follow this diagram to connect AdvanTrack-50 through a PoE injector:

AdvanTrack connection using a PoE injector

USB maintenance cable

Whenever the USB maintenance cable is used, please make sure the boot sequence is as follows:

The right boot sequence must be followed!

If the USB cable is connected at boot time, the system may not boot properly, and the RFID and other hardware may not be powered at all.

You can find more information on Direct USB connection page.

Non-isolated PoE enabled switches

When using PoE enabled infrastructure, it is possible to experience the ground loop issue.

The ground loop issue is caused by a ground loop connection between the devices through a PoE enabled switch.

The issue prevents the PoE negotiation process to be successful, and in turn, causes the devices to stop working, enter a restart loop, etc.

IN case you experience similar issues, please try:

3. Configuration

Almost on any installation, it is required to adjust AdvanTrack operation.

3.1. Discover Device

Configuration requires Ethernet access to the unit, as it uses a web application.

We need therefore to connect the AdvanTrack unit to an Ethernet network and execute an IP discovery process. After the configuration process is finished, the Ethernet cable can be removed.

To be able to discover the AdvanTrack IP address, use a PC in the same network as the computer.

Please see the discover devices for the 150/60 Series devices: series150/60-Discover-devices.

3.2. Enter AdvanNet Manager

The previous step will result in the IP that is assigned to the device. Let's named it <AdvanTrack -IP-address>

AdvanNet Manager login page

Additional information on AdvanNet, including manuals, can be found at AdvanNet page

3.3. Read modes

AdvanTrack has 3 different Configurations: Autonomous, Sequential, and Alarm mode.

A configuration can have different read modes:

1. Autonomous configuration:

2. Sequential configuration:

3. Alarm mode configuration:

4. AdvanPay configuration:

3.4. Persist Configuration

Using the apply button only changes the runtime settings, in order to make those changes persistent follow the steps below:

While changing the configuration, AdvanTrack operation remains stopped.

In order to start it again:

3.5. Monitor tab

Go to the monitor tab and press the start button. The result will be like the following:

Advanced Configuration

Power and Sensitivity

The power and sensitivity of the AdvanTrack its already being set for the best performance but in the RF & Antenna Options tab can be configured for a more suitable performance. For more information about it look at this post: What-is-the-difference-between-Power-and-Sensitivity.

Antenna Configuration

Each antenna has its own configuration:

There has to be an antenna connected in the configured reader port.

If an antenna is not configured, AdvanNet will not use it, even if it is connected.

Events & Actions

You can configure which actions will be the trigger in the available events. For example, the most used event is:

Once the changes are done, make sure to persist the configuration.

Change device IP

To change the IP visit  Change device IP.

Networking

AdvanPay devices feature two different network interfaces:

Ethernet interface

The Ethernet interface can be set to static or dynamic (DHCP). DHCP is the default option

Ethernet over USB - USB COMM

Please connect your computer to the AdvanTrack-50 USB COMM port.

This interface only has one static IP: 192.168.7.2

Follow the instructions here to configure the Host PC to use this interface

Serial over USB - USB CONSOLE

AdvanTrack-50 features an extra communications interface useful for troubleshooting issues when all other cases aren't available or already have failed.

Please connect your computer to the AdvanTrack-50 USB Console USB port and start PuTTy up. 

Please notice that if you're using Linux you will need to run PuTTy as sudo. The device name will be of the likes of /tty/USBx being x a number

If you are running windows please check at your device manager the COM port number that appears when connecting the AdvanPay to your computer, you should look up for something like this:

The next step is setting up putty as follows choosing the correct serial line value

Using Linux, open PuTTY as sudo and fill the fields. Then, click on Connect

And clicking connect, the window that will appear can either show data or not, not showing data does not mean that the connection is a failure. Try writing keonn and pressing enter to see if the device echoes the keypresses and prompts for a password.

Features

Common Series 150 and 60 Series

Please visit Series 160 & 70 page

REST API development

See REST API development page.

Battery-assisted RTC

The AdvanTrack-50 uses a battery to keep the time across reboots.

How date/time management works:

Access CSV log

CSV files are intended for backup purposes only.

CSV file format may change after an upgrade without further notice.

All system activity is logged into a CSV file.

How the CSV system works:

The CSV file can be accessed at any time:

http://{device_ip}:3161/system/fs/retrieveFile/AdvanNetCSVS

advansafe-100-tags.csv

Available starting at firmware version 2.1.0-rc2

The size of the log file could grow up to 300 MBytes. It is very important to clear it out from time to time to avoid long download times.

Clear CSV log

To clear the internal CSV log file, access the URL (HTTP GET request)

http://{device_ip}:3161/system/fs/removeFile/AdvanNetCSVS

Access real-time data

All system activity can be accessed at real-time by listening at TCP socket port 3177.

The protocol used is very similar to HTTP and the message format is XML. The following is a sample of a message:

ADVANNET/1.0

Content-Length:488

Content-Type:text/xml

<?xml version="1.0" encoding="UTF-8"?>

<deviceEventMessage>

    <type>deviceEventMessage</type>

    <ts>1398285581922</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.device.impl.DefaultTagAlarmEvent</class>

        <type>TAG_ALARM</type>

        <typeclass>com.keonn.spec.event.DeviceEvent$EventType</typeclass>

        <deviceId>AdvanSafe-m-100-eu</deviceId>

        <epcs>3008029b5379cb0000000021</epcs>

        <alarmType>EPC_EAS</alarmType>

    </event>

    <deviceId>AdvanSafe-m-100-eu</deviceId>

</deviceEventMessage>

Important characteristics:

TAG messages

Possible TAG events that will be received are:

<?xml version="1.0" encoding="UTF-8"?>

<inventory>

    <type>inventory</type>

    <ts>1424762478000</ts>

    <status>OK</status>

    <msg-version>2.1.0beta</msg-version>

    <op>inventory</op>

    <data>

        <advanNetId>AdvanNet-instance-d0:5f:b8:ff:0b:c9--1</advanNetId>

        <deviceId>AdvanReader-m4-150</deviceId>

        <inventory>

            <class>INVENTORY</class>

            <deviceId>AdvanReader-m4-150</deviceId>

            <size>1</size>

            <timeWindow>-1</timeWindow>

            <items>

                <item>

                    <class>READ_EVENT</class>

                    <epc>3030029b5379cb0000000126</epc>

                    <ts>1424762477480</ts>

                    <deviceId>AdvanReader-m4-150</deviceId>

                    <data>

                        <class>TAG_DATA</class>

                        <hexepc>3030029b5379cb0000000126</hexepc>

                        <tid>2000348f7c14</tid>

                        <props>

                            <prop>RF_PHASE:104</prop>

                            <prop>TID:2000348f7c14</prop>

                            <prop>READ_COUNT:33</prop>

                            <prop>ANTENNA_PORT:1</prop>

                            <prop>RSSI:-24</prop>

                            <prop>TIME_STAMP:1424762477480</prop>

                        </props>

                    </data>

                    <locationData>

                        <class>LOCATED_TAG_DATA</class>

                        <epc>3030029b5379cb0000000126</epc>

                        <antenna>

                            <class>ANTENNA_DEFINITION</class>

                            <def>AdvanReader-m4-150,1,0,0,0,antenna1,1,0,0</def>

                        </antenna>

                        <location>

                            <class>LOCATION_DEFINITION</class>

                            <loc>antenna1,1,0,0</loc>

                        </location>

                    </locationData>

                </item>

                                ...

            </items>

        </inventory>

    </data>

</inventory>

<?xml version="1.0" encoding="UTF-8"?>

<deviceEventMessage>

    <type>deviceEventMessage</type>

    <ts>1398285445702</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.device.impl.DefaultTagAlarmEvent</class>

        <type>TAG_ALARM</type>

        <typeclass>com.keonn.spec.event.DeviceEvent$EventType</typeclass>

        <deviceId>AdvanSafe-m-100-eu</deviceId>

        <epcs>3008029b5379cb0000000021</epcs>

        <alarmType>EPC_EAS</alarmType>

    </event>

    <deviceId>AdvanSafe-m-100-eu</deviceId>

</deviceEventMessage>

<?xml version="1.0" encoding="UTF-8"?>

<deviceEventMessage>

    <type>deviceEventMessage</type>

    <ts>1398285445702</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.device.impl.DefaultTagAlarmEvent</class>

        <type>TAG_ALARM_ANTENNA_1</type>

        <typeclass>com.keonn.spec.event.DeviceEvent$EventType</typeclass>

        <deviceId>AdvanSafe-m-100-eu</deviceId>

        <epcs>3008029b5379cb0000000021</epcs>

        <alarmType>EPC_EAS</alarmType>

    </event>

    <deviceId>AdvanSafe-m-100-eu</deviceId>

</deviceEventMessage>

See TAG_ALARM_ANTENNA_1

See TAG_ALARM_ANTENNA_1

See TAG_ALARM_ANTENNA_1

<?xml version="1.0" encoding="UTF-8"?>

<deviceEventMessage>

    <type>deviceEventMessage</type>

    <ts>1424762478112</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.device.impl.DefaultTagAlarmEvent</class>

        <type>TAG_ALARM_DISABLED</type>

        <typeclass>com.keonn.spec.event.DeviceEvent$EventType</typeclass>

        <deviceId>AdvanReader-m4-150</deviceId>

        <epcs>3030029b5379cb0000000126</epcs>

        <alarmType>EPC_EAS</alarmType>

    </event>

    <deviceId>AdvanReader-m4-150</deviceId>

</deviceEventMessage>

<?xml version="1.0" encoding="UTF-8"?>

<deviceEventMessage>

    <type>deviceEventMessage</type>

    <ts>1424762478112</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.device.impl.DefaultTagAlarmEvent</class>

        <type>TAG_ALARM_ENABLED</type>

        <typeclass>com.keonn.spec.event.DeviceEvent$EventType</typeclass>

        <deviceId>AdvanReader-m4-150</deviceId>

        <epcs>3030029b5379cb0000000126</epcs>

        <alarmType>EPC_EAS</alarmType>

    </event>

    <deviceId>AdvanReader-m4-150</deviceId>

</deviceEventMessage>

SYSTEM messages

Possible SYSTEM events that will be received are:

<?xml version="1.0" encoding="UTF-8"?>

<eventMessage>

    <type>eventMessage</type>

    <ts>1409827170979</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.advannet.impl.event.DefaultAdvanNetEvent</class>

        <type>ADVANNET_INFO</type>

        <typeclass>com.keonn.spec.event.AdvanNetEvent$AdvanNetEventType</typeclass>

        <advanNetId>AdvanNet-instance-00:1e:8c:25:0c:43--1</advanNetId>

        <deviceId>adrd-m4-100</deviceId>

        <msg>Device[adrd-m4-100] started in mode: EPC_EAS_ALARM</msg>

    </event>

</eventMessage>

<?xml version="1.0" encoding="UTF-8"?>

<eventMessage>

    <type>eventMessage</type>

    <ts>1398285635331</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.advannet.impl.event.DefaultAdvanNetEvent</class>

        <type>ADVANNET_DEVICE_CONNECTED</type>

        <typeclass>com.keonn.spec.event.AdvanNetEvent$AdvanNetEventType</typeclass>

        <advanNetId>AdvanNet-instance-7c:66:9d:55:60:df--1</advanNetId>

        <deviceId>AdvanSafe-m-100-eu</deviceId>

    </event>

</eventMessage>

<?xml version="1.0" encoding="UTF-8"?>

<eventMessage>

    <type>eventMessage</type>

    <ts>1398285635331</ts>

    <status>OK</status>

    <event>

        <class>com.keonn.advannet.impl.event.DefaultAdvanNetEvent</class>

        <type>ADVANNET_DEVICE_DISCONNECTED</type>

        <typeclass>com.keonn.spec.event.AdvanNetEvent$AdvanNetEventType</typeclass>

        <advanNetId>AdvanNet-instance-7c:66:9d:55:60:df--1</advanNetId>

        <deviceId>AdvanSafe-m-100-eu</deviceId>

    </event>

</eventMessage>

Embedded development

See the embedded development page.

USB Driver Update

To update the USB driver in Windows for AdvanTrack-50 series do the following:

1. Download the drivers.zip file in the download files section and extract the files.

2. Copy the following files (hidclass_keonn.sys, hidparse_keonn.sys, and hidusb_keonn.sys) in the drivers folder:

3. Open the Device Manager, find the AdvanPay USB device and click on Update Driver option:

4. Click on the option to find the software on the computer

5. Click on the option to pick from a list of drivers in the computer

6. Choose the Have disk option

7. Find the uncompressed driver folder and chose the input_keonn.inf

8. Click Accept

9. Click Next

10. Click on the option to install the software:

11. When the operation is finished, there should be a device called USB Input Device Keonn:

Latest Firmware

You can always download and install the latest Firmware from here

https://wiki.keonn.com/rfid-components/reader-upgrade/update-advannet-procedure

Accessories

Possible mounting accessories

https://www.amazon.es/Olisicht-Soporte-Proyector-Techo-Aluminio/dp/B0716T3JQQ/ref=b2b_gw_d_cbs_1/262-4186404-9845162

https://www.amazon.es/Zice-Universal-soporte-proyector-vigilancia/dp/B0716QQL38/ref=pd_sbs_107_5/262-4186404-9845162

https://www.amazon.es/PureMounts-FM10-100-Soporte-Pared-33-69cm/dp/B074M97FKL/ref=sxts_b2b_ccp_search_w_op

https://www.amazon.es/SBOX-LCD-900B-universal-fabricante-distancia/dp/B00N9S1DMY/ref=psdc_2822856031_t3_B074M97FKL

https://www.amazon.es/ATHLETIC-Delgado-Soporte-Inclinaci%C3%B3n-Giratoria/dp/B083V33GZ4/ref=psdc_2822856031_t2_B074M97FKL

Download files

Find the User Guide and other downloadable content below.