Device / Run / AutoreadWaitForCardRemoval Value

Specifies if Autoread waits until a presented card has been removed before it continues scanning for further cards.

If this mode is enabled, the reader triggers the event Scripts/Events/OnCardRemoved whenever Autoread detects that a card has been removed. You can use this mode in combination with RepeatMessageMode Suppress to avoid that this event is triggered in case of short-term card removals of less than RepeatMessageDelay ms.

You can't use this mode in combination with RepeatMessageMode Force.

Properties

Format

Name Type/Size Description
WaitForCardRemoval Enumeration (8 bits) Values:
  • Disabled (0x00)
    After a valid card has been detected, Autoread immediately continues scanning for further cards.
  • Enabled (0x01)
    After a valid card has been detected, Autoread stops scanning for further cards until the current card has been removed.