Class PlainMoveVelocityTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainMoveVelocityTask
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 PlainMoveVelocityTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainMoveVelocityTask()
Declaration
public PlainMoveVelocityTask()
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
__direction
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
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
_direction
Declaration
public short _direction { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
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(IMoveVelocityTask)
Declaration
public void CopyCyclicToPlain(IMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(MoveVelocityTask)
Declaration
public void CopyCyclicToPlain(MoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IMoveVelocityTask)
Declaration
public void CopyPlainToCyclic(IMoveVelocityTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(MoveVelocityTask)
Declaration
public void CopyPlainToCyclic(MoveVelocityTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowMoveVelocityTask)
Declaration
public void CopyPlainToShadow(IShadowMoveVelocityTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(MoveVelocityTask)
Declaration
public void CopyPlainToShadow(MoveVelocityTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowMoveVelocityTask)
Declaration
public void CopyShadowToPlain(IShadowMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(MoveVelocityTask)
Declaration
public void CopyShadowToPlain(MoveVelocityTask 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