Class: UgiRfMicron

UgiRfMicron()

Support code for RF Micron sensor tags

Constructor

new UgiRfMicron()

Source:

Members

(static, readonly) MagnusModels :Number

RF Micron Magnus models
Type:
  • Number
Properties:
Name Type Description
MODEL_401 Number Model 0x401x
MODEL_402 Number Model 0x402x
MODEL_403 Number Model 0x403x
Source:

(static, readonly) RssiLimitTypes :Number

RF Micron Magnus on-chip RSSI limit types
Type:
  • Number
Properties:
Name Type Description
NONE Number No RSSI limiting
LESS_THAN_OR_EQUAL Number Limit to tags with on-chip RSSI less than or equal to the threshold value
GREATER_THAN_OR_EQUAL Number Limit to tags with on-chip RSSI greater than or equal to the threshold value
Source:

Methods

(static) configToReadMagnusSensorValue(inventoryType, tagModel, rssiLimitType, limitRssiThreshold)

Modify a UgiRfidConfiguration to read the sensor value from a RF Micron Magnus tag
Parameters:
Name Type Description
inventoryType One of UgiInventoryTypes
tagModel RF Micron Magnus tag model: RF_MAGNUS_MODEL_xxx
rssiLimitType Type of RSSI limit: RF_MAGNUS_LIMIT_RSSI_TYPE_xxx
limitRssiThreshold Threshold for rssiLimitType
Source:
Returns:
Configuration structure

(static) configToReadMagnusTemperature(inventoryType)

Modify a UgiRfidConfiguration to read the temperature from a RF Micron Magnus tag
Parameters:
Name Type Description
inventoryType One of UgiInventoryTypes
Source:
Returns:
Configuration structure

(static) getMagnusOnChipRssi(perReadData)

Get the on-chip RSSI value from a RF Micron tag
Parameters:
Name Type Description
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
Source:
Returns:
On-chip RSSI

(static) getMagnusSensorCode(perReadData)

Get the sensor value from a RF Micron tag
Parameters:
Name Type Description
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
Source:
Returns:
Sensor code

(static) getMagnusTemperature(tag, perReadData)

Get the temperature RSSI value from a RF Micron tag
Parameters:
Name Type Description
tag The tag
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
Source:
Returns:
Temperature (degrees C), or -999 if invalid