Class PlainHaltTask
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainHaltTask
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 PlainHaltTask : PlainTcoTask, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainHaltTask()
Declaration
Fields
|
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 |
|
Properties
|
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 |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(HaltTask)
Declaration
public void CopyCyclicToPlain(HaltTask source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(IHaltTask)
Declaration
public void CopyCyclicToPlain(IHaltTask source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(HaltTask)
Declaration
public void CopyPlainToCyclic(HaltTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(IHaltTask)
Declaration
public void CopyPlainToCyclic(IHaltTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(HaltTask)
Declaration
public void CopyPlainToShadow(HaltTask target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowHaltTask)
Declaration
public void CopyPlainToShadow(IShadowHaltTask target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(HaltTask)
Declaration
public void CopyShadowToPlain(HaltTask source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowHaltTask)
Declaration
public void CopyShadowToPlain(IShadowHaltTask 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