|
<< Click to Display Table of Contents >>
Configuring Properties |
Configuration parameters to communicate with a device are available on this Driver's Properties Window. In addition to this Properties Window, these settings can also be defined at run time In Elipse E3, in Elipse Power, or in Elipse Water applications. To do so, initialize this Driver in Offline mode, that is, execute an application with the Start driver OFFLINE option enabled, which is configured on the Setup tab of the Properties Window. The configuration options of this Driver are described on the next table.
Configuration options for Toledo BTR 9091 Driver
Tab |
Parameter |
Offline String |
Data Type |
Description |
|---|---|---|---|---|
BTR9091 |
Checksum |
BTR9091.Checksum |
Boolean |
Protocol verification by checksum. Valid values are False: Disabled or True: Enabled. Use the same option set on a device |
Physical Layer |
IO.Type |
Text |
Physical layer. By default, use the Serial or Ethernet option |
|
Serial |
Port |
IO.Serial.Port |
Number |
Communication port. Use the same value set on a device. Possible values are 1: COM1 (default), 2: COM2, 3: COM3, …, 256: COM256 |
Baud rate |
IO.Serial.Baudrate |
Number |
Baud rate. Use the same value set on a device. Default value is 9600 |
|
Data bits |
IO.Serial.DataBits |
Number |
Data bits. Use the same value set on a device. Possible values are 7: 7 (seven, default) bits or 8: 8 (eight) bits |
|
Parity |
IO.Serial.Parity |
Number |
Parity bit. Use the same value set on a device. Possible values are 0: No Parity, 1: Odd Parity, 2: Even Parity (default), 3: Mark Parity, or 4: Space Parity |
|
Stop bits |
IO.Serial.StopBits |
Number |
Stop bits. Use the same value set on a device. Possible values are 0: 1 stop bit, 1: 1.5 stop bits, or 2: 2 (two, default) stop bits |
|
Ethernet |
Transport |
IO.Ethernet.Transport |
Text |
Transport layer |
Main IP |
IO.Ethernet.MainIP |
Text |
IP address of a device, in the format [0-255].[0-255].[0-255].[0-255] |
|
Port |
IO.Ethernet.MainPort |
Number |
TCP/IP port for addressing |
All properties can be configured via Tags in String format, by using the Item syntactic parameter with "IO.SetConfigurationParameters" or the N1 parameter equal to -1 (minus one), the N2 parameter equal to 0 (zero), the N3 parameter equal to 0 (zero), and the N4 parameter equal to 3 (three). For more details and examples, please check topic Documentation of I/O Interfaces.