DOWNLOAD Sharp MX-M264N / MX-M264NR / MX-M264NV / MX-M264U / MX-M314N / MX-M314NR / MX-M314NV / MX-M314U / MX-M354N / MX-M354NR / MX-M354U (serv.man6) Service Manual ↓ Size: 12.6 MB | Pages: 69 in PDF or view online for FREE

Model
MX-M264N MX-M264NR MX-M264NV MX-M264U MX-M314N MX-M314NR MX-M314NV MX-M314U MX-M354N MX-M354NR MX-M354U (serv.man6)
Pages
69
Size
12.6 MB
Type
PDF
Document
Service Manual
Brand
Device
Copying Equipment / Installation Manual (Revised April 2016).
File
mx-m264n-mx-m264nr-mx-m264nv-mx-m264u-mx-m314n-mx-.pdf
Date

Sharp MX-M264N / MX-M264NR / MX-M264NV / MX-M264U / MX-M314N / MX-M314NR / MX-M314NV / MX-M314U / MX-M354N / MX-M354NR / MX-M354U (serv.man6) Service Manual ▷ View online

MX-M264U  IC card reader  24 – 5
3.  Setting file for HID card reading
A. Overview
This manual describes the following setting procedures for reading
data from an IC card by using the HID card reading function:
• Setting of the reading area of card data
• Setting for assignment of read data to the card ID and the facility
code
* If the above setting procedures are not completed, the default
setting is valid, reading all the data in the card and assigning to
the card ID.
The brief steps of the setting are:
• Make the setting file according to the format specified in this
manual.
• Import the setting file through web page or by using the system
setting of the machine, "HID user area setting"
Incase of System setting mode:
User control > Card area setting > Importing from the setup file
B. Format of the setting file
The format of the setting file should be as shown below:
Section name
Key name = Key value
* Use the template setting file, change the key value, make an
arbitrary file name with an arbitrary extension (such as .ini), and
save the file.
• A line started with "#" or ";" is treated as a comment.
• A blank line may be inserted.
• Use one-byte alphanumeric characters only (except for comment
lines).
• A one-byte space may be inserted in front of and at the back of
"=" which connects the key name and the key value.
• Characters for the key value are case-insensitive. ("ABCD" is
considered as the same as "abcd".)
The section name (which is not changed in principle) and the key
name must be distinguished each other. 
• The size of the setting file must be 4KByte or less.
• For the keys which are not set, the column of the value must be
blank or the whole line may be deleted (commented out). 
C. Descriptions on the setting file
(1) Setting of the general information
*1: This manual describes only the setting of the HID card.
(2) Setting of the HID setting file
For [Decoding\CardId] section, the same as above.
When Data = #!abcde$12345%vxxyz ;
Example 1: Specification by position
Position = 3
Length = 5
Decoded Data = abcde
Example 2: Specification by delimiter
Start.Delimiter = $
End.Delimiter = %
Decoded Data = 12345
When Decoded Data = 12345 ;
Example
Pre = #%
Post = abc
Padded Data = #%12345abc
Section name
Description
General
Setting of the general information
[General]
Key name
Description
Version
Setting file version (* Fixed to 1.0)
Card
Set as shown below depending on the kind of the card to be 
set. 
*1
Key value
Description
Felica FeliCa
Card
Hid HID
Card
Section name
Description
Decoding\Facility
Code
Decode setting of the facility code. 
(* If the facility code is not used, there is no need to 
describe this item.)
Decoding\CardId
Decode setting of the card ID. 
(* If the card ID is not decoded and all the read data 
are used for the card ID, there is no need to describe 
this item.)
[ Decoding\FacilityCode]
Key name
Description
Location
Location specifying method
ByPosition: Specifying by position
ByDelimiter: Specifying by delimiter
* If the facility code has no setting of this item, it is 
NULL.
* If the card ID has no setting of this item, all the data 
read from the card is made the card ID.
Position
Start position (1 - 128) is specified with a decimal 
number. 
(* Specified only when the location key value is 
"ByPosition".)
* The head is specified with 1 and later.
Length Position
The length of reading from the position specified with 
the key is specified with a decimal number (1 - 128). 
(* Specified only when the location key value is 
"ByPosition".)
* The total of this set value and the value specified 
with Position key must be 128+1 or less.
Start.Delimiter
Delimiter (Front) 
(* Specified only when the location key value is 
"ByDelimiter".)
* Only ASCII code printable characters can be used 
for specification.
End.Delimiter
Delimiter (Back)
(* Specified only when the location key value is 
"ByDelimiter".)
* Only ASCII code printable characters can be used 
for specification.
Section name
Description
Padding\CardId
Card ID padding setting
[Padding\Data]
Key name
Description
Pre
Front padding (Max. 3 characters)
* Only ASCII code printable characters can be used 
for specification.
Post
Back padding (Max. 3 characters)
* Only ASCII code printable characters can be used 
for specification.
MX-M264U  IC card reader  24 – 6
D. Card reading test
After importing the user area setting to the machine, a test can be
executed to confirm that the cars is properly read. (* User control >
Card area setting > Card reading test (* Only the system settings of
the machine))
Execute "User control > Card area setting > Card scan test"
The result displays after completion of a test are described below.
(When reading is successfully completed, the content of data read
from the card is displayed. When reading is failed, an error display
is made.)
(1) Error displays in case of a reading failure
(2) Display when card reading is successfully 
completed
Read Success.
Card ID: XXXXXX
Facility Code: XXXXXX
* When card reading is successfully completed, the result is indi-
cated as shown above with the user information. Check to con-
firm that the displayed items are proper. If not, check the
improper item.
HID setting file template
The extension of “ini” should be added.
Details of error
Error display
Error content and remedy
Card is not 
found.
Content  Card is not found.
Remedy
Check to confirm that the card is securely set 
in the card reader.
Read Error.
Content  A read error occurs.
Remedy
Check to confirm that the card and card 
reader operate normally with a personal 
computer, etc.
hid_template E
;; HID setting file
# General information setting
[General]
Version=1.0
Card=HID
# Decode setting of the facility code
[Decoding\FacilityCode]
Location=ByPosition
Position=1
Length=8
# Decode setting of the card ID
[Decoding\CardId]
Location=ByDelimiter
Start.Delimiter=!
End.Delimiter=?
# Card ID padding setting
[Padding\CardId]
Pre=@@@
Post=\\\
MX-M264U  Remote operation panel function Enable setting  25 – 1
MX-M264U
Service Manual
 
[25] Remote operation panel function Enable setting
1.  General
To use the remote operation panel function, the password for the
remote operation panel function must be entered on the password
input menu displayed on the VNC boot screen. Note that, therefore,
the password must be set in advance to use the remote operation
panel function.
Let the user make the password, and use SIM26-78 to set it.
MEMO: After installation of an option, upgrade all the firmware's to
the latest versions.
2.  Remote operation panel function 
password setting procedures
1)
Enter the SIM26-78 mode.
2)
Enter the password with 10-key. (Within 5 - 8 digits)
The entered password is displayed on the column of "NEW."
To modify the entered password, use clear key to delete the
password digit by digit.
3)
Press [SET] key, and the password is set.
ǂǂǂ6,08/$7,21ǂǂ12
&/26(
7(67
523(3$66:25'6(77,1*
35(6(17˖
ǂǂ1(:˖
6(7
MX-M264U  Setting, Adjustments, Operation check  26 – 1
MX-M264U
Service Manual
 
[26] Setting, Adjustments, Operation check
1.  Firmware version check and version 
up
After installation of all the options to the machine, use SIM22-5 to
check the version of each firmware. If it is not the latest version,
upgrade it to the latest one.
2.  Function and operation check
Check that the following operations are normal.
Check item list
Equipped condition
Key-in (operation panel)
Display (operation panel)
Paper feed 
operation
Hand feed
Main unit paper 
tray
Desk unit paper 
feed tray
With the desk unit installed
Paper size detection
Originals size 
detection
Original table 
mode
RSPF mode
RSPF operation / 
two sided copy
S-S mode
D-S mode
S-D mode
D-D mode
Bookbinding operation
When the finisher is installed
Stapling operation
When the finisher is installed
Grouping operation
When the finisher is installed
Sorting operation
When the finisher is installed
Paper exit operation
When the EXIT TRAY UNIT (MX-
TE10) is installed
Page of 69
Display

Click on the first or last page to see other MX-M264N / MX-M264NR / MX-M264NV / MX-M264U / MX-M314N / MX-M314NR / MX-M314NV / MX-M314U / MX-M354N / MX-M354NR / MX-M354U (serv.man6) service manuals if exist.