SubDeviceStatus Class

This class describes the SubDevice status.

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

Copy
public class SubDeviceStatus

 

The SubDeviceStatus class exposes the following members:

Constructors

 

Name Description

Public method

SubDeviceStatus

Default constructor.

Properties

 

Name Description

Public method

AliasAddress

The alias address of the SubDevice.

Public method

CycleTime

The EtherCAT cycle time of the SubDevice.

Public method

ExplicitId

The explicit identification of the SubDevice.

Public method

Index

The index of the SubDevice in the SubDevice array.

Public method

InputLength

The length of the process input data read from the SubDevice.

Public method

Name

The name of the SubDevice.

Public method

OutputLength

The length of the process output data sent to the SubDevice.

Public method

PhysAddress

The physical address of the SubDevice.

Public method

PositionId

The position index of the SubDevice.

Public method

ProductCode

The product code of the SubDevice.

Public method

RequestedState

The requested EtherCAT state from the latest RequestState method.

Public method

RevisionNumber

The revision number of the SubDevice.

Public method

SerialNumber

The serial number of the SubDevice.

Public method

State

The EtherCAT state of the SubDevice.

Public method

VendorId

The vendor ID of the SubDevice.

See Also: