Intermec IP2L Basic Reader Interface Programmer's Reference Manual (BRI versio - Page 88

NXPREADPROTECT, BRI Extensions for Fujitsu Tags, FJAREAREADLOCK

Page 88 highlights

Chapter 4 - BRI Commands NXPREADPROTECT Purpose: Syntax: An extension to the WRITE command. WRITE NXPREADPROTECT prevents the reading of the EPCID by returning all zeros. WRITE [flex_query_selector]NXPREADPROTECT= [TAGTYPE=EPCC1G2] [WHERE ] PASSWORD="password" BRI Extensions for Fujitsu Tags This section lists BRI extensions that are specific to Fujitsu RFID tags. FJAREAREADLOCK Purpose: Syntax: Example: An extension to the WRITE command. WRITE FJAREAREADLOCK implements the Fujitsu AreaReadLock command. AreaReadLock specifies the AreaReadLock status in the control memory of the tag. WRITE [flex_query_selector]FJAREAREADLOCK(,,,) [TAGTYPE=] [WHERE ] = An integer from 0 to 31. = An integer from 0 to 65535. = An integer from 0 to 65535. = A 32-bit block group password. WRITE FJAREAREADLOCK(0,0xffff,0xffff,0x11223344) H3035307B2831B380B0000C8F LCK0K OK> FJAREAWRITELOCK Purpose: Syntax: Example: An extension to the WRITE command. WRITE FJAREAWRITELOCK implements the Fujitsu AreaWriteLock command. AreaWriteLock specifies the AreaWriteLock status in the control memory of the tag, and requires a password. WRITE[flex_query_selector] FJAREAWRITELOCK(,,,) [TAGTYPE=] [WHERE ] = An integer from 0 to 31. = An integer from 0 to 65535. = An integer from 0 to 65535. = A 32-bit block group password. READ FJAREAWRITELOCK(0,0xffff,0xffff,0x11223344) H3035307B2831B380B0000C8F LCK0K OK> 76 Basic Reader Interface Programmer Reference Manual

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146

Chapter 4 — BRI Commands
76
Basic Reader Interface Programmer Reference Manual
NXPREADPROTECT
Purpose:
An extension to the WRITE command. WRITE NXPREADPROTECT prevents the
reading of the EPCID by returning all zeros.
Syntax:
WRITE [flex_query_selector]NXPREADPROTECT=<ON|OFF>
[TAGTYPE=EPCC1G2] [WHERE <data_condition>] PASSWORD=“password”
BRI Extensions for Fujitsu Tags
This section lists BRI extensions that are specific to Fujitsu RFID tags.
FJAREAREADLOCK
Purpose:
An extension to the WRITE command. WRITE FJAREAREADLOCK implements
the Fujitsu AreaReadLock command. AreaReadLock specifies the AreaReadLock
status in the control memory of the tag.
Syntax:
WRITE
[flex_query_selector]FJAREAREADLOCK(<group>,<action>,<mask>,<pas
sword>) [TAGTYPE=<tagtype_list>] [WHERE <data_condition>]
<group> = An integer from 0 to 31.
<action> = An integer from 0 to 65535.
<mask> = An integer from 0 to 65535.
<password> = A 32-bit block group password.
Example:
WRITE FJAREAREADLOCK(0,0xffff,0xffff,0x11223344)<CRLF>
H3035307B2831B380B0000C8F LCK0K<CRLF>
OK><CRLF>
FJAREAWRITELOCK
Purpose:
An extension to the WRITE command. WRITE FJAREAWRITELOCK implements
the Fujitsu AreaWriteLock command. AreaWriteLock specifies the AreaWriteLock
status in the control memory of the tag, and requires a password.
Syntax:
WRITE[flex_query_selector]
FJAREAWRITELOCK(<group>,<action>,<mask>,<password>)
[TAGTYPE=<tagtype_list>] [WHERE <data_condition>]
<group> = An integer from 0 to 31.
<action> = An integer from 0 to 65535.
<mask> = An integer from 0 to 65535.
<password> = A 32-bit block group password.
Example:
READ FJAREAWRITELOCK(0,0xffff,0xffff,0x11223344)<CRLF>
H3035307B2831B380B0000C8F LCK0K<CRLF>
OK><CRLF>