Interface IMoveVelocityTask
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IMoveVelocityTask : ITcoTask, ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
IOnlineLReal _acceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_deceleration
Declaration
IOnlineLReal _deceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_direction
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
IOnlineInt _direction { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_jerk
Declaration
IOnlineLReal _jerk { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_velocity
Declaration
IOnlineLReal _velocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainMoveVelocityTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainMoveVelocityTask)
Declaration
void FlushOnlineToPlain(PlainMoveVelocityTask source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainMoveVelocityTask)
Declaration
void FlushPlainToOnline(PlainMoveVelocityTask source)
Parameters