PRT12MF-DES PRT82MF PRT84MF Operating Manual.doc
2018-08-23
5/23
defined separately for each of MIFARE Classic, Plus and Desfire formats. In case of PCN of MIFARE
Ultralight, the settings of MIFARE Classic are used but the location of PCN is not configurable.
Example
If
FBP=5, LBP=9, Format=BIN and data block is as below then PCN is 5566778899.
FBP
LBP
Pos.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BIN 00h 11h 22h 33h 44h 55h 66h 77h 88h 99h AAh BBh CCh DDh EEh FFh
Example
If
FBP=9, LBP=5, Format=BIN and data block is as below then PCN is 3938373635.
FBP
LBP
Pos.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BIN 30h 31h 32h 33h 34h 35h 36h 37h 38h 39h 41h 42h 43h 44h 45h 46h
Example
If
FBP=3, LBP=10, Format=ASCII HEX and data block is as below then PCN is 3456789A.
FBP
LBP
Pos.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ASCII
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'A'
'B'
'C'
'D'
'E'
'F'
BIN
30h 31h 32h 33h 34h 35h 36h 37h 38h 39h 41h 42h 43h 44h 45h 46h
Example
If
FBP=2, LBP=10, Format=ASCII HEX and data block is as below then PCN is 23456789A.
FBP
LBP
Pos.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ASCII
‘0’
‘1’
‘2’
‘3’
‘4’
‘5’
‘6’
‘7’
‘8’
‘9’
‘A’
‘B’
‘C’
‘D’
‘E’
‘F’
BIN
30h 31h 32h 33h 34h 35h 36h 37h 38h 39h 41h 42h 43h 44h 45h 46h
Example
If
FBP=10, LBP=2, Format=ASCII HEX and data block is as below then PCN is A98765432.
FBP
LBP
Pos.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ASCII
‘0’
‘1’
‘2’
‘3’
‘4’
‘5’
‘6’
‘7’
‘8’
‘9’
‘A’
‘B’
‘C’
‘D’
‘E’
‘F’
BIN
30h 31h 32h 33h 34h 35h 36h 37h 38h 39h 41h 42h 43h 44h 45h 46h
1.3.3 RCN format rules
RCN (Returned Card Number) which is transmitted by reader to access controller consists of CSN
section and PCN section specified by such parameters in RogerVDM software as:
Format, Sector
type, AID, CSNL, FBP and LBP.
Example
If
CSNL=4, FBP=8, LBP=10, Format=BIN and sections CSN and PCN are as below:
Section CSN=C4C5C6C7