ANPR LUMO | installation guide 
 
7.3.9  SERIAL OSDP 
With this action you can send an OSDP message through the RS485 port. 
OSDP communication mode must be enabled in SYSTEM SETTINGS - SERIAL SETUP. See page 42. 
 
MESSAGE  The composed message for the action using the message placeholders, see appendix A. 
 
The ANPR LUMO will send the message data in raw bit array format (OSDP_RAW).  
The data report will be sent in response to a poll command (OSDP_POLL). 
 
7.3.10  MQTT 
With this action you can publish events to an MQTT broker. 
 
SERVER  The MQTT broken that is configured in the tab MQTT 
TOPIC  The MQTT topic that is used within the MQTT server 
QOS  Set the QoS value that is required for the topics 
MESSAGE  The message or value that is used for the configured topic 
 
7.3.11  WIEGAND 26 
The license plate will be converted using the Wiegand 26 bit SHA-1 security hashing algorithm. 
 
Wiegand 26-bit SHA-1 conversion procedure: 
1)  Receive license plate message hk 55 evb 
2)  Turn into upper case HK 55 EVB 
3)  Remove spaces HK55EVB 
4)  Calculate SHA-1 digest A44F633C 8A6D1581 50CCEB3E F83D9DE0 BA80CF15 
5)  Truncate. Keep least significant 24-bits A80CF15 
6)  Add parity bits according to Wiegand 26-bit format 
 
7.3.12  WIEGAND 64 
The license plate will be converted to a Wiegand 64-bit format. 
 
In this mode, every received license plate message is converted to a Wiegand 64-bit 
The first four bits are always 0110. 
Next 10 groups of 6 bits. Each 6-bit group contains a license plate character. See 
character conversion table below. 
If the license plate string contains less than 10 characters, the first groups are « 
empty » (= 000000). 
If a character is not found in the conversion table, then the conversion uses 
« other » (=111111)