0% found this document useful (0 votes)
84 views10 pages

XK 3260E Manual

Uploaded by

SariRantawi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views10 pages

XK 3260E Manual

Uploaded by

SariRantawi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

XK-3160 Indicator(LCD/LED) parameters setting form, version (-

HE4.5-)

I. Keypad functions instruction.


TARE: Tare or move right functions..
M+: Accumulation or incremental functions.
UNIT: Units transfer, move left functions.
ZERO: Zero or eliminate functions.
RECALL: recall or confirm functions.
MODE: Mode switching.

II. RS232 Interface.


In the weighing process,sometimes we need to print our the weighing data or
transferring to PC or other equipment. In order to meets the users, in the
backside of balance have RS232 interface, the connection method as bellow:
Balance to computer (use the system own Hype terminal or serials port
assistant.)
Balance(9 pins) Computer(9 pins)
TXD(output) 2.......................... 2
RXD(input) 3............................ 3
GND(ground) 5........................ 5

Data format: Data bit 8, stop bit 1, without parity bit, baud rate selectable,
default Baud rate is 9600.

III. Communication parameters instruction.


Enter into parameters setting.
Under the off situation, hold press “MODE”key when screen shows “SET-
UP” release the key, then shows “str”

Press “M+” choose parameter incremental, press “TARE” goes to next


parameter, then press “UNIT” return back to the parameter, press
“RECALL” to confirm and exit it.

1. Str-X Print mode selection.


Str-0 Close print function.
Str-1 Continuously transmit the weighing data.
Str-2 When scale stable to transmit the weighing data.
Str-3 Press PRINT key to transmit the weighing data.(Default value.)
Str-4 When scale stable to transmit the alarm value weighing data.
Str-5 Command to transmit the weighing data.
Str-6 When accumulation press M+ key to send the data.
Str-7 Fast stabilization to transmit the weighing data.
Str-8 Stable for 1s to transmit the weighing data.
Str-9 Stable for 2s to transmit the weighing data.
Str-10 Stable for 3s to transmit the weighing data.

2. CLA-X Communication data format.


CLA-1 Weighing data without +/-symbol, without units and with CR LF for
example 0.00
CLA-2 Weighing data without +/-symbol, without units and without CR LF
for example 0.00
CLA-3 Weighing data with +/-symbol, with units and with CR LF for
example -0.03g
CLA-4 Weighing data without +/-symbol, with units and with CR LF for
example 0.03g
CLA-5 Weighing data with +/- NT ST symbol, with units and with CR LF
for example ST, NT, +0.000g (Default)
CLA-6 with extra big size display, only suitable Baud rate 1200 and Mode
Str---1.
CLA-7 Weighing data with +/-symbol, without units and with ENTER for
example -199.992 ENTER.
CLA-8 Weighing data with N.W, G.W, T.W.
for example NO.: 0001 N.W: 100.00g T.W: 200.00g G.W: 300.00g
CLA-9 Weighing data with wn, +/-symbol, with units and with CR LF for
example wn -0.03g

3. Zer-X Weighing data zero or minus whether send it.


Zer-1 Weighing data zero or minus dont send it.(Default)
Zer-0 Weighing data zero or minus send it

4. bExxx Baud rate selection


Be1200 Be2400 Be4800 Be9600(Default) Be19200

5. PC---X select the print output equipment


PC-1 choose computer or the common serial port printer (Default)
PC-2 choose editable label printer
PC-3 choose GP3120 label printer

6. PL-X print line selection.


PL-1 Dont output CR LF, suitable for straight line.
PL-2 Out put CR LF, suitable for interface port (Default)

7. Ti-ON/OFF Date-time switch (Option: date-time IC)


Ti-ON turn on the date-time function, print out with date and time.
Ti-OFF close the date-time function, print our without data and time.

8. When ti-ON function open, setting the original time of date-time


IC.
CAL key incremental value, press PRINT key enter into another setting,
press MODE key to confirm it and then exit it.
0XX-XX first select the year, then the month.
XX-UUX first select the day, then the week.
HXX-XX first select the hour, then the minute.

The above parameters press “M+” choose parameter incremental, press


“TARE” goes to next parameter, then press “UNIT” return back to the
previous parameter, press “RECALL” to confirm and exit it.

IV. The instruction of communication data format.


1. CLA-1 data format.
Weighing data without +/-symbol, without units and with CR LF
for example:
Screen shows: -50.09kg
Output data ASCII (hex):2D 20 20 35 30 30 2E 30 39 0D 0A
Instruction:
The first character 2D or 20 means “-” or shows space.
The 2~8 character show the number and decimal point.
The 9~10 character OD 0A, the CRLF and finished.

2. CLA-2 data format.


Weighing data without +/-symbol, without units and without CR LF
for example:
Screen shows: -50.09kg
Output data ASCII (hex):2D 20 20 35 30 2E 30 39
Instruction:
The first character 2D or 20 means “-” or shows space.
The 2~8 character show the number and decimal point.

3. CLA-3 data format.


Weighing data with +/-symbol, with units and with CR LF
for example:
Screen shows: 50.10kg
Output data ASCII (hex):2B 20 20 35 30 30 2E 31 30 67 20 20 0D 0A
Instruction:
The first character 2D or 2B means “-” or “+”
The 2~8 character show the number and decimal point.
The 9~11 character show unit
The 12~13 character OD 0A, the CR LF and finished.

4. CLA-4 data format.


Weighing data without +/-symbol, with units and with CR LF
for example:
Screen shows: -50.10kg
Output data ASCII (hex): 20 20 35 30 30 2E 31 30 67 20 20 0D 0A
Instruction:

The 1~7 character show the number and decimal point.


The 8~10 character show unit
The 11~12 character OD 0A, the CR LF and finished.

5. CLA-5 data format.


Weighing data with +/-symbol, GS,NT,ST, with units and with CR LF
for example:
Screen shows: 21.23kg
Output data ASCII (hex):
53 54 2C 47 53 2C 2B 20 20 32 31 38 2E 36 34 67 20 20 0D 0A
Instruction:
The 1~3 character show US or ST: US means not stable, ST means stable.
The 4~6 character show GS or NT, GS means gross weight, NT means net
weight.
The 7 character show +/2B/2D.
The 8~14 character show the number and decimal point.
OD 0A, the CR LF and finished.
The 15~17 character show unit
The 18~19 character OD 0A, the CR LF and finished.

6. CLA-8 data format.


Weighing data with N.W, T.W, G.W.
For example:
No.:0005
N.W: + 10.00kg
T.W: + 20.00kg
G.W: + 30.00kg

Output data ASCII (hex):


4E 6F 2E 3A 30 30 30 35 0D 0A
4E 2E 57 2E 3A 2B 20 20 31 30 30 2E 30 30 67 20 20 0D 0A
54 2E 57 2E 3A 2B 20 20 32 30 30 2E 30 30 67 20 20 0D 0A
47 2E 57 2E 3A 2B 20 20 33 30 30 2E 30 30 67 20 20 0D 0A
The fist line, 1~4 character NO.: 5~8 character: Serial no. 9~10: OD 0A
the CRLF.
The second line, 1~5: N.W: 6: 2D/2B means - /+ 7~13: number and
decimal point. 14~16: show unit. 17~18: OD 0A the CRLF.
The third line, 1~5: T.W: 6: 2D/2B means - /+ 7~13: number and decimal
point. 14~16: show unit. 17~18: OD 0A the CRLF.
The forth line, 1~5: G.W: 6: 2D/2B means - /+ 7~13: number and
decimal point. 14~16: show unit. 17~18: OD 0A the CRLF.

7. CLA-10 data format.


Weighing data with print times, with +/-symbol, with units and with CR LF.
Screen shows: 50.00kg
Output data: NO.:0001
50.00kg
ASCII (hex): 4E 6F 2E 3A 30 30 30 31 0D 0A
20 20 35 30 2E 30 30 6B 67 20 0D 0A
The first line: print times.
The second line: the weighing data.(Reference CLA-3 data mode.)

8. Command mode
PC sends capital letter T(ASCII HEX: 54), that means do the Tare
operation to scale.
PC sends capital letter Z(ASCII HEX: 5A), that means do the Zero
operation to scale.
PC sends capital letter R(ASCII HEX: 52), that means scale send the
weighing data to PC.

V. Selection of internal parameters functions.


In Zero state, hold press TARE key until the screen shows “SET-UP” then
input the password 302 (Press M+ 3 times, shows 300, press TARE 3
times,shows 300, then press M+ 2times, shows 302, then press RECALL
confirm it.) then enter into the internal parameters setting.
Press “M+” choose parameter incremental, press “TARE” goes to next
parameter, then press “UNIT” return back to the previous parameter, press
“RECALL” to confirm and exit it.

1. C-X zero tracing function selection.


C-1~3 C-1 without zero tracking, C2-C3 zero tracking point large.

2. A-X Automatic shut0ff time.


A-0~3 A-0 without this function,
A-1 automatic shutoff in ten minutes,
A-2 automatic shutoff in twenty minutes,
A-3 automatic shutoff in thirty minutes.

3. bl-X the backlight mode selection(LCD).


BL-1 the backlight always shining. BL-2 close the backlight.
BL-3 save battery backlight, when shining for 1 minute if without any
operation of scale, the backlight will be off.

BL-X When LED display, the brightness adjustment.


BL-1 dark brightness, power saving;
BL-2 normal brightness;
BL-3 super brightness.

4. FA-X weighing speed selection.


FA-1 slow FA-2 common FA-3 fast

5. Z-X zero return range.


Z-0 without zero return, Z-1~3 the larger the value, the larger zero return
range.

6. Beep-X switch of buzzer.


Beep-0 buzzer button off beep-1 buzzer button on.

7. LP-X higher than standard tracking range.


LP-0 without tracking, LP-1~8 tracking 1d~8d.

8. LN-X lower than standard tracking range.


LN-0 without tracking, LN-1~8 tracking 1d~8d.

9. PASS-X check weighing mode


PASS-0 when the objects is higher the low limit value and lower the high
limit value, the buzzer will be sound.
PASS-1 when the objects is lower the low limit value and higher the high
limit value, the buzzer will be sound.

10. Per-x Percentage function.


Per-0 open percentage function. Per-1 close percentage function.

11. TARE-X tare mode.


TARE-0 close the stable tare function.
TARE-1 open the stable tare function.

12. PST12TX PST alarm.


PST12T0 Open PST alarm function.
PST12T1 Close PST alarm function.
13. PCS-X counting function.
PCS-0 Open counting function.
PCS-1 Close counting function.

14. ZERO-X Strengthen zero tracing


ZERO-0 zero tracing without strengthen, ZERO-1 zero tracing strengthen to
1d or 2d.

15. PC-X the stable range of dynamic weighing.


PC-1~7 The larger value, the more accuracy of weighing, but the weighing
time will be more longer.

16. HOLD animal weighing mode.


HOLD-0 without animal weighing function.
HOLD-1 dynamic weighing a peak value retaining, take down the object
scale will be back to zero after press O/T key.
HOLD-2 dynamic weighing a stable value retaining, take down the object
scale will be back to zero after press O/T key.
HOLD-3 dynamic weighing a stable value retaining, take down the object
scale back to zero.

17. PST0-X whether scale stable to checking the upper and lower limit
alarm.
PST0-1 when stable to checking the upper and lower limit alarm
PST0-0 checking the upper and lower limit alarm,no matter it is stable or
not stable.

18. TiNN-X Average times of dynamic weighing.


TiNN-4/8/16/32/64 the larger value, the more average times, but the
weighing time will be longer.

19. Zt-X Whether has power save function(only for LED display).
Zt-0 without power save function.
Zt-1 with power save function, without weighing data changes or without
pressing keys for 30s, the screen will be darkness.

VI. Open/close the units operation.


Turn off the scale then hold press UNIT key to turn on scale until it shows “-
UNIT-”, scale will shows units press M+ key to choose YES or NO, press
TARE to next unit, then press RECALL to confirm it and exit it.
YES: means to open this unit.
NO: means to close this unit.
VII. Calibration.
1. Single point calibration, take 150kg/5g for example, the calibration
value is 50kg.
When scale goes to zero, hold press RECALL key until the screen shows
CAL(press about 3 seconds), then shows “50.00kg” flash, put on 500g weight
on pan, showing “----------”, then stable it will show “500.00g” press RECALL
key to confirm the value, then shows 50.00kg again, and then take down the
weight, calibration finished.

PLS: if after calibration also have some point error, please do this
calibration process one or two times.

2. Arbitrary calibration value setting.


Take 60kg/5g for example, the calibration value is 50kg, but without 500g
weight only have 20kg weight, we can modify the value.

But please note that in order to make sure the accuracy of scale, the
calibration value must be higher one third of maximum capacity.

Operation Screen shows content


When scale goes to zero, hold press “50.000kg” all digit flash
RECALL key until screen show CAL,
then screen shows CAL value.
Press “RECALL” key 0050.00kg the first digit from
the left flashes
Press “ZERO” key to eliminate the 000000g the first digit from the
original CAL value. left flashes
Press “TARE” key for five times, the 000000gt the fifth 0 flashes
flash Icon will be move to the from the left.
fifth 0 from left to right.
Press “M+” key two times, the number 000020kg the fifth number
change to 2. flashes from the left.
Press “RECALL” key to confirm it. 20kg flashes.
Put the 20kg weight on the pan, when 20.000kg static.
stable press RECALL to confirm it
then shows CAL value.
Take down the weight, calibration 0.00g
finished.

VIII. Capacity modify. (Take 150kg/5g change to 60kg/2g for example.)


Capacity modify operation Screen shows
Turn off scale, press ZERO+RECALL key Shows ”SELECT”
at the same time to turn on the scale.
Then shows the max value unit. UNIT&kg
Press M+ modify, RECALL key confirm it SCALE
(if don’t modify the max value unit,
directly press RECALL enter to next
operation.)
Then shows the max value(if don’t modify 000150kg
the max value, directly press RECALL
enter to next operation)
Press RECALL eliminate the max value 000000kg the first digit flash
from the left.
Press TARE key five times 000000kg the fifth digit flash
from the left.
Press M+ six times 000060kg the fifth digit flash
from the left.
Press RECALL one time The max capacity value
finished, shows CELL.
Then shows the original accuracy. (if 000005g
dont need to modify it, directly press
RECALL key to exit it.)
Press TARE six times. 000005g the sixth digit flash
from the left.
Press M+ seven times. 000002g the sixth digit flash
from the left.
Press RECALL key one time. The accuracy setting finished,
then automatic restart.

IX. Arbitrary linear calibration values setting.


When modify the capacity and accuracy, need to change the linear
calibration value.
Take 150kg/5g for example, the linear calibration value is 100kg and 50kg,
now the capacity modify to 60kg/2g, so the linear calibration value need to
change to 60kg, 50kg and 20kg.
The operation as bellow:

Process Screen shows


Turn off scale then press -LINE-
RECALL key to turn on
the scale.
Shows inner value, the value 0
will be some waving.
Press RECALL key, shows 000000kg the first digit flashes
the first value from the left.
Press TARE five times 000000kg the fifth digit flash
from left.
Press M+ two times,finished 000020kg the fifth digit flash
it. from left.
Put on the 20kg weight. 000020kg the fifth digit flash
from left.
When stable, press RECALL Shows “--P1--”
key one time,the first
calibration value finished.
Press RECALL key shows 000000kg the first 0 flash from
the second calibration left.
value.
Press TARE five times. 000000g the fifth 0 flash from
left.
Press M+ five times. 000050kg the fifth digit flash
from left.
Then put 50kg weight on 000050kg the fifth digit flash
the pan. from left.
When stale, press RECALL Shows “—P2--”
key one time,the second
calibration value finished.
Press RECALL key shows 000000kg the first 0 flash from
the third calibration left.
value.
Press TARE five times. 000000g the fifth 0 flash from
left.
Press M+ six times, finished 000060kg the fifth digit flash
it. from left.
Then put 60kg weight on 000060kg the fifth digit flash
the pan. from left.
When stale, press RECALL Shows “—P3--”
key one time,the third
calibration value finished then
scale will be reboot.

You might also like