Class PlainHomeTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainHomeTask
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()
Assembly: TcoDrivesBeckhoffConnector.dll
public class PlainHomeTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
Declaration
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
bool __homingOptions_ClearPositionLag
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
uint __homingOptions_ReferenceMode
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
short __homingOptions_SearchDirection
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
double __homingOptions_SearchVelocity
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
short __homingOptions_SyncDirection
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
double __homingOptions_SyncVelocity
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
|
Improve this Doc
View Source
Declaration
public short _homingMode { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
public bool _homingOptions_ClearPositionLag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public uint _homingOptions_ReferenceMode { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public short _homingOptions_SearchDirection { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
public double _homingOptions_SearchVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
public short _homingOptions_SyncDirection { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
public double _homingOptions_SyncVelocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
public double _position { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
Declaration
public void CopyCyclicToPlain(HomeTask source)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyCyclicToPlain(IHomeTask source)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyPlainToCyclic(HomeTask target)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyPlainToCyclic(IHomeTask target)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyPlainToShadow(HomeTask target)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyPlainToShadow(IShadowHomeTask target)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyShadowToPlain(HomeTask source)
Parameters
|
Improve this Doc
View Source
Declaration
public void CopyShadowToPlain(IShadowHomeTask source)
Parameters
Events
|
Improve this Doc
View Source
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain