Interface IMoveRelativeTask
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IMoveRelativeTask : 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
_distance
Declaration
IOnlineLReal _distance { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
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
PlainMoveRelativeTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainMoveRelativeTask)
Declaration
void FlushOnlineToPlain(PlainMoveRelativeTask source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainMoveRelativeTask)
Declaration
void FlushPlainToOnline(PlainMoveRelativeTask source)
Parameters