|
<< Click to Display Table of Contents >>
Configuration of Driver's Properties in Offline Mode |
The settings of this Driver's properties can also be accessed at run time if this Driver starts in Offline mode using the Strings described on the next table.
Configurations at run time
Option |
Format |
Description |
|---|---|---|
FieldLogger.DefaultOutputFolder |
Text |
Defines a default path or folder to receive downloads from a device |
FieldLogger.DefaultSerialNumber |
Number |
Defines a default serial number for the current device |
FieldLogger.ConnectSlaveAddress |
Number |
Defines an identifier address of a remote device. Possible values range between 1 (one) and 255 |
FieldLogger.SelectInterface |
Number |
Selects the type of I/O interface. Possible values are 0: Serial RS-232 interface or 1: Ethernet TCP/IP interface |
FieldLogger.MbTcpIpOctet1 |
Number |
Defines the first octet of an IP address, if the I/O interface is configured as Ethernet TCP/IP. For an IP address equal to 192.168.161.147, this option represents the value 192 |
FieldLogger.MbTcpIpOctet2 |
Number |
Defines the second octet of an IP address, if the I/O interface is configured as Ethernet TCP/IP. For an IP address equal to 192.168.161.147, this option represents the value 168 |
FieldLogger.MbTcpIpOctet3 |
Number |
Defines the third octet of an IP address, if the I/O interface is configured as Ethernet TCP/IP. For an IP address equal to 192.168.161.147, this option represents the value 161 |
FieldLogger.MbTcpIpOctet4 |
Number |
Defines the fourth octet of an IP address, if the I/O interface is configured as Ethernet TCP/IP. For an IP address equal to 192.168.161.147, this option represents the value 147 |
FieldLogger.MbTcpPort |
Number |
Defines the number of a TCP/IP port, if the I/O interface is configured as Ethernet TCP/IP |
FieldLogger.AccessPassword |
Text |
Defines a password for accessing a device, if necessary |
FieldLogger.ConnectRetryNumber |
Number |
Defines a number of attempts so that an interface establishes a connection to a device |
For more information about configurations at run time, please check topic Documentation of I/O Interfaces.