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