Configuring Properties

<< Click to Display Table of Contents >>

 

Configuring Properties

This topic contains information about the properties available on the GEETH tab, including the value of "Offline Property Strings" that can be programmed by the user, when starting an application in "Offline" mode.

For E3 or Elipse Power applications, the value of these settings can also be defined at run time. To do this, start the Driver in "Offline" mode leaving the Start driver OFFLINE option enabled, through the Setup tab, in the properties dialog box.

The configuration options for this Driver are listed in the table below:

Configuration options for GE Ethernet SRTP Driver

Tab

Parameter

Offline String

Data Type

Description

Setup

Physical Layer

IO.Type

Text

By default, use the Ethernet option

Timeout

IO.TimeoutMs

Numeric

A time limit, in milliseconds, to receive data from a device's response. For example, the value 1000 defines a one second limit

Ethernet

Transport

IO.Ethernet.Transport

Text

By default, use the TCP option

Main IP

IO.Ethernet.MainIP

Text

IP address of a device, in the format xxx.xxx.xxx.xxx

Port

IO.Ethernet.MainPort

Numeric

Value of the TCP/IP port of the Ethernet connection

GEETH

Source ID (Master)

GEETH.SourceID1

Numeric

First value, from left to right, referring to the identification of a message's source

GEETH.SourceID2

Numeric

Second value, from left to right, referring to the identification of a message's source

GEETH.SourceID3

Numeric

Third value, from left to right, referring to the identification of a message's source

GEETH.SourceID4

Numeric

Fourth value, from left to right, referring to the identification of a message's source

Destination ID (Slave)

GEETH.DestinationID1

Numeric

First value, from left to right, referring to the identification of a message's destination

GEETH.DestinationID2

Numeric

Second value, from left to right, referring to the identification of a message's destination

GEETH.DestinationID3

Numeric

Third value, from left to right, referring to the identification of a message's destination

GEETH.DestinationID4

Numeric

Fourth value, from left to right, referring to the identification of a message's destination

 

All offline properties must be configured via PLC Tags in String format, by using parameters N1 equal to -1 (minus one), N2 equal to 0 (zero), N3 equal to 0 (zero), and N4 equal to 3 (three). For more details and examples, please check topic Documentation of I/O Interfaces.

Was this page useful?