Pipe declarations, Pipe declarations -4 – Rockwell Automation 1757-PROCESSLINX ProcessLinx OPC Server to Server Software User Manual User Manual

Page 54

Advertising
background image

Publication 1757-UM002B-EN-P - January 2003

5-4 Import/Export

Pipe Declarations

Each Pipe object in the CSV file starts with

BEGIN_PIPE

and ends with

END_PIPE

. The Pipe is declared with a

PIPE

statement. The fields in the

PIPE

statement are in Table 5.A.

• A comma within the CSV file must separate each field.
• No string fields can contain commas.
• All string data types are NOT case sensitive.

Table 5.A Pipe Declaration Syntax

Field #

FIELD NAME

FIELD TYPE

FIELD DESCRIPTION

Examples

1

Line Type

String

Contains the string PIPE to define this line in the CSV
file as a PIPE declaration.

PIPE

2

Pipe Name

String

Contains the unique name of the Pipe being declared.
This field cannot contain any commas and is case
insensitive.

Pipe1, Pipe2, Interface

3

Description

String

Specifies the description of this Pipe. This field cannot
contain any commas. May be left blank.

User specified.

4

Enabled Flag

Integer

Pipe Enable flag, 1-Enable, 0-Disabled.

0 or 1

5

ProcessLogix Primary Node

String

Specifies the Host Name or IP Address of the Primary
Node for the ProcessLogix Server.

LocalHost

6

ProcessLogix Primary
Program ID

String

Specifies the OPC Program ID of the Primary Host for
the ProcessLogix Server..

HWHsc.OPCServer

7

ProcessLogix Secondary
Node

String

Specifies the Host Name or IP Address of the Secondary
Node for the ProcessLogix Server.

167.34.56.77

8

ProcessLogix Secondary
Program ID

String

Specifies the OPC Program ID of the Secondary Host for
the ProcessLogix Server.

HWHsc.OPCServer

9

ProcessLogix Status
Validation

Integer

Specifies the Status Validation period for the
ProcessLogix Server (in milliseconds).

1000

10

Ext. Server Primary Node

String

Specifies the Host Name or IP Address of the Primary
Node for the External Server.

LocalHost

11

Ext. Server Primary
Program ID

String

Specifies the OPC Program ID of the Primary Host for
the External Server.

RoviSys.OPC90Serve r

12

Ext. Server Secondary
Node

String

Specifies the Host Name or IP Address of the Secondary
Node for the External Server.

167.34.56.77

13

Ext. Server Secondary
Program ID

String

Specifies the OPC Program ID of the Secondary Host for
the External Server.

RoviSys.OPC90Serve r

14

Ext. Server Status Val.

Integer

Specifies the Status Validation period for the External
Server (in milliseconds).

1000

Advertising