Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Introduction

...

HID’s UDor V2 Cabin is not a simple RFID reader but a station including automation (Automatic doors, door sensors, UHF field motion system, obstacle detector, push button, leds…). Front and back automatic doors enable an ergonomic operation (no pull / just push the cage).

...

It can be installed on any computer of the network (possibly as a background task) and requires Java JRE environment >=7 (32 bits).

You can develop your Host Application in any language : the interface with HID’s UDoor Standalone App is limited to ASCII characters sent (optional) and messages received as TCP sockets.

Overview

...

Prerequisites

Java Runtime Environment v7.0 minimum (32 bits - currently 64bits version is not supported)

...

We can verify it by checking that the software is present in msconfig.exe tab.

...

Basic Settings

Image Modified

u-Door type :

  • AUTO (automatical uU-Door V2)

  • MANUEL (uU-Door Lite)

ID Controller :

...

To remotely control standalone SW from your own appHost Application, ensure that 'Connect in background when launched' is selected in 'Settings Window'

...

Allow you to choose the kind of communication. Basically, how you the Standalone App will send the reading resultresults and other messages.

Process

...

There is a Connect button to initialize the connection between the software and the hardware. Then, you can start the reading process by clicking on start processing and stop it by clicking on stop processing.

To remotely control standalone SW from your own app, ensure that 'Connect in background when launched' is selected in 'Settings Window'

Exemples of possible implementations

...