Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to convert 26 Bit Format(H10301 ) HID proximity card S/N read by ACTAtek device?

Solution
The printed 26bits (H10301 format) HID prox. CSN showed at the card is 31009  42085408-03
So we can tell that the CSN of HID prox. card is  31009  
 
 
ACTAtek device's Event Logs remark field showed the CSN is j00000600F2433B    
 
 ( "j" is the pre-fix of HID prox. type of smart card followed by the hex ASCII characters of CSN  ) 
 
 


 
Conversion steps:
 
ACTAtek:
HEX: 600F2433B 
Convert to 26bit Binary: 
11000000000111100100100001100111011 
 
-)The 26bit format structure of HID Prox card is defined as follow

Start , Even Parity , 8-bit F/C (=0x01), 16-bit C# (=0x0007), Odd Parity, Checksum (=0x16)  
1 1 00000000 0111100100100001 1 00111011 

-)Bin->Decimal
-Facility code:00000000=0
-Card S/N:0111100100100001=31009  
 
Was this article helpful? yes / no
Article details
Article ID: 42
Category: General
Views: 13553
Rating (Votes): Article rated 3.7/5.0 (3)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';