Difference between revisions of "Alien GPIO"

From RifidiWiki

Jump to: navigation, search
(New page: =Alien GPIO= Here are a list of commands that, when run, will fire GPO port 0. In order for these commands to work, you must put an infrared port before the Alien gate and hook it up to...)
 
(Things to watch out for)
Line 26: Line 26:
 
===Things to watch out for===
 
===Things to watch out for===
  
If a box enters the field of IR beam 1 while it has not hit or is still blocking IR beam 2, the reader will not behave as expected.  Try reducing the box rate if this happens.
+
If a box enters the field of IR beam 1 while another box has not hit or is still blocking IR beam 2, the reader will not behave as expected.  Try reducing the box rate if this happens.

Revision as of 20:43, 5 March 2009

Alien GPIO

Here are a list of commands that, when run, will fire GPO port 0. In order for these commands to work, you must put an infrared port before the Alien gate and hook it up to GPI0, and another IR port after the gate hooked up to GPI1.


   RFAttenuation = 90;
   NetworkTimeout = "9000";
   AcquireMode = "Global Scroll";
   PersistTime = "-1";
   AutoAction = "Acquire";
   AutoWaitOutput = "0";
   AutoWorkOutput = "4";
   AutoTrueOutput = "1";
   AutoFalseOutput = "2";
   AutoStartTrigger = "0,1";
   AutoStopTrigger = "2,0";
   AutoStopTimer = "-1";
   AutoTruePause = "3000";
   AutoFalsePause = "3000";
   ExternalOutput = "0";
   AutoMode="on"


Things to watch out for

If a box enters the field of IR beam 1 while another box has not hit or is still blocking IR beam 2, the reader will not behave as expected. Try reducing the box rate if this happens.

Personal tools