<< Click to Display Table of Contents >>
Configuring Properties |
This topic contains information about the properties available on the EnerSolis 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, select the Start driver OFFLINE option on the Setup tab of the properties window to start this Driver in Offline mode.
This Driver's configuration options are listed on the next table.
Configuration options for Ablerex EnerSolis Driver
Tab |
Parameter |
Offline String |
Data Type |
Description |
---|---|---|---|---|
Setup |
Physical Layer |
IO.Type |
Text |
By default, use the Ethernet option |
Timeout |
IO.TimeoutMs |
Number |
A time limit, in milliseconds, to receive data from a device's response. For example, the value 1000 defines a one second limit |
|
Serial |
Port |
IO.Serial.Port |
Number |
By default, use the same value set on the device. Possible values are 1: COM1, 2: COM2, 3: COM3, …, n: COMn |
Baud rate |
IO.Serial.Baudrate |
Number |
By default, use the same value set on the device. For example, the value 9600 defines a baud rate for serial communication |
|
Data bits |
IO.Serial.DataBits |
Number |
By default, use the same value set on the device. Possible values are 7: 7 bits or 8: 8 bits |
|
Parity |
IO.Serial.Parity |
Number |
By default, use the same value set 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 set on the device. Possible values are 0: Stop Bit 1, 1: Stop Bit 1.5, or 2: Stop Bit 2 |
|
EnerSolis |
Use Default Slave Address |
EnerSolis.UseDefaultSlaveAddress |
Number |
Enables or disables the use of a default slave address. Possible values are 0: Disabled or 1: Enabled |
Default Slave Address |
EnerSolis.DefaultSlaveAddress |
Number |
Address (ID) of a device to be used automatically by this Driver. Valid values are in the range from 1 (one) to 255 |
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.