Issue
Using Access Initiated Control to trigger an event sequence
Environment
I/NET Seven
7798
Cause
Custom door applications sometimes require several steps to be initiated on a reader entry
Resolution
- Create in Internal DO point (Point1) where 0 = off and 1 = ON, The scan interval should be shorted than the expected time between 2 card reads at the door.
- Add a Calculation to point1 that sets it equal to 0. [C0 where C0=0]
- Add an event extension to the point that triggers your desired event sequence on the specified state of ON
- Create an AIC that starts point1 on a reader Entry
- Create your event sequence with the desired programming.
The effect should be that a reader entry causes Point1 to turn on triggering the event sequence