SubDeviceDiagnostics.LinkConnControl Property
The value of register 0x0101 of the SubDevice.
- Bit 0 and 1: Loop Control port 0
- Bit 2 and 3: Loop Control port 1
- Bit 4 and 5: Loop Control port 2
- Bit 6 and 7: Loop Control port 3
Loop control values of a port:
- 00 (Auto): The port state is determined by the link state. The port is open when there is a link and closed when there is no link.
- 01 (Auto Close): The port state is determined by the link state. If there is no link, the port is closed. If a link is created, the port will not open automatically unless the MainDevice makes an explicit request.
- 10 (Open): The port is always open. If there is no link, any outgoing EtherCAT frames are lost.
- 11 (Close): The port is always closed. If there is a link, incoming EtherCAT frames won’t be received.
Namespace:
IntervalZero.MaxRT.Ecat.Api.NetApi
Assembly:
IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public byte LinkConnControl { get; set; }
Property Value
Type: Byte
See Also: