Difference between revisions of "Adding Custom Extensions with LLRP"

From RifidiWiki

Jump to: navigation, search
(New page: To Add Custom Extensions with LLRP Examples: ImpinjInventorySearchMode, ImpinjFixedFrequencyList, ImpinjSerializedTID, ImpinjRFPhaseAngle, ImpinjPeakRSSI Answer: Set property for ROSpec f...)
 
Line 7: Line 7:
  
 
The prerequisites are:
 
The prerequisites are:
1. It needs to get added through the ADD_ROSPEC
+
* 1. It needs to get added through the ADD_ROSPEC
2. It does not require anything to come back through a tag report etc.  
+
* 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.
 
If condition (2) is not met, it is possible to add a feature to Rifidi in a future release to process results coming back.

Revision as of 18:10, 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