Class HaltTask
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 \"\" }", "HaltTask", "TcoDrivesBeckhoff", TypeComplexityEnum.Complex)]
public class HaltTask : TcoTask, IVortexIdentity, IsTcoObject, ICommand, IDecorateLog, IsTask, IVortexObject, ITwinObject, IVortexElement, IHaltTask, ITcoTask, ITcoObject, IShadowHaltTask, IShadowTcoTask, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
| Improve this Doc View SourceHaltTask()
Declaration
public HaltTask()
HaltTask(IVortexObject, String, String)
Declaration
public HaltTask(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(PlainHaltTask)
Declaration
public void CopyPlainToShadow(PlainHaltTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainHaltTask | source |
CreatePlainerType()
Declaration
public PlainHaltTask CreatePlainerType()
Returns
Type | Description |
---|---|
PlainHaltTask |
CreatePlainerType(PlainHaltTask)
Declaration
protected PlainHaltTask CreatePlainerType(PlainHaltTask cloned)
Parameters
Type | Name | Description |
---|---|---|
PlainHaltTask | cloned |
Returns
Type | Description |
---|---|
PlainHaltTask |
FlushOnlineToPlain(PlainHaltTask)
Declaration
public void FlushOnlineToPlain(PlainHaltTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainHaltTask | source |
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
FlushPlainToOnline(PlainHaltTask)
Declaration
public void FlushPlainToOnline(PlainHaltTask source)
Parameters
Type | Name | Description |
---|---|---|
PlainHaltTask | 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 SourceIHaltTask._deceleration
Declaration
IOnlineLReal IHaltTask._deceleration { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
IHaltTask._jerk
Declaration
IOnlineLReal IHaltTask._jerk { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
IShadowHaltTask._deceleration
Declaration
IShadowLReal IShadowHaltTask._deceleration { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
IShadowHaltTask._jerk
Declaration
IShadowLReal IShadowHaltTask._jerk { get; }
Returns
Type | Description |
---|---|
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
Implements
Vortex.Connector.Identity.IVortexIdentity
System.Windows.Input.ICommand
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject