Appendix b: table size calculations, Formulas to calculate table size, Fingerprint table – Acroprint AcroComm User Manual

Page 49: Pin table, Access table, Profile assignment table, Profile definition table, Employee messages table, Ormulas to, Alculate

Advertising
background image

AcroComm Programming Manual

7.

Appendix B: Table Size Calculations

7.1. Formulas to Calculate Table Size

This formula may be used to determine the values that will be sent to the clock in the
instruction MP.

7.1.1. Fingerprint Table

To calculate the size of the FIU table, use the following formula:

Size of Table = (Badge Length + (2 X Fingerprints per employee)) X
(Total number of Employees)

7.1.2. Pin Table

To calculate the size of the Personal Identification Table, use the following
formula:

Size of Table = (Badge Length + PIN Length ) X (Number of Badges)

7.1.3. Access Table

To calculate the size of the Access Table, use the following formula:

Size of Table = (Badge Length)*(Number of Badges)

7.1.4. Profile Assignment Table

To calculate the size of the Profile Assignment Table, use the following formula:

Size of Table = (Badge Length + 7)*(Number of Badges)

7.1.5. Profile Definition Table

By default, the system reserves 640 bytes for the Profile Definition Table, which
is 16 profiles. If you need more space, use the following formula to determine
the size of the Profile Definition Table:

Size of Table = (40*Number of Profiles)

7.1.6. Employee Messages Table

To calculate the size of the Employee Messages Table, use the following
formula:

Size of Table =( (Badge Length + 18) *Number of Messages)

7.1.7. Employee Messages Table

To calculate the size of the Level Validation Table, use the following formula:
Size of Table =( Level Code Length + Message Length+2) * Number of entries
Or
If the badge number must be validated together with the level number use
Size of Table =(Level Code Length + Message Length + Badge Length +2) *

Number of entries

49

Advertising