SubDeviceDiagnostics.LinkStatus Property
The EtherCAT link status of the SubDevice.
Bit description:
- 0 (NoLink): No link to the SubDevice.
- 1 (LinkNoComm): The SubDevice reports a physical link with no communication on one or more ports.
- 2 (LinkMiss): The SubDevice reports a missing link on one or more ports where a link is expected.
- 3 (LinkAdd): The SubDevice reports a link on one or more ports where no link is expected.
- 4 (Port0): Port 0 has one of the previous bits.
- 5 (Port1): Port 1 has one of the previous bits.
- 6 (Port2): Port 2 has one of the previous bits.
- 7 (Port3): Port 3 has one of the previous bits.
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 LinkStatus { get; set; }
Property Value
Type: Byte
See Also: