Class PlainMoveRelativeTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainMoveRelativeTask
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
Syntax
public class PlainMoveRelativeTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainMoveRelativeTask()
Declaration
public PlainMoveRelativeTask()
Fields
|
Improve this Doc
View Source
__acceleration
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__deceleration
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__distance
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__jerk
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__velocity
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
public double _acceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_deceleration
Declaration
public double _deceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_distance
Declaration
public double _distance { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_jerk
Declaration
public double _jerk { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_velocity
Declaration
public double _velocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(IMoveRelativeTask)
Declaration
public void CopyCyclicToPlain(IMoveRelativeTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(MoveRelativeTask)
Declaration
public void CopyCyclicToPlain(MoveRelativeTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IMoveRelativeTask)
Declaration
public void CopyPlainToCyclic(IMoveRelativeTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(MoveRelativeTask)
Declaration
public void CopyPlainToCyclic(MoveRelativeTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowMoveRelativeTask)
Declaration
public void CopyPlainToShadow(IShadowMoveRelativeTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(MoveRelativeTask)
Declaration
public void CopyPlainToShadow(MoveRelativeTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowMoveRelativeTask)
Declaration
public void CopyShadowToPlain(IShadowMoveRelativeTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(MoveRelativeTask)
Declaration
public void CopyShadowToPlain(MoveRelativeTask 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