Intermec IV7 Basic Reader Interface Programmer's Reference Manual (BRI version - Page 91

FJCHGBLOCKLOCK, Purpose, Syntax, Examples

Page 91 highlights

Chapter 4 - BRI Commands FJCHGBLOCKLOCK Purpose: Syntax: Examples: An extension to the WRITE command. WRITE FJCHGBLOCKLOCK implements the Fujitsu ChgBlockLock command. ChgBlockLock changes the BlockLock flags in a BlockGroup with a password. WRITE [flex_query_selector] FJCHGBLOCKLOCK(,,,) [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 FJCHGBLOCKLOCK (0,0xffff,0xffff,0x11223344) H3035307B2831B380B0000C8F LCKOK OK> FJCHGWORDLOCK Purpose: Syntax: Examples: An extension to the WRITE command. WRITE FJCHGWORDLOCK implements the Fujitsu ChgWordLock command. This command changes one of two WordLock flags using the associated block group password. WRITE [flex_query_selector]FJCHGWORDLOCK (:, )= [, (:,)=]* [TAGTYPE=] [WHERE ] = Memory bank, must be 3, other values are reserved for future use. FJREADBLOCKLOCK Purpose: Syntax: Examples: An extension to the READ command. READ FJREADBLOCKLOCK implements the Fujitsu ReadBlockLock command. ReadBlockLock read the BlockLock flags in a BlockGroup. READ [flex_query_selector]FJREADBLOCKLOCK() [, FJREADBLOCKLOCK()] [TAGTYPE=] [WHERE ] = An integer from 0 to 31. READ FJREADBLOCKLOCK(0) H3035307B2831B380B0000C8F HOOOO H3035307B2831B380B0000C90 HFFOO OK> Basic Reader Interface Programmer Reference Manual 79

  • 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
Basic Reader Interface Programmer Reference Manual
79
FJCHGBLOCKLOCK
Purpose:
An extension to the WRITE command. WRITE FJCHGBLOCKLOCK implements
the Fujitsu ChgBlockLock command. ChgBlockLock changes the BlockLock flags
in a BlockGroup with a password.
Syntax:
WRITE [flex_query_selector]
FJCHGBLOCKLOCK(<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.
Examples:
WRITE FJCHGBLOCKLOCK (0,0xffff,0xffff,0x11223344)<CRLF>
H3035307B2831B380B0000C8F LCKOK<CRLF>
OK><CRLF>
FJCHGWORDLOCK
Purpose:
An extension to the WRITE command. WRITE FJCHGWORDLOCK implements
the Fujitsu ChgWordLock command. This command changes one of two WordLock
flags using the associated block group password.
Syntax:
WRITE [flex_query_selector]FJCHGWORDLOCK (<bank>:<address>,
<password>)=<payload> [,
(<bank>:<address>,<password>)=<payload>]*
[TAGTYPE=<tagtype_list>] [WHERE <data_condition>]
<bank> = Memory bank, must be 3, other values are reserved for future use.
<address = An integer memory byte address (must be evenly divisible by 4).
<password> = A 32-bit block group password.
<payload> = An integer from 0 to 15.
Examples:
WRITE FJCHGWORDLOCK (0,0x11223344)=0xf<CRLF>
H3035307B2831B380B0000C8F LCKOK<CRLF>
OK><CRLF>
FJREADBLOCKLOCK
Purpose:
An extension to the READ command. READ FJREADBLOCKLOCK implements the
Fujitsu ReadBlockLock command. ReadBlockLock read the BlockLock flags in a
BlockGroup.
Syntax:
READ [flex_query_selector]FJREADBLOCKLOCK(<group>) [,
FJREADBLOCKLOCK(<group>)] [TAGTYPE=<tagtype_list>] [WHERE
<data_condition>]
<group> = An integer from 0 to 31.
Examples:
READ FJREADBLOCKLOCK(0)<CRLF>
H3035307B2831B380B0000C8F HOOOO<CRLF>
H3035307B2831B380B0000C90 HFFOO<CRLF>
OK><CRLF>