NurApiPeriodSetupSave Property

Configures inventory stream's duty cycle. Setting this value also saves the setting into the module's non-volatile settings.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int PeriodSetupSave { get; set; }

Property Value

Int32
ValueMeaning
NUR_AUTOPER_OFFThe internal duty cycle is not used.
NUR_AUTOPER_25The inventory stream off time is a maximum of 1000ms.
NUR_AUTOPER_33The inventory stream off time is a maximum of 500ms.
NUR_AUTOPER_50The inventory stream off time is a maximum of 100ms.
NUR_AUTOPER_FORCE_1000MSThe inventory stream off time is forced 1000ms.
NUR_AUTOPER_FORCE_500MSThe inventory stream off time is forced 500ms.
NUR_AUTOPER_FORCE_100MSThe inventory stream off time is forced 100ms.

Remarks

The period setup (duty cycle) is available in all L2 devices but is usually used with Stix/mobile reader in order to reduce the inventory streams power consumption.

See Also