<< Click to Display Table of Contents >>
Configuring Properties |
This topic contains information about the properties available on the TRJTracker tab, including the value of offline property Strings that can be user-programmed 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 so, start this Driver in Offline mode by selecting the Start driver OFFLINE option on the Setup tab of the properties dialog box.
This Driver's configuration options are listed on the next table.
Configuration options for Convert TRJTracker Driver
Tab |
Parameter |
Offline String |
Data Type |
Description |
---|---|---|---|---|
Setup |
Physical Layer |
IO.Type |
Text |
Configures the physical interface. Possible values are Serial, Ethernet, Modem, or RAS |
Timeout |
IO.TimeoutMs |
Number |
A time limit, in milliseconds, to receive data from a device's response. For example, a value of 1000 defines a limit of one second |
|
Serial |
Port |
IO.Serial.Port |
Number |
Configures the serial port, in the format COMn. Possible values are 1: COM1, 2: COM2, 3: COM3, …, n: COMn |
Baud rate |
IO.Serial.Baudrate |
Number |
Configures a transmission rate. By default, use the same value configured on the device. Possible values are 1200, 2400, 4800, 9600, 19200, 38400, 57600, or 115200 |
|
Data bits |
IO.Serial.DataBits |
Number |
By default, use the same value configured on the device. Possible values are 7: 7 bits or 8: 8 bits |
|
Parity |
IO.Serial.Parity |
Number |
By default, use the same value configured on the device. Possible values are 0: No Parity, 1: Odd Parity, 2: Even Parity, 3: Mark Parity, or 4: Space Parity |
|
Stop bits |
IO.Serial.StopBits |
Number |
By default, use the same value configured on the device. Possible values are 0: Stop Bit 1, 1: Stop Bit 1.5, or 2: Stop Bit 2 |
|
Ethernet |
Transport |
IO.Ethernet.Transport |
Text |
Configures the transport layer. Possible values are TCP/IP or UDP/IP |
Main IP |
IO.Ethernet.MainIP |
Text |
IP address of a device, in the format xxx.xxx.xxx.xxx |
|
Port |
IO.Ethernet.MainPort |
Number |
IP port of a device, from 0 (zero) to 65535 |
|
TRJTracker |
Waiting time for the next request (T1) |
TRJTracker.WaitTimeT1 |
Number |
Defines the minimum time, in milliseconds, required for a device to start processing the next request. The default value is 2000 ms |
All offline properties must be configured via PLC Tags in String format, by using the 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.