Intermec IF2 Basic Reader Interface Programmer's Reference Manual (BRI version - Page 90

FJCHGAREAGROUPPWD, Examples, Purpose, Syntax

Page 90 highlights

Chapter 4 - BRI Commands Examples: Example 1: WRITE FJBURSTWRITE HEX(3:0,4)=H12345678 H3035307B2831B380B0000C8F WROK OK> Example 2: WRITE FJBURSTWRITE HEX(3:128,4)=H12345678 H3035307B2831B380B0000C8F PVERR OK> FJCHGAREAGROUPPWD Purpose: Syntax: Examples: An extension to the WRITE command. WRITE FJCHGAREAGROUPPWD implements the Fujitsu ChgAreaGroupPwd command, and changes the password of a given group. WRITE [flex_query_selector]FJCHGAREAGROUPPWD(,,) [TAGTYPE=] [WHERE ] = An integer from 0 to 31. = A 32-bit block group password. = A 32-bit block group password. WRITE FJCHGAREAGROUPPWD (0,0x0,0x11223344) H3035307B2831B380B0000C8F WROK OK> FJCHGBLOCKGROUPPWD Purpose: Syntax: Examples: An extension to the WRITE command. WRITE FJCHGBLOCKGROUPPWD implements the Fujitsu ChgBlockGroupPwd command, and changes the password of a given block group. WRITE [flex_query_selector]FJCHGBLOCKGROUPPWD(,,) [TAGTYPE=] [WHERE ] = An integer from 0 to 31. = A 32-bit block group password. = A 32-bit block group password. WRITE FJCHGBLOCKGROUPPWD (0,0x0,0x11223344) H3035307B2831B380B0000C8F WROK OK> 78 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
78
Basic Reader Interface Programmer Reference Manual
Examples:
Example 1:
WRITE FJBURSTWRITE HEX(3:0,4)=H12345678<CRLF>
H3035307B2831B380B0000C8F WROK<CRLF>
OK><CRLF>
Example 2:
WRITE FJBURSTWRITE HEX(3:128,4)=H12345678<CRLF>
H3035307B2831B380B0000C8F PVERR<CRLF>
OK><CRLF>
FJCHGAREAGROUPPWD
Purpose:
An extension to the WRITE command. WRITE FJCHGAREAGROUPPWD
implements the Fujitsu ChgAreaGroupPwd command, and changes the password of
a given group.
Syntax:
WRITE [flex_query_selector]FJCHGAREAGROUPPWD(<group
>,<oldpassword>,<newpassword>) [TAGTYPE=<tagtype_list>] [WHERE
<data_condition>]
<group> = An integer from 0 to 31.
<oldpassword> = A 32-bit block group password.
<newpassword> = A 32-bit block group password.
Examples:
WRITE FJCHGAREAGROUPPWD (0,0x0,0x11223344)<CRLF>
H3035307B2831B380B0000C8F WROK<CRLF>
OK><CRLF>
FJCHGBLOCKGROUPPWD
Purpose:
An extension to the WRITE command. WRITE FJCHGBLOCKGROUPPWD
implements the Fujitsu ChgBlockGroupPwd command, and changes the password
of a given block group.
Syntax:
WRITE [flex_query_selector]FJCHGBLOCKGROUPPWD(<group
>,<oldpassword>,<newpassword>) [TAGTYPE=<tagtype_list>] [WHERE
<data_condition>]
<group> = An integer from 0 to 31.
<oldpassword> = A 32-bit block group password.
<newpassword> = A 32-bit block group password.
Examples:
WRITE FJCHGBLOCKGROUPPWD (0,0x0,0x11223344)<CRLF>
H3035307B2831B380B0000C8F WROK<CRLF>
OK><CRLF>