CPKSoft Engineering

XIEARING.tlk Driver Reference

IEA Single-Loop Controllers Driver

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

Driver Overview

XIEARING driver allows you to connect with IEA S9800 monolink

controllers and data acquisition devices which use the same protocol.

Requires a free RS-232 in your PC and a 20 mA Current Loop/RS-232

IEA converter.

 

This driver requires that you set the "HMITalk1.CommSkipEcho" property to True

in order to filter the received echo during transmission.

Supported Equipment Type

Loop Controllers

Supported Devices List

IEA S9800 Single-Loop Controller

IEA S6800 4-Digit Displays

IEA S6800 6-Digit/1-Setpoint Displays

IEA S6800 6-Digit/3-Setpoint Displays

IEA MA98000 Analog Signals Multiplexor

Supported Commands List

S9800 Commands:

Read Current Values

Read Main Parameters

Read Decimal Point

Write Decimal Point

Read Current Mode

Write Current Mode

Read Low

Write Low

Read High

Write High

Read Station Number

Read Setpoint

Write Setpoint

Read Proportional Band

Write Proportional Band

Read Integral Time

Write Integral Time

Read Derivative Time

Write Derivative Time

Read Service Cycle

Write Service Cycle

Read Alarm Due to Maximum

Write Alarm Due to Maximum

Read Alarm Due to Minimum

Write Alarm Due to Minimum

Read Input Signal Selector

Write Input Signal Selector

Read Remote Set Gain

Write Remote Set Gain

Read Remote Set Bias

Write Remote Set Bias

Read Feedforward Gain

Write Feedforward Gain

Read Cooking Programmer's Link

Write Cooking Programmer's Link

Read Sequence Repetitions

Write Sequence Repetitions

Read Setpoint of Segment 1 Cooking Prog.

Write Setpoint of Segment 1 Cooking Prog.

Read Setpoint of Segment 2 Cooking Prog.

Write Setpoint of Segment 2 Cooking Prog.

Read Setpoint of Segment 3 Cooking Prog.

Write Setpoint of Segment 3 Cooking Prog.

Read Setpoint of Segment 4 Cooking Prog.

Write Setpoint of Segment 4 Cooking Prog.

Read Setpoint of Segment 5 Cooking Prog.

Write Setpoint of Segment 5 Cooking Prog.

Read Setpoint of Segment 6 Cooking Prog.

Write Setpoint of Segment 6 Cooking Prog.

Read Setpoint of Segment 7 Cooking Prog.

Write Setpoint of Segment 7 Cooking Prog.

Read Setpoint of Segment 8 Cooking Prog.

Write Setpoint of Segment 8 Cooking Prog.

Read Setpoint of Segment 9 Cooking Prog.

Write Setpoint of Segment 9 Cooking Prog.

Read Segment 1 Cooking Prog. Time

Write Segment 1 Cooking Prog. Time

Read Segment 2 Cooking Prog. Time

Write Segment 2 Cooking Prog. Time

Read Segment 3 Cooking Prog. Time

Write Segment 3 Cooking Prog. Time

Read Segment 4 Cooking Prog. Time

Write Segment 4 Cooking Prog. Time

Read Segment 5 Cooking Prog. Time

Write Segment 5 Cooking Prog. Time

Read Segment 6 Cooking Prog. Time

Write Segment 6 Cooking Prog. Time

Read Segment 7 Cooking Prog. Time

Write Segment 7 Cooking Prog. Time

Read Segment 8 Cooking Prog. Time

Write Segment 8 Cooking Prog. Time

Read Segment 9 Cooking Prog. Time

Write Segment 9 Cooking Prog. Time

Write Programmer Start, Stop or Reset

Set Controller's Output in Auto

Turn Controller to Manual Mode and Write the Output %

 

S6800 Commands:

Read 4-Digit Current Values

Read 6-Digit/1-Setpoint Current Values

Read 6-Digit/3-Setpoint Current Values

Write ??xxx part of Setpoint 1

Write xx??? part of Setpoint 1

Write ??xxx part of Setpoint 2

Write xx??? part of Setpoint 2

Write ??xxx part of Setpoint 3

Write xx??? part of Setpoint 3

Write Multiplication Factor

Write Division Factor

Set Decimal Point

Write Filter Value

Write Mode

Write Relay Time

Write Station Number

 

MA98000 Commands:

Read Measured Analog Channels

Read Optional Analog Channels

S9800 Commands : Read Current Values

COMMAND DESCRIPTION:

Reads current values information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-4

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 0

 

RETURNS:

- HMITalk1.PointValue(0) = Proccess variable measured (V)

- HMITalk1.PointValue(1) = Controller's Setpoint (S)

- HMITalk1.PointValue(2) = Controller's output (%)

- HMITalk1.PointValue(3) = Controller's M/A status (0=Auto, 1=Manual)

S9800 Commands : Read Main Parameters

COMMAND DESCRIPTION:

Reads main parameters information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-8

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 1

 

RETURNS:

- HMITalk1.PointValue(0) = Span's proportional band, in % (P)

- HMITalk1.PointValue(1) = Integral time, in seconds (I)

- HMITalk1.PointValue(2) = Derivative time, in seconds (D)

- HMITalk1.PointValue(3) = Service cycle, in seconds (C)

- HMITalk1.PointValue(4) = Alarm A, in engineering unit (A)

- HMITalk1.PointValue(5) = Alarm B, in engineering unit (B)

- HMITalk1.PointValue(6) = Setpoint, in engineering unit

- HMITalk1.PointValue(7) = Controller's M/A status (0=Auto, 1=Manual)

S9800 Commands : Read Decimal Point

COMMAND DESCRIPTION:

Reads decimal point information. Valid range: 0-2.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 2

S9800 Commands : Write Decimal Point

COMMAND DESCRIPTION:

Writes decimal point information. Valid range: 0-2.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 2

S9800 Commands : Read Current Mode

COMMAND DESCRIPTION:

Reads current mode information. Valid range: 0-3.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 3

S9800 Commands : Write Current Mode

COMMAND DESCRIPTION:

Writes current mode information. Valid range: 0-3.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 3

S9800 Commands : Read Low

COMMAND DESCRIPTION:

Reads low information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 4

S9800 Commands : Write Low

COMMAND DESCRIPTION:

Writes low information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 4

S9800 Commands : Read High

COMMAND DESCRIPTION:

Reads high information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 5

S9800 Commands : Write High

COMMAND DESCRIPTION:

Writes high information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 5

S9800 Commands : Read Station Number

COMMAND DESCRIPTION:

Reads station number information. Valid range: 0-99.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 6

S9800 Commands : Read Setpoint

COMMAND DESCRIPTION:

Reads setpoint information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 7

S9800 Commands : Write Setpoint

COMMAND DESCRIPTION:

Writes setpoint information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 7

S9800 Commands : Read Proportional Band

COMMAND DESCRIPTION:

Reads proportional band information. Valid range: 0-499.9%.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 8

S9800 Commands : Write Proportional Band

COMMAND DESCRIPTION:

Writes proportional band information. Valid range: 0-499.9%.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 8

S9800 Commands : Read Integral Time

COMMAND DESCRIPTION:

Reads integral time information. Valid range: 0-9999 sec.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 9

S9800 Commands : Write Integral Time

COMMAND DESCRIPTION:

Writes integral time information. Valid range: 0-9999 sec.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 9

S9800 Commands : Read Derivative Time

COMMAND DESCRIPTION:

Reads derivative time information. Valid range: 0-499 sec.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 10

S9800 Commands : Write Derivative Time

COMMAND DESCRIPTION:

Writes derivative time information. Valid range: 0-499 sec.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 10

S9800 Commands : Read Service Cycle

COMMAND DESCRIPTION:

Reads service cycle information. Valid range: 0-200 sec.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 11

S9800 Commands : Write Service Cycle

COMMAND DESCRIPTION:

Writes service cycle information. Valid range: 0-200 sec.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 11

S9800 Commands : Read Alarm Due to Maximum

COMMAND DESCRIPTION:

Reads alarm due to maximum information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 12

S9800 Commands : Write Alarm Due to Maximum

COMMAND DESCRIPTION:

Writes alarm due to maximum information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 12

S9800 Commands : Read Alarm Due to Minimum

COMMAND DESCRIPTION:

Reads alarm due to minimum information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 13

S9800 Commands : Write Alarm Due to Minimum

COMMAND DESCRIPTION:

Writes alarm due to minimum information. Valid range: (-999)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 13

S9800 Commands : Read Input Signal Selector

COMMAND DESCRIPTION:

Reads input signal selector information. Valid range: 0-7.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 14

S9800 Commands : Write Input Signal Selector

COMMAND DESCRIPTION:

Writes input signal selector information. Valid range: 0-7.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 14

S9800 Commands : Read Remote Set Gain

COMMAND DESCRIPTION:

Reads remote set gain information. Valid range: (-9.99)-9.99.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 15

S9800 Commands : Write Remote Set Gain

COMMAND DESCRIPTION:

Writes remote set gain information. Valid range: (-9.99)-9.99.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 15

S9800 Commands : Read Remote Set Bias

COMMAND DESCRIPTION:

Reads remote set bias information. Valid range: (-9.99)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 16

S9800 Commands : Write Remote Set Bias

COMMAND DESCRIPTION:

Writes remote set bias information. Valid range: (-9.99)-4000.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 16

S9800 Commands : Read Feedforward Gain

COMMAND DESCRIPTION:

Reads feedforward gain information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 17

S9800 Commands : Write Feedforward Gain

COMMAND DESCRIPTION:

Writes feedforward gain information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 17

S9800 Commands : Read Cooking Programmer's Link

COMMAND DESCRIPTION:

Reads cooking programmer's link information. Valid range: 1-9.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 18

S9800 Commands : Write Cooking Programmer's Link

COMMAND DESCRIPTION:

Writes cooking programmer's link information. Valid range: 1-9.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 18

S9800 Commands : Read Sequence Repetitions

COMMAND DESCRIPTION:

Reads sequence repetitions information. Valid range: 1-99.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 19

S9800 Commands : Write Sequence Repetitions

COMMAND DESCRIPTION:

Writes sequence repetitions information. Valid range: 1-99.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 19

S9800 Commands : Read Setpoint of Segment 1 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 1 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 20

S9800 Commands : Write Setpoint of Segment 1 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 1 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 20

S9800 Commands : Read Setpoint of Segment 2 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 2 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 21

S9800 Commands : Write Setpoint of Segment 2 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 2 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 21

S9800 Commands : Read Setpoint of Segment 3 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 3 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 22

S9800 Commands : Write Setpoint of Segment 3 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 3 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 22

S9800 Commands : Read Setpoint of Segment 4 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 4 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 23

S9800 Commands : Write Setpoint of Segment 4 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 4 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 23

S9800 Commands : Read Setpoint of Segment 5 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 5 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 24

S9800 Commands : Write Setpoint of Segment 5 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 5 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 24

S9800 Commands : Read Setpoint of Segment 6 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 6 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 25

S9800 Commands : Write Setpoint of Segment 6 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 6 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 25

S9800 Commands : Read Setpoint of Segment 7 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 7 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 26

S9800 Commands : Write Setpoint of Segment 7 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 7 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 26

S9800 Commands : Read Setpoint of Segment 8 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 8 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 27

S9800 Commands : Write Setpoint of Segment 8 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 8 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 27

S9800 Commands : Read Setpoint of Segment 9 Cooking Prog.

COMMAND DESCRIPTION:

Reads setpoint of segment 9 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 28

S9800 Commands : Write Setpoint of Segment 9 Cooking Prog.

COMMAND DESCRIPTION:

Writes setpoint of segment 9 cooking prog. information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 28

S9800 Commands : Read Segment 1 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 1 cooking prog time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 29

S9800 Commands : Write Segment 1 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 1 cooking prog time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 29

S9800 Commands : Read Segment 2 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 2 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 30

S9800 Commands : Write Segment 2 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 2 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 30

S9800 Commands : Read Segment 3 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 3 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 31

S9800 Commands : Write Segment 3 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 3 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 31

S9800 Commands : Read Segment 4 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 4 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 32

S9800 Commands : Write Segment 4 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 4 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 32

S9800 Commands : Read Segment 5 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 5 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 33

S9800 Commands : Write Segment 5 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 5 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 33

S9800 Commands : Read Segment 6 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 6 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 34

S9800 Commands : Write Segment 6 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 6 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 34

S9800 Commands : Read Segment 7 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 7 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 35

S9800 Commands : Write Segment 7 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 7 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 35

S9800 Commands : Read Segment 8 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 8 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 36

S9800 Commands : Write Segment 8 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 8 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 36

S9800 Commands : Read Segment 9 Cooking Prog. Time

COMMAND DESCRIPTION:

Reads segment 9 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 37

S9800 Commands : Write Segment 9 Cooking Prog. Time

COMMAND DESCRIPTION:

Writes segment 9 cooking prog. time information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 37

S9800 Commands : Write Programmer Start, Stop or Reset

COMMAND DESCRIPTION:

Writes Programmer Start (1), Stop (2) or Reset (0) information. Valid range: 0-2.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 38

S9800 Commands : Set Controller's Output in Auto

COMMAND DESCRIPTION:

Writes controller's output in auto.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 39

S9800 Commands : Turn Controller to Manual Mode and Write the Output %

COMMAND DESCRIPTION:

Turns controller to Manual mode and write the output %

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 40

 

S6800 Commands : Read 4-Digit Current Values

COMMAND DESCRIPTION:

Reads S6800 4-Digit current values information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-5

HMITalk1.DriverP0 = Indicates the destination station number of the counter

with which communication will be made (0-99).

HMITalk1.DriverP1 = 300

 

RETURNS:

- HMITalk1.PointValue(0) = SetPoint

- HMITalk1.PointValue(1) = Counter Value

- HMITalk1.PointValue(2) = Reset

- HMITalk1.PointValue(3) = Counting

- HMITalk1.PointValue(4) = On-line

S6800 Commands : Read 6-Digit/1-Setpoint Current Values

COMMAND DESCRIPTION:

Reads S6800 6-Digit/1-Setpoint current values information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-4

HMITalk1.DriverP0 = Indicates the destination station number of the counter

with which communication will be made (0-99).

HMITalk1.DriverP1 = 400

 

RETURNS:

- HMITalk1.PointValue(0) = Counter Value

- HMITalk1.PointValue(1) = SetPoint

- HMITalk1.PointValue(2) = Reset

- HMITalk1.PointValue(3) = Counting

S6800 Commands : Read 6-Digit/3-Setpoint Current Values

COMMAND DESCRIPTION:

Reads S6800 6-Digit/3-Setpoint current values information.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-6

HMITalk1.DriverP0 = Indicates the destination station number of the counter

with which communication will be made (0-99).

HMITalk1.DriverP1 = 500

 

RETURNS:

- HMITalk1.PointValue(0) = Counter Value

- HMITalk1.PointValue(1) = SetPoint 1

- HMITalk1.PointValue(2) = SetPoint 2

- HMITalk1.PointValue(3) = SetPoint 3

- HMITalk1.PointValue(4) = Reset

- HMITalk1.PointValue(5) = Counting

S6800 Commands : Write ??xxx part of Setpoint 1

COMMAND DESCRIPTION:

Writes ??xxx part of setpoint 1 value.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 307

S6800 Commands : Write xx??? part of Setpoint 1

COMMAND DESCRIPTION:

Writes xx??? part of setpoint 1 value.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 308

S6800 Commands : Write ??xxx part of Setpoint 2

COMMAND DESCRIPTION:

Writes ??xxx part of setpoint 1 value.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

ot used.

S6800 Commands : Write xx??? part of Setpoint 2

COMMAND DESCRIPTION:

Writes xx??? part of setpoint 1 value.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 310

S6800 Commands : Write ??xxx part of Setpoint 3

COMMAND DESCRIPTION:

Writes ??xxx part of setpoint 1 value.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 311

S6800 Commands : Write xx??? part of Setpoint 3

COMMAND DESCRIPTION:

Writes xx??? part of setpoint 1 value.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 312

S6800 Commands : Write Multiplication Factor

COMMAND DESCRIPTION:

Writes multiplication factor.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 316

S6800 Commands : Write Division Factor

COMMAND DESCRIPTION:

Writes division factor (must be 0, 1, 2, 3, 4 or 5).

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 314

S6800 Commands : Set Decimal Point

COMMAND DESCRIPTION:

Sets the decimal point (0, 1 or 2).

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 302

S6800 Commands : Write Filter Value

COMMAND DESCRIPTION:

Writes filter value (0-1000).

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 315

S6800 Commands : Write Mode

COMMAND DESCRIPTION:

Writes current mode (0, 1, 2 or 3).

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 303

S6800 Commands : Write Relay Time

COMMAND DESCRIPTION:

Writes relay time (0-0100).

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 306

S6800 Commands : Write Station Number

COMMAND DESCRIPTION:

Writes device's station number (1-99).

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Output

HMITalk1.DriverNumPoints = 1

HMITalk1.DriverP0 = Indicates the destination station number of the controller

with which communication will be made (0-99).

HMITalk1.DriverP1 = 306

 

MA98000 Commands : Read Measured Analog Channels

COMMAND DESCRIPTION:

Reads the measured channel values.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-200

HMITalk1.DriverP0 = Indicates the destination station number of the unit

with which communication will be made (0-99).

HMITalk1.DriverP1 = 200

HMITalk1.DriverP2 = First channel to be read

MA98000 Commands : Read Optional Analog Channels

COMMAND DESCRIPTION:

Reads the optional channel values.

 

PROPERTY SETTINGS REQUIRED:

HMITalk1.DriverDataType = Analog Input

HMITalk1.DriverNumPoints = 1-200

HMITalk1.DriverP0 = Indicates the destination station number of the unit

with which communication will be made (0-99).

HMITalk1.DriverP1 = 201

HMITalk1.DriverP2 = First channel to be read

Returned Errors List

[1005] DRIVER (Internal): Invalid driver stage

[1300] PROTOCOL (Timeout): No answer

[1401] PROTOCOL (Format): Acknowledge was not received from device

[1433] PROTOCOL (Format): Validation error in device response

[2147] CONFIG (NumValues): Only one value can be read or written

[2196] CONFIG (NumValues): Too many values (max=200)

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

[2235] CONFIG (NumValues): Too many values (max=8)

[3018] CONFIG (P0): Invalid device address (0-99)

[3503] CONFIG (P1): Digital inputs are not supported for this device

[3504] CONFIG (P1): Digital outputs are not supported for this device

[3518] CONFIG (P1): Invalid command (0-600)

[3527] CONFIG (P1): Invalid command (2-40)

[4122] CONFIG (P2): Invalid value (1-200)

About the XIEARING.tlk driver

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

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

Driver Reference Last Update: 10/30/2008 17:39:47

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

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

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