Difference between revisions of "Engine Overview"

From RifidiWiki

Jump to: navigation, search
(Command Flow)
(Architecture)
Line 9: Line 9:
 
=== Detail Component Description ===
 
=== Detail Component Description ===
 
==== Communication ====
 
==== Communication ====
==== Controller ====
 
==== Buffer ====
 
==== Protocol ====
 
==== Adapter ====
 
==== Invoker ====
 
==== Handler Methods ====
 
 
==== Radio ====
 
==== Radio ====
 
The [[radio]] is the interface between the antennas and the rest of the reader.  It is in charge of figuring out which tags are on the antennas and giving this list of tags to the reader's Tag Memory.
 
The [[radio]] is the interface between the antennas and the rest of the reader.  It is in charge of figuring out which tags are on the antennas and giving this list of tags to the reader's Tag Memory.

Revision as of 01:12, 31 January 2008


Engine

A view of the architecture of the reader

Architecture

Command Flow

See Command Flow For a description of how a command moves from the communication to the command processor

Detail Component Description

Communication

Radio

The radio is the interface between the antennas and the rest of the reader. It is in charge of figuring out which tags are on the antennas and giving this list of tags to the reader's Tag Memory.

GPIO

GPIO stands for General Purpose Input/Output. Although not shown on the reader picture above, the GPIO are like extra 'lines in' and lines out' on the reader. They are used to interface with other devices -- normally PLC devices such as light stacks and photo eyes.

Package Structure

Personal tools