Class PlainMoveAbsoluteTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainMoveAbsoluteTask
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 PlainMoveAbsoluteTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainMoveAbsoluteTask()
Declaration
public PlainMoveAbsoluteTask()
Fields
|
Improve this Doc
View Source
__acceleration
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__AxisEncoderReferenceSystem
Declaration
short __AxisEncoderReferenceSystem
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__deceleration
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
__position
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
_AxisEncoderReferenceSystem
Declaration
public short _AxisEncoderReferenceSystem { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_deceleration
Declaration
public double _deceleration { 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
_position
Declaration
public double _position { 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(IMoveAbsoluteTask)
Declaration
public void CopyCyclicToPlain(IMoveAbsoluteTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(MoveAbsoluteTask)
Declaration
public void CopyCyclicToPlain(MoveAbsoluteTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IMoveAbsoluteTask)
Declaration
public void CopyPlainToCyclic(IMoveAbsoluteTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(MoveAbsoluteTask)
Declaration
public void CopyPlainToCyclic(MoveAbsoluteTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowMoveAbsoluteTask)
Declaration
public void CopyPlainToShadow(IShadowMoveAbsoluteTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(MoveAbsoluteTask)
Declaration
public void CopyPlainToShadow(MoveAbsoluteTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowMoveAbsoluteTask)
Declaration
public void CopyShadowToPlain(IShadowMoveAbsoluteTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(MoveAbsoluteTask)
Declaration
public void CopyShadowToPlain(MoveAbsoluteTask 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