Class StopTask
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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()
Namespace: TcoDrivesBeckhoff
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "StopTask", "TcoDrivesBeckhoff", TypeComplexityEnum.Complex)]
public class StopTask : TcoTask, IVortexIdentity, IsTcoObject, ICommand, IDecorateLog, IsTask, IVortexObject, ITwinObject, IVortexElement, IStopTask, ITcoTask, ITcoObject, IShadowStopTask, IShadowTcoTask, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
| Improve this Doc View SourceStopTask()
Declaration
public StopTask()
StopTask(IVortexObject, String, String)
Declaration
public StopTask(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
Fields
| Improve this Doc View Source__deceleration
Declaration
OnlinerLReal __deceleration
Field Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerLReal |
__jerk
Declaration
OnlinerLReal __jerk
Field Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerLReal |
Properties
| Improve this Doc View Source_deceleration
Declaration
public OnlinerLReal _deceleration { get; }
Property Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerLReal |
_jerk
Declaration
public OnlinerLReal _jerk { get; }
Property Value
Type | Description |
---|---|
Vortex.Connector.ValueTypes.OnlinerLReal |
Methods
| Improve this Doc View SourceCopyPlainToShadow(PlainStopTask)
Declaration
public void CopyPlainToShadow(PlainStopTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainStopTask | source |
CreatePlainerType()
Declaration
public PlainStopTask CreatePlainerType()
Returns
Type | Description |
---|---|
PlainStopTask |
CreatePlainerType(PlainStopTask)
Declaration
protected PlainStopTask CreatePlainerType(PlainStopTask cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainStopTask | cloned |
Returns
Type | Description |
---|---|
PlainStopTask |
FlushOnlineToPlain(PlainStopTask)
Declaration
public void FlushOnlineToPlain(PlainStopTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainStopTask | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainStopTask)
Declaration
public void FlushPlainToOnline(PlainStopTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainStopTask | source |
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
Vortex.Connector.IVortexObject | parent | |
System.String | readableTail | |
System.String | symbolTail |
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
| Improve this Doc View SourceIShadowStopTask._deceleration
Declaration
IShadowLReal IShadowStopTask._deceleration { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
IShadowStopTask._jerk
Declaration
IShadowLReal IShadowStopTask._jerk { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
IStopTask._deceleration
Declaration
IOnlineLReal IStopTask._deceleration { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
IStopTask._jerk
Declaration
IOnlineLReal IStopTask._jerk { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject