Click or drag to resize

Settings Class

All settings of SLR810.
Inheritance Hierarchy

Namespace:  com.gigatms.Parameters.SLR810
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class Settings : SettingsBase

The Settings type exposes the following members.

Properties
  NameDescription
Public propertyBuzzerOperationMode
Gets the buzzer beep mode.
Public propertyDeviceId
Gets the custom device identifier. It is used to distinguish different devices when multiple readers are connected.
Public propertyEpcBitLength
The bit length when trim EPC binary digits before output with keyboard. Counting from rightmost bit to left.
Public propertyEpcBitStart
The start bit when trim EPC binary digits before output with keyboard. Counting from rightmost bit to left.
Public propertyEpcTextLength
The string length when trim or pad EPC text before output with keyboard. Counting from rightmost character to left.
Public propertyEpcTextStart
The start character when trim or pad EPC text before output with keyboard. Counting from rightmost character to left.
Public propertyEventType
Output raw data or decoded data when inventory tag.
Public propertyFieldSeparator
Gets the keyboard output field separator.
Public propertyInventoryActiveMode
Gets the inventory mode.
Public propertyInventoryRoundInterval

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.

Public propertyLinkFrequency
Gets the tag's backscatter link frequency. The default value is 256 kHz.
Public propertyOutputInterface
Gets the output interface.
Public propertyPadding
Gets a value indicating whether to pad EPC with zeros before output with keyboard.
Public propertyPrefix
Gets the keyboard output prefix.
Public propertyProfile
Gets the Global frequency regulations for RFID profile. This property is read-only.
Public propertyRfPower
Gets the RF Power strength. The value is ranging from 1 to 27. The default value is 11.
Public propertyRfSensitivity
Gets the RF input sensitivity level. The value is ranging from level 1 to 14. The default value is level 6.
Public propertyRxDecode
Gets the RF data encoding. The default value is Miller_4.
Public propertyScanMode
Gets the inventory condition.
Public propertySuffix
Gets the keyboard output suffix.
Public propertyTagEventInterval
The delay time interval between output multiple tag datas.
Public propertyTagPresentedRepeatInterval

Time interval between reader raise a OnTagPresented or OnTagPresentedEx event. This setting control how often to notify that a tag is presented, not how often the reader inventory. Valid values are 1 to 253 (0.1s ~ 25.3s), 0 (immediately) and 254 (Never repeat). Default value is 254. Immediately means reader will raise tag presented event after each inventory round as soon as possible. Never repeat means tag presented event will raise only once until the tag is considered removed and show up again.

Public propertyTagRemovedThreshold

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.

Public propertyTextEpcOutputBase
The number base of keyboard output.
Public propertyTrim
Gets a value indicating whether to trim EPC text before output with keyboard.
Public propertyVibration
Gets a value indicating whether to vibration when a new tag is inventoried.
Top
Fields
  NameDescription
Public fieldStatic memberKeyboardPrefixMaxByteLength
Max byte count of keyboard output prefix.
Public fieldStatic memberKeyboardSuffixMaxByteLength
Max byte count of keyboard output suffix.
Top
See Also