Prerequisites
Java Runtime Environment v7.0 minimum (32 bits - currently 64bits version is not supported)
We recommand to add the path for java file in the environment variable (for example : exe: C:\Program Files (x86)\Java\jre
)
Installation from exe
You can now launch the standalone software from the START menu after installing.
...
Launching from a terminal
You can use this command for example :
...
Autostart function
Once installed, the Standalone software should be executed at each Windows boot.
We can verify it by checking that the software is present in msconfig.exe tab.
...
Basic Settings
...
u-Door type :
AUTO (automatical u-Door)
MANUEL (u-Door Lite)
...
To remotely control standalone SW from your own app, ensure that 'Connect in background when launched' is selected in 'Settings Window'
Operation Settings
...
RFID Settings
...
Transmit power allows you to adjust the power of the antennas.
Communication Settings
...
Allow you to choose the kind of communication. Basically, how you will send the reading result.
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.
More information about Messages Published
Upon successful connection :
...
In such a case, any ongoing read operation is aborted.
Questions and Answers
Q1 : HID Standalone Application sends messages mostly ended by '\r\n', but sometimes 1 message comes without this ending, so it can be considered like incomplete message. In other words : Standalone Application may send messages in 2 steps, first it sends for example 'INFO:PROCESSING' and than '\r\n', so I receive this separately in two readings
...
If your host software communicates on TCP socket, the socket is only opened by standalone application only if the cabin is connected. So if it can connect it is good
if your software communicates in serial RS232 method 3.1 does not work.
in both cases you send the S character to see if the cabin responds or not (certainly with the drawback of launching a cycle for nothing)
there is no other method for querying the standalone on the condition of the cabin.
Abtract of UDoor User Guide (Chapter concerning Standalone Application)