Class TcoEthercatMasterDevice
Inheritance
System.Object
TcoEthercatMasterDevice
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoIoConnector.dll
Syntax
public abstract class TcoEthercatMasterDevice : TcoComponent
Constructors
|
Improve this Doc
View Source
TcoEthercatMasterDevice()
Prevents creating instance of this class via public constructor
Declaration
public TcoEthercatMasterDevice()
Fields
|
Improve this Doc
View Source
_acknowledge
Declaration
public TcoTask _acknowledge
Field Value
|
Improve this Doc
View Source
_allDataValid
Declaration
public object _allDataValid
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_DeviceHasSomeIssue
Declaration
public object _DeviceHasSomeIssue
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_DiagnosticsAvailable
Declaration
public object _DiagnosticsAvailable
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_InfoDataChangeCountPV
Declaration
public object _InfoDataChangeCountPV
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_NetId
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_numberOfSyncUnits
Declaration
public object _numberOfSyncUnits
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_someDataInvalid
Declaration
public object _someDataInvalid
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_someSyncUnitHasSomeIssue
Declaration
public object _someSyncUnitHasSomeIssue
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_State
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_TcoEthercatDiagnosticsTask
Declaration
public TcoEthercatDiagnosticsTask _TcoEthercatDiagnosticsTask
Field Value
|
Improve this Doc
View Source
InfoData
Declaration
public InfoData_84133AC9 InfoData
Field Value
|
Improve this Doc
View Source
Declaration
public Inputs_A65FACA4 Inputs
Field Value
|
Improve this Doc
View Source
Outputs
Declaration
public Outputs_23C0ED1D Outputs
Field Value
|
Improve this Doc
View Source
SyncUnits
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SyncUnitsSize
Declaration
public object SyncUnitsSize
Field Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Restore()
Restores this instance to the Ready state. Can be called explicitly or from within one of the restore mechanisms.
Declaration
[IgnoreReflection]
public dynamic Restore()
Returns
Type |
Description |
System.Object |
Plc type ITcoRestorable; Twin type:
|
|
Improve this Doc
View Source
ServiceMode()
Custom service (manual, maintenance) logic.
This method must be implemented in derived class.
Declaration
[IgnoreReflection]
protected void ServiceMode()