Click or drag to resize

SettingsInventoryRoundInterval Property

Waiting time between each inventory round. Valid value ranges form 0 through 254 (0 s ~ 2.54s). Default value Is 0. It Is Not a precise inventory time interval because:

  1. An inventory round may take longer or shorter because there might be a lot of tags or only one tag.

  2. Next inventory round will start after output to client (keyboard, TCP, …) finished, even if it takes longer than the Inventory Round Interval.

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

Property Value

Type: Int32
The tag presented repeat interval (unit is 100ms).
See Also