Class PlainTcoEthercatMasterDevice
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoEthercatMasterDevice
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
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()
Namespace: TcoIo
Assembly: TcoIoConnector.dll
Syntax
public class PlainTcoEthercatMasterDevice : PlainTcoComponent, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoEthercatMasterDevice()
Declaration
public PlainTcoEthercatMasterDevice()
Fields
|
Improve this Doc
View Source
__acknowledge
Declaration
PlainTcoTask __acknowledge
Field Value
|
Improve this Doc
View Source
__allDataValid
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__DeviceHasSomeIssue
Declaration
bool __DeviceHasSomeIssue
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__DiagnosticsAvailable
Declaration
bool __DiagnosticsAvailable
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__InfoDataChangeCountPV
Declaration
ushort __InfoDataChangeCountPV
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__numberOfSyncUnits
Declaration
ushort __numberOfSyncUnits
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
__someDataInvalid
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__someSyncUnitHasSomeIssue
Declaration
bool __someSyncUnitHasSomeIssue
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__TcoEthercatDiagnosticsTask
Declaration
PlainTcoEthercatDiagnosticsTask __TcoEthercatDiagnosticsTask
Field Value
|
Improve this Doc
View Source
_InfoData
Declaration
PlainInfoData_84133AC9 _InfoData
Field Value
|
Improve this Doc
View Source
Declaration
PlainInputs_A65FACA4 _Inputs
Field Value
|
Improve this Doc
View Source
_Outputs
Declaration
PlainOutputs_23C0ED1D _Outputs
Field Value
|
Improve this Doc
View Source
_SyncUnitsSize
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Properties
|
Improve this Doc
View Source
_acknowledge
Declaration
public PlainTcoTask _acknowledge { get; set; }
Property Value
|
Improve this Doc
View Source
_allDataValid
Declaration
public bool _allDataValid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_DeviceHasSomeIssue
Declaration
public bool _DeviceHasSomeIssue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_DiagnosticsAvailable
Declaration
public bool _DiagnosticsAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_InfoDataChangeCountPV
Declaration
public ushort _InfoDataChangeCountPV { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_numberOfSyncUnits
Declaration
public ushort _numberOfSyncUnits { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
_someDataInvalid
Declaration
public bool _someDataInvalid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_someSyncUnitHasSomeIssue
Declaration
public bool _someSyncUnitHasSomeIssue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_TcoEthercatDiagnosticsTask
Declaration
public PlainTcoEthercatDiagnosticsTask _TcoEthercatDiagnosticsTask { get; set; }
Property Value
|
Improve this Doc
View Source
InfoData
Declaration
public PlainInfoData_84133AC9 InfoData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public PlainInputs_A65FACA4 Inputs { get; set; }
Property Value
|
Improve this Doc
View Source
Outputs
Declaration
public PlainOutputs_23C0ED1D Outputs { get; set; }
Property Value
|
Improve this Doc
View Source
SyncUnitsSize
Declaration
public ushort SyncUnitsSize { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoEthercatMasterDevice)
Declaration
public void CopyCyclicToPlain(ITcoEthercatMasterDevice source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoEthercatMasterDevice)
Declaration
public void CopyCyclicToPlain(TcoEthercatMasterDevice source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoEthercatMasterDevice)
Declaration
public void CopyPlainToCyclic(ITcoEthercatMasterDevice target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoEthercatMasterDevice)
Declaration
public void CopyPlainToCyclic(TcoEthercatMasterDevice target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoEthercatMasterDevice)
Declaration
public void CopyPlainToShadow(IShadowTcoEthercatMasterDevice target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoEthercatMasterDevice)
Declaration
public void CopyPlainToShadow(TcoEthercatMasterDevice target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoEthercatMasterDevice)
Declaration
public void CopyShadowToPlain(IShadowTcoEthercatMasterDevice source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoEthercatMasterDevice)
Declaration
public void CopyShadowToPlain(TcoEthercatMasterDevice source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain