Interface IShadowMoveVelocityTask
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IShadowMoveVelocityTask : IShadowTcoTask, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
IShadowLReal _acceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_deceleration
Declaration
IShadowLReal _deceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_direction
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
IShadowInt _direction { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_jerk
Declaration
IShadowLReal _jerk { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_velocity
Declaration
IShadowLReal _velocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainMoveVelocityTask)
Declaration
void CopyPlainToShadow(PlainMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainMoveVelocityTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()