<< Click to Display Table of Contents >>
Configuring Properties in Offline Mode |
Configurations of this Driver's properties are also accessible at run time if this Driver starts in Offline mode, by using the Strings described on the next table.
Runtime configurations
Option |
Format |
Description |
---|---|---|
Koyo.DirectNetMode |
Integer |
Defines the protocol format configured in the PLC. Possible values are 0: Hex or 1: ASCII |
Koyo.PlcWaitTime |
Integer |
Defines a time interval, in milliseconds, to wait for PLC processing |
Koyo.UseEcomModule |
Boolean |
Defines whether communication uses an Ethernet Hx-ECOM module or not. Possible values are 0: No or 1: Yes |
Koyo.MacAddressByte1, Koyo.MacAddressByte2, Koyo.MacAddressByte3, Koyo.MacAddressByte4, Koyo.MacAddressByte5, Koyo.MacAddressByte6 |
Integer |
Defines a PLC's MAC address, in hexadecimal, for communication with the Ethernet Hx-ECOM module. Each one of these parameters indicate a byte of a MAC address |
Koyo.UseDefaultSlaveAddress |
Boolean |
Defines whether to use a default Slave ID or not. Possible values are 0: No or 1: Yes |
Koyo.DefaultSlaveAddress |
Integer |
Defines a default value for the Slave ID, if enabled |
For more information about runtime configurations, please check topic Documentation of I/O Interfaces.