CPKSoft Engineering

XAND4325.tlk Driver Reference

AND AD-4325V Weight Indicator Protocol Driver

This driver requires that you have TAS-HMITalk 8.04 installed.

Driver Overview

XAND4325 allows you to connect to the A&D COMPANY Ltd., AD-4325V weighing

indicator scales.

 

In order to configure parameters related to the scale communication,

the following steps must be followed:

1 - Press STND\OPR. The display must be turned on.

2 - Open the front panel cover where the Dip-Switch are.

3 - Turn the Dip-Switch S3 ON. "Func" should be displayed

and a "01" should blink on the setpoint display.

4 - Using the keys "<", ">", "+" and "-" select the number

of the function to be changed and hit "ENTER". A 0 should

blink on the final weight display.

5 - Use keys "+" and "-" to enter the desired value. Then

hit "ENTER" to set the value.

6 - Once the configuration is ready, change the Dip-Switch

S3 to OFF. "END" should be displayed.

 

The following are the functions to configure:

F41 - WXYZ combined parameter, where:

W = Baud Rate (2-1200 Bauds, 3-2400 Bauds, 4-4800 Bauds or 5-9600 Bauds)

X = 0 - 7 Data bits and 1 Stop bit

1 - 7 Data bits and 2 Stop bit

2 - 8 Data bits and 1 Stop bit

3 - 8 Data bits and 2 Stop bit

Y = Parity (0-Even, 1-Odd or 2-No Parity)

Z = End of message (zero must be set,i.e. CR+LF)

 

F42 - Output Data

= 1 - Sends the same displayed information

= 2 - GROSS Data

= 3 - NET Data

= 4 - TARE Data

 

F43 - Output Mode

Must be set on option 5 (Command Mode #2)

 

F44 - Output Availability

Must be set on option 1 (Always available)

 

F45 - Output Format

Must be set on option 1 (Sending with SP Code Number)

 

F46 - Communication Mode

Must be set on option 2 (Sending with Address)

 

F47 - Address Number

A number from 0 to 9 may be set.

Supported Equipment Type

Scales and Load Cells

Supported Devices List

AND COMPANY Ltd. AD-4325V Weighing Indicator Scales

WEIGHTECK AC-9200 Weighing Indicator

Supported Commands List

Read Configured Value

Read Final Net

Read Setpoint

Read Accessories

Set Zero

Set Tare

Toggle Display From Gross to Net Mode

Toggle Display From Net to Gross Mode

Write All Setpoint Parameters

Write Setpoint Parameters

Set Accessories

Change Code

Begin Batching

Halt Batching

Read Configured Value

COMMAND DESCRIPTION:

This command allows you to read the gross weight, net weight

or tare according to the way the scale is configured in the

function 'F42'

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-4

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 0

 

RETURNS:

- HMITalk1.PointValue(0) = Actual weight.

- HMITalk1.PointValue(1) = Overload state.

- 0 = Overload.

- 1 = Stable overload.

- 2 = Unstable overload.

- HMITalk1.PointValue(2) = Weight type.

- 0 = Net.

- 1 = Gross.

- 2 = Tare.

- HMITalk1.PointValue(1) = Unit Indicator.

- 0 = Kilogram.

- 1 = Pound.

- 2 = Tonne.

Read Final Net

COMMAND DESCRIPTION:

This command allows you to read the final net weight.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-4

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 13

 

RETURNS:

- HMITalk1.PointValue(0) = Actual weight.

- HMITalk1.PointValue(1) = Overload state.

- 0 = Overload.

- 1 = Stable overload.

- 2 = Unstable overload.

- HMITalk1.PointValue(2) = Weight type.

- 0 = Net.

- 1 = Gross.

- 2 = Tare.

- HMITalk1.PointValue(1) = Unit Indicator.

- 0 = Kilogram.

- 1 = Pound.

- 2 = Tonne.

Read Setpoint

COMMAND DESCRIPTION:

Allows you to read the Final Weight, Free Fall,

Preliminary Output, Over and Under Weight parameters.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-5

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 1

HMITalk1.DriverP2 = Indicates the Code Number (0-99).

 

RETURNS:

- HMITalk1.PointValue(0) = Final Weight.

- HMITalk1.PointValue(1) = Free Fall.

- HMITalk1.PointValue(2) = Preliminary Output.

- HMITalk1.PointValue(3) = Over Weight.

- HMITalk1.PointValue(4) = Under Weight.

Read Accessories

COMMAND DESCRIPTION:

Allows you to read the Optional Preliminary and Zero Band parameters.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-2

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 2

 

RETURNS:

- HMITalk1.PointValue(0) = Optional Preliminary.

- HMITalk1.PointValue(1) = Zero Band.

Set Zero

COMMAND DESCRIPTION:

This command sets the scale display to zero.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 3

Set Tare

COMMAND DESCRIPTION:

This command displays the tare value on the scale and turns

it to the NET mode.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 4

Toggle Display From Gross to Net Mode

COMMAND DESCRIPTION:

Changes display from GROSS to NET mode.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 5

Toggle Display From Net to Gross Mode

COMMAND DESCRIPTION:

Changes display from NET to GROSS mode.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 6

Write All Setpoint Parameters

COMMAND DESCRIPTION:

Allows you to set the Final Weight, Free Fall, Preliminary Output,

Over, Under, Optional Preliminary and Zero Band parameters.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 7

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 7

 

WHERE:

- HMITalk1.PointValue(0) = Final Weight.

- HMITalk1.PointValue(1) = Free Fall.

- HMITalk1.PointValue(2) = Preliminary Output.

- HMITalk1.PointValue(3) = Over Weight.

- HMITalk1.PointValue(4) = Under Weight.

- HMITalk1.PointValue(5) = Optional Preliminary.

- HMITalk1.PointValue(6) = Zero Band.

Write Setpoint Parameters

COMMAND DESCRIPTION:

Allows you to set the Final Weight, Free Fall, Preliminary Output,

Over and Under Weight parameters.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 5

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 8

HMITalk1.DriverP2 = Indicates the Code Number (0-99).

 

WHERE:

- HMITalk1.PointValue(0) = Final Weight.

- HMITalk1.PointValue(1) = Free Fall.

- HMITalk1.PointValue(2) = Preliminary Output.

- HMITalk1.PointValue(3) = Over Weight.

- HMITalk1.PointValue(4) = Under Weight.

Set Accessories

COMMAND DESCRIPTION:

Allows you to set the Optional Preliminary and Zero Band parameters.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 2

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 9

 

WHERE:

- HMITalk1.PointValue(0) = Optional Preliminary.

- HMITalk1.PointValue(1) = Zero Band.

Change Code

COMMAND DESCRIPTION:

Allows you to set the Code Number.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 10

HMITalk1.DriverP2 = Indicates the Code Number (0-99).

Begin Batching

COMMAND DESCRIPTION:

Allows you to begin batching.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 11

Halt Batching

COMMAND DESCRIPTION:

Allows you to halt batching.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Digital Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the station address (0-9).

HMITalk1.DriverP1 = 12

Returned Errors List

[1005] DRIVER (Internal): Invalid driver stage

[1300] PROTOCOL (Timeout): No answer

[1410] PROTOCOL (Format): Invalid device id in response

[1426] PROTOCOL (Format): Returned code is other than sent

[2117] CONFIG (NumValues): Invalid number of values (must be 2)

[2127] CONFIG (NumValues): Invalid number of values (must be 5)

[2130] CONFIG (NumValues): Invalid number of values (must be 7)

[2194] CONFIG (NumValues): Too many values (max=2)

[2216] CONFIG (NumValues): Too many values (max=4)

[2223] CONFIG (NumValues): Too many values (max=5)

[3017] CONFIG (P0): Invalid device address (0-9)

[3508] CONFIG (P1): Invalid command

[4028] CONFIG (P2): Invalid code number (0-99)

[8190] CONFIG (Remote): Invalid command

About the XAND4325.tlk driver

This driver requires that you have TAS-HMITalk 8.04 installed.

Driver Source Code Last Update: 03/08/2004 14:07:24

Driver Reference Last Update: 10/30/2008 17:33:24

© 1990-2008, CPKSoft Engineering. All rights reserved.

http://www.cpksoft.com - support@cpksoft.com

http://www.cpksoft.com.ar - soporte@cpksoft.com.ar>