Class TcoEthercatDiagnosticsTask
Inheritance
System.Object
TcoEthercatDiagnosticsTask
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 TcoEthercatDiagnosticsTask : TcoTask
Constructors
|
Improve this Doc
View Source
TcoEthercatDiagnosticsTask()
Prevents creating instance of this class via public constructor
Declaration
public TcoEthercatDiagnosticsTask()
Fields
|
Improve this Doc
View Source
_ConfigSlavesCount
Declaration
public object _ConfigSlavesCount
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_DiagnosticsMessengerIndex
Declaration
public object _DiagnosticsMessengerIndex
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_DiagnosticsMessengers
Declaration
public DiagnosticsMessengers _DiagnosticsMessengers
Field Value
|
Improve this Doc
View Source
_EcGetAllSlaveStates
Declaration
public object _EcGetAllSlaveStates
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_EcGetConfSlaves
Declaration
public object _EcGetConfSlaves
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_i
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_name
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_SlaveConfigDataBuffer
Declaration
public object _SlaveConfigDataBuffer
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_SlaveStateBuffer
Declaration
public object _SlaveStateBuffer
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_SlaveStatesCount
Declaration
public object _SlaveStatesCount
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_state
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_type
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
_updateDiagnosticsState
Declaration
public TcoState _updateDiagnosticsState
Field Value
|
Improve this Doc
View Source
inNetId
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
outDiagnosticsAvailable
Declaration
public object outDiagnosticsAvailable
Field Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
OnAbort()
Executes when task is aborted.
Declaration
[IgnoreReflection]
protected void OnAbort()
|
Improve this Doc
View Source
OnDone()
Executes when task reaches the Done
state .
Declaration
[IgnoreReflection]
protected void OnDone()
|
Improve this Doc
View Source
OnError()
Executes when task reaches the Error
state.
Do not confuse with WhileError(), that is called cyclically until '''Error''' state is left.
Declaration
[IgnoreReflection]
protected void OnError()
|
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.
See also AutoRestorable
Declaration
[IgnoreReflection]
public dynamic Restore()
Returns
Type |
Description |
System.Object |
Plc type ITcoRestorable; Twin type:
|