User's Manual

U NIT P ARAMETER S ETTINGS
59
© Copyright 2002, Bioscrypt Inc. All rights reserved.
For Example:
Standard 26-bit Wiegand is -- PSSSSSSSSDDDDDDDDDDDDDDDDP
(1 Parity bit, 8 SITE CODE bits, 16 ID bits, 1 Parity)
- 26 total bits
- ID Start Bit is 9 - (where first bit is 0)
- ID Number of Bits is 16
This would be represented as:
WIEGAND_PASS 26-Bit-Pass_Thru 26 9 16
And the text, “26-Bit-Pass_Thru” would be added to the dropdown box. Selection of this option
would show the data in the associated boxes.
As seen below, one special format ( CUSTOM –1 –1 –1 ) is also added. When this is selected,
the user can enter the TOTAL_BITS, ID_START_BITS, and ID_NUM_BITS directly into the
VeriAdmin user interface. These values can then be sent to the BII_UNIT. The values are NOT
saved to the WFORMAT.DAT file however. To add items directly to the file, any standard text
editor will work since WFORMAT.DAT is a text file.
//
// format is: IDENTIFIER MV1100_Code #bits text_string(no spaces)
//
WIEGAND 0 26 Standard
WIEGAND 1 44 Apollo
WIEGAND 2 34 Northern
WIEGAND 3 34 Northern(no_parity)
WIEGAND 4 34 Ademco
WIEGAND 5 35 HID_Corporate
WIEGAND 6 37 HID
//
// format is: IDENTIFIER text_string(no spaces) TOTAL_BITS ID_START_BIT ID_NUM_BITS
// (* note: ID_START_BIT is zero-based *)
//
WIEGAND_PASS 26-Bit-Pass_Thru 26 9 16
WIEGAND_PASS Kantech-XSF 39 22 16
WIEGAND_PASS CUSTOM -1 -1 –1