Translation table declarations, Translation table declarations -7 – Rockwell Automation 1757-PROCESSLINX ProcessLinx OPC Server to Server Software User Manual User Manual

Page 57

Advertising
background image

Publication 1757-UM002B-EN-P - January 2003

Import/Export 5-7

Translation Table declarations

Translation tables are defined at the end of the CSV file. Each table is created
with

BEGIN_TABLE

and

END_TABLE

declarations. The table name and type

are declared with a

TABLE

line. The fields in a

TABLE

declaration are in

Table 5.D.

A

TABLE_VAL

statement declares each translation set in a table. The format

for this line type is specified in Table 5.E.

Since you can not browse the OPC server address space within the
ProcessLogix OPC Server (HWHsc.OPCServer); other methods have been
designed to implement this function.

Within the Control Builder program, you must export the current
configuration (or any desired tree level) that you need.

To export the current configuration, do the following:

1. Open Control Builder.

2. Select File Export from the main menu to export the configuration or

the desired branch(es).

Table 5.D Translation Table Declarations

Field #

FIELD NAME

FIELD TYPE

FIELD DESCRIPTION

Examples

1

Line Type

String

Contains the string TABLE to define this line in the CSV
file as a Translation Table.

TABLE

2

Table Name

String

Specifies the unique table Name of this configuration.
This field cannot contain any commas.

User specified.

3

Table Type

String

Specifies the Table Type. The only table type currently
supported is DISCRETE.

DISCRETE

Table 5.E Table_val syntax

Field #

FIELD NAME

FIELD TYPE

FIELD DESCRIPTION

Examples

1

Line Type

String

Contains the string TABLE_VAL to
define this line in the CSV file as a
Translation Value Map.

TABLE_VAL

2

ProcessLogix Dis-
crete Value

Long Integer

Specifies the discrete value on the Pro-
cessLogix Server side of the transla-
tion.

0

3

External Server Dis-
crete Value

Long Integer

Specifies the discrete value on the
External Server side of the translation.

1

Advertising