Click or drag to resize

SettingsTagRemovedThreshold Property

How many times (offset by 1) of failed inventory round before the tag is considered removed and then raise tag removal event. If Tag Remove Threshold is set to 2, reader will output a tag removal event when an inventoried tag failed to inventory [2-1=1] time. Valid values are 2 ~ 254 (1 time ~ 253 time), [0 or 1] (immediately). Default value is 5. Immediately means reader will raise tag removal event and tag presented event at the same time because [1-1=0] and [0-1=-1]. This setting is used to reduce the false tag removal events.

Namespace:  com.gigatms.Parameters.SLR810
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public int TagRemovedThreshold { get; set; }

Property Value

Type: Int32
The tag removed threshold. The default value is 5.
See Also