Address

string IController.Address { get; }

Gets the address of the controller.

Value

string – Address of the controller.

Throws
Remarks

The string format depends on the communication method: * Ethernet (IPv4): Dotted decimal notation with port number, d.d.d.d:port. * EtherCAT: EtherCAT:d with d equal to the sub-controller position on the bus. * FPGA: FPGA:d with d equal to the sub-controller position on the bus. * IOBus: IOBus:d with d equal to the sub-controller position on the bus.