Class MoveVelocityTask
Inheritance
System.Object
MoveVelocityTask
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()
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "MoveVelocityTask", "TcoDrivesBeckhoff", TypeComplexityEnum.Complex)]
public class MoveVelocityTask : TcoTask, IVortexIdentity, IsTcoObject, ICommand, IDecorateLog, IsTask, IVortexObject, ITwinObject, IVortexElement, IMoveVelocityTask, ITcoTask, ITcoObject, IShadowMoveVelocityTask, IShadowTcoTask, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
MoveVelocityTask()
Declaration
public MoveVelocityTask()
|
Improve this Doc
View Source
MoveVelocityTask(IVortexObject, String, String)
Declaration
public MoveVelocityTask(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
__acceleration
Declaration
OnlinerLReal __acceleration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__deceleration
Declaration
OnlinerLReal __deceleration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__direction
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
__jerk
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__velocity
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
public OnlinerLReal _acceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_deceleration
Declaration
public OnlinerLReal _deceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_direction
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
public OnlinerInt _direction { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
_jerk
Declaration
public OnlinerLReal _jerk { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_velocity
Declaration
public OnlinerLReal _velocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainMoveVelocityTask)
Declaration
public void CopyPlainToShadow(PlainMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainMoveVelocityTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainMoveVelocityTask)
Declaration
protected PlainMoveVelocityTask CreatePlainerType(PlainMoveVelocityTask cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainMoveVelocityTask)
Declaration
public void FlushOnlineToPlain(PlainMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainMoveVelocityTask)
Declaration
public void FlushPlainToOnline(PlainMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
|
Improve this Doc
View Source
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 |
|
|
Improve this Doc
View Source
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
|
Improve this Doc
View Source
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 |
|
|
Improve this Doc
View Source
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
|
Improve this Doc
View Source
IMoveVelocityTask._acceleration
Declaration
IOnlineLReal IMoveVelocityTask._acceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IMoveVelocityTask._deceleration
Declaration
IOnlineLReal IMoveVelocityTask._deceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IMoveVelocityTask._direction
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
IOnlineInt IMoveVelocityTask._direction { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
IMoveVelocityTask._jerk
Declaration
IOnlineLReal IMoveVelocityTask._jerk { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IMoveVelocityTask._velocity
Declaration
IOnlineLReal IMoveVelocityTask._velocity { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IShadowMoveVelocityTask._acceleration
Declaration
IShadowLReal IShadowMoveVelocityTask._acceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowMoveVelocityTask._deceleration
Declaration
IShadowLReal IShadowMoveVelocityTask._deceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowMoveVelocityTask._direction
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
IShadowInt IShadowMoveVelocityTask._direction { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
IShadowMoveVelocityTask._jerk
Declaration
IShadowLReal IShadowMoveVelocityTask._jerk { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowMoveVelocityTask._velocity
Declaration
IShadowLReal IShadowMoveVelocityTask._velocity { 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