SubDeviceDiagnostics.LostLink Property
The array that contains the lost link count for each port. EtherCAT SubDevices increment a lost link counter upon a physical link loss with neighboring SubDevices.
- LostLink[0]: The lost link count of port 0.
- LostLink[1]: The lost link count of port 1.
- LostLink[2]: The lost link count of port 2.
- LostLink[3]: The lost link count of port 3.
Namespace:
IntervalZero.MaxRT.Ecat.Api.NetApi
Assembly:
IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public byte[] LostLink { get; set; }
Property Value
Type: Byte[]
See Also: