Difference between revisions of "Adding Custom Extensions with LLRP"

From RifidiWiki

Jump to: navigation, search
Line 2: Line 2:
  
 
Examples: ImpinjInventorySearchMode, ImpinjFixedFrequencyList, ImpinjSerializedTID, ImpinjRFPhaseAngle, ImpinjPeakRSSI
 
Examples: ImpinjInventorySearchMode, ImpinjFixedFrequencyList, ImpinjSerializedTID, ImpinjRFPhaseAngle, ImpinjPeakRSSI
 +
 
Answer:
 
Answer:
 +
 
Set property for ROSpec file and use ROSpec. Example:
 
Set property for ROSpec file and use ROSpec. Example:
 
setproperties LLRP_ADD_ROSPEC_File_1 ImpinjExtensions true
 
setproperties LLRP_ADD_ROSPEC_File_1 ImpinjExtensions true

Revision as of 18:11, 2 June 2014

To Add Custom Extensions with LLRP

Examples: ImpinjInventorySearchMode, ImpinjFixedFrequencyList, ImpinjSerializedTID, ImpinjRFPhaseAngle, ImpinjPeakRSSI

Answer:

Set property for ROSpec file and use ROSpec. Example: setproperties LLRP_ADD_ROSPEC_File_1 ImpinjExtensions true

The prerequisites are:

  • 1. It needs to get added through the ADD_ROSPEC
  • 2. It does not require anything to come back through a tag report etc.

If condition (2) is not met, it is possible to add a feature to Rifidi in a future release to process results coming back.

Personal tools