The AS-300 series Smart Bench Scales consist
of the AS-300D and AS-350D. The AS-300D is a
100 pound capacity bench scale while the
AS-350D model is a 150 pound capacity scale.
Both models have a 12" x 14" stainless steel
platform. The scales are equipped with a
bi-directional RS232C compatible port for
communication with a variety of peripheral
devices.
Part List ........................................................4
Part Identification ..........................................5
This owner’s manual is provided to describe the
operation and interfacing requirements for these
scale models. The AS-300D and AS-350D
models include an integral vacuum fluorescent
7-segment weight display. Both scales may be
equipped with an optional ball transfer deck
allowing them to be placed at the end of a
conveyer.
The AS-350D is shipped from the factory in the
following configuration:
Pounds/Ounces Mode Selected
9600 Baud
8 Data Bits
No Parity
1 Stop Bit
FCC COMPLIANCE STATEMENT
WARNING! This equipment generates, uses
and can radiate radio frequency energy and if
not installed and used in accordance with the
instructions manual, may cause interference
to radio communications. It has been tested
and found to comply with the limits for a
Class A computing device pursuant to
Subpart J of Part 15 of FCC Rules, which are
designed to provide reasonable protection
against such interference when operated in a
commercial environment. Operation of this
equipment in a residential area is likely to
cause interference in which case the user at
his own expense will be required to take
whatever measures necessary to correct the
interference.
LIST OF FIGURES
Figure No. 1 ............Scale Installation
Figure No. 2 ............Part Identification
All rights reserved. Reproduction or use, without
express permission, of editorial or pictorial
content, in any manner, is prohibited. No patent
liability is assumed with respect to the use of the
information contained herein. While every
precaution has been taken in the preparation of
this book, we assume no responsibility for errors
or omissions. Neither is any liability assumed for
damages resulting from the use of the
information contained herein. All instructions and
diagrams have been checked for accuracy and
ease of application; however, success and safety
in working with tools depend to a great extent
upon the individual accuracy, skill and caution.
For this reason, we are not able to guarantee the
result of any procedure contained herein. Nor
can we assume responsibility for damage to
property or injury to persons occasioned from
the procedures. Persons engaging the
procedures do so entirely at their own risk.
PRECAUTIONS
Before using this instrument, read this
manual and pay special attention to all
“WARNING” symbols:
IMPORTANTELECTRICAL
SERIAL NUMBER
DATE OF PURCHASE
PURCHASED FROM
WARNING
RETAIN THIS INFORMATION FOR FUTURE USE
Page 3
INSTALLATION
On receipt of your AS-300 series scale, carefully unpack the scale removing all packing material.
Examine the scale to make certain that there is no shipping damage. Should damage be discovered
contact the shipping company as soon as possible. The packing material and shipping carton should
be retained for possible examination by the shipping company.
Determine where the scale is to be located. It should be a smooth surface capable of supporting both
the scale and any load apt to be placed on the scale. It should not be in direct sunlight nor should it
be subject to air flow from heating/cooling vents, fans or similar devices.
Place the scale in the chosen location and remove the stainless steel commodity tray. The tray can
be removed by lifting upward on it removing it from the weighbridge. Locate the small level indicator
on the weighbridge and check to make certain that the scale is level. If the level indicator does not
show a level indication, the mounting feet should be adjusted to obtain a level condition. To adjust a
mounting foot, first loosen the lock nut then turn the mounting foot in the required direction to raise or
lower that corner of the scale. Once a level condition has been achieved, secure the mounting foot
settings by tightening each of the lock nuts. Replace the commodity tray on the weighbridge. Refer to
Figure No. 1 for additional information.
Make certain that the power switch on the rear of the scale is in the OFF position then plug the power
cord into a 115 vac grounded polarized power outlet and make certain that the power cord is not in
the way of normal traffic. The socket-outlet shall be installed near the equipment and shall be easily
accessible. If you are unsure whether your power outlet is correct, you should consult a qualified
electrician. Turn the power switch to the ON position.
If the display illuminates with a display segment test, installation of the scale is complete. If not, check
to make sure that the power outlet and the scale fuse are good.
Weighbridge
Commodity
Tray
Indicator
Capacity Label
SCALE INSTALLATION
Figure No. 1
Level
Zero Button
Locking
Nut
Weight
Display
Mounting
Foot
1
Page 4
SPECIFICATIONS
Platform Size: ...............................................................12" x 14"
Options: ........................................................................Ball Top Transfer
DATA OUTPUT/COMMAND FORMAT
The following describes commands that may be sent to the scale via its serial port and the format of
the weight and status data transmitted by the scale. Note that the commands are divided into two
groups: those used in the optional pounds only mode (only for AS-350D) and those used in the
pounds/ounces mode (both models). All commands are the ASCII equivalent and transmitted to the
scale.
Pounds Only Mode Selected (Optional-AS-350D only)
W=> Standard Resolution Request to Transmit Scale Weight
(This command can only be used when the scale mode has been set to the
Pounds Only Mode)
Scale Output Format: <STX>Snnn.nn<CR>
where:
<STX>= ASCII STX
nnn.nn= scale weight in pounds with decimal point
<CR>= Carriage Return
If the scale weight is below zero, over capacity, in motion or at center-of-zero, then the status word is
returned in place of the scale weight. See the Status Request Section for the format of the scale
status character.
H=>High Resolution Weight Request to Transmit Scale Weight
(This command can only be used when the scale mode has been set to the
Pounds Only Mode)
Scale Output Format: <STX>nnn.nnn<CR>
where:
<STX>= ASCII STX
nnn.nnn = scale weight in pounds with decimal point
<CR>= Carriage Return
If the scale weight is below zero, over capacity, in motion, or on center-of-zero, then the status word
is returned in place of the weight.
Z=>Zero Scale Weight Command
(resets scale weight to zero)
A=>Status Word Request
2
Page 5
The status word is transmitted in the following format:
1 = Motion0 = No Motion
1 = Over Capacity0 = Not Over Capacity
1 = Below Zero0 = Zero or Above
1 = Center of Zero0 = Not at Center of Zero
Pounds/Ounces Mode Selected (Both Scale Models)
ASCIISO(%0E) =>Enable Continuous Output
ASCIISI(%0F) =>Disable Continuous Output
ASCII~(%7E) =>Transmit Weight in Pounds/Ounces Mode
Data Format: <STX>bPPPbLBb00.0bOZbXCC<ETX>
where:
<STX>= ASCII STX
b= ASCII Space
PPP= Weight in Pounds
LB= Text Indicating Pounds
00.0= Weight in Ounces
OZ= Text Indicating Ounce
X= Status Character
M = Motion
B = Below Zero
C = Over Capacity
CC= Checksum Byte
0110XXXX
^^^^
Disable On-Demand Output
Enable On-Demand Output
Checksum Byte - All hexadecimal digits up to but not including the checksum are exclusive-or’d with
each other to form a checksum byte. The byte is further split into two nibbles with the high nibble first.
Each nibble is or’d with an ASCII 0 (%30) to produce the final ASCII checksum value.
ASCII EOT (%04) =>Version Request Command
Causes the scale to transmit scale software revision level in the
The checksum digits (CC) are formed by exclusive or-ing all three version number digits (VVV) to
produce a checksum byte. This byte is then split into two nibbles with the high nibble transmitted first.
Each nibble is or’d with an ASCII 0 (%30) to form the final ASCII checksum representation.
MAINTENANCE
There are no user replaceable or serviceable parts contained within your AS-300 series scale. Do not
disassemble the scale. Maintenance should be limited to cleaning the exterior of the scale enclosure
with a damp cloth.
CAUTION! Make certain that you have turned the power switch to the OFF position and
removed the power cord from the wall outlet before cleaning the scale.
Should you ever need to replace the fuse, make certain that only fuses of the same type and rating
are used to ensure continued electrical protection. If you have any questions concerning service, you
should contact your scale service representative.
3
Page 6
PART IDENTIFICATION
Please refer to Figure No.2 when placing an order for a part to ensure that you receive the correct
part.
ItemQtyPart No.Description
112950-C064-5ALoad Cell Assy
218527-D206-0AWeighbridge
31427R1313Commodity Tray
41*511R9458Calibration Seal
518530-D014-6AAnalog Board Assy
616910-5095Power Switch
71*8527-A216-PSSerial Tag
866021-0665#6-32 X .375 Pan Head Screw
986680-0004#6-32 Inside Star Washer
1026013-0039#6-32 Hex Nut
112*6540-1005Jack Socket
122*6680-0052#4 Lock Washer
132*6013-0245#4-40 Hex Nut
1446540-1011Leveler Screw
1546540-1012Cap, Snap-On
1686024-0039Lock Washer
1786013-00451/4-20 Hex Nut
1846007-2133M10-35mm
1918527-C370-0ADisplay Board
2016690-0001Level
2118527-B217-0AZero Cable Assembly
2218527-C099-0ACable Assembly
2318527-D371-0AController Assembly
2418527-C099-1ASerial Cable
2518527-B205-08Load Cell Spacer
2618527-D201-08Base Assembly
2718527-D210-08Top Cover
2818527-C211-08Display Overlay
2916670-0003RFI Filter Assy
3016610-4046Fuse Holder
3116610-40191/4 AMP Slow Blow Fuse
3218527-B122-0AAC Cable Assembly
3316980-0008Strain Relief Bshng
3446021-0448#4-40 X .75 Flat Head Screw
3528527-B109-0ACable Assembly
3646680-0045.25 X .14 X .25 Nylon Spacer
37136021-0423#4-40 X .25 Pan Head Screw
38136680-0026#4 Internal Star Washer
39106021-0611#6-32 X .25 Flat Head Screw
4046021-1412.25-20 X 1.5 Hex Head Screw
411*593R1007Factor Set Label (Located on Bottom)
4218527-B213-0ACable Assembly
4326025-2045#6-32 x .63 Flat Head Screw
4418527-B123-0AFilter Ground Cable
4516021-0801#8-32 X 3/8 Machine Screw
4618527-B221-08Power Supply Insul
4716024-1000#8 Internal Star Washer
4818541-C254-0ABall Transfer Assembly (Option)
4918540-B305-08Cover
5026021-1257#8-32 X .375 Truss Head Screw
5116021-18233/8-24 X .5 Set Screw
528*6680-0145Rivnut
*Not Shown
4
Page 7
PART IDENTIFICATION
Figure No. 2
2
50
48
3
18
20
49
40
17
5
16
27
35
9
23
8
24
36
6
9
10
29
32
43
18
30
31
14
16
17
15
38
37
25
1
28
22
19
26
39
34
21
5
Page 8
U
N
A
M
&
E
D
S
I
G
U
N
E
D
F
A
C
T
R
E
D
I
N
U
S
A
.
.
.
U
N
A
M
&
E
D
S
I
G
U
N
E
D
F
A
C
T
R
E
D
I
N
U
S
A
.
.
.
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.