ION CAENRFIDD DAEMON
- Ion Technical Information Manual
32
The CAENRFID Ion
The Ion reader configuration file is by default:
# Package generated configuration file
# See the caenrfidd(8) manpage for details
#
# CAENRFID (read only) configuration settings
#
# Reader Manufacturer
#
# Define custom reader manufacturer ID.
#
# Default:
# vendor = 21336 # CAEN
# Reader Model
#
# Define custom reader model ID.
#
# Default:
# model = "(null)"
model = "R4301P"
# Ion
# Reader radios list
#
# Define which radios are connected to the reader and each per radio
# configuration data.
#
# Note:
# * antennae ID numbering starts from 0.
# * invalid antenna IDs are simply discarted.
# * no radios and/or no antennae is an error!
#
# radio dummy {
# antennae_enabled = { 0 }
# }
# radio impinj {
# antennae_enabled = { 0, 1 }
# }
radio impinj {
antennae_enabled = { 0, 1, 2, 3 }
}
# Reader IO ports list
#
# Define which IO ports are connected to the reader.
#
# Default:
# ioports = { }
ioports = { ion }
#
# CAENRFID (client writable) configuration settings
#
# Read cycles during continuos inventory (Ver. 3.1)
#
# Define how many rounds the reader should execute during continuos
# inventories.
#
# Default:
# read_cycles = 1
# RF Power
#
# Define the default RF power in mW.
#
# Default:
# rf_power = 680
# Q value
#
# Define the default Q value for the inventory algorithm.
#
# Allowed values are in 0..15 range.