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