The Steps
Here is our action plan for creating a simple access control application. To follow the steps, download test_agg_lib.zip archive from our website:
http://tibbo.com/basic/resources.html.
The archive contains all the implementation steps as listed below:
- Prepare (install, configure) the AggreGate server and client.
- Embryonic project — the device connects to the server, does nothing else ( test_agg_lib_1).
- Add setting A-variables for storing the device configuration ( test_agg_lib_2).
- Add table A-variable for storing user codes ( test_agg_lib_3).
- Add an A-function for remote door unlocking ( test_agg_lib_4).
- Generate instant A-event on device boot ( test_agg_lib_5).
- Generate stored A-event for access control activity reporting ( test_agg_lib_6).
- Add the glue code that ties it all together ( test_agg_lib_6).