Interface IShadowHomeTask
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
public interface IShadowHomeTask : IShadowTcoTask, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
Declaration
[EnumeratorDiscriminator(typeof(eHomingMode))]
IShadowInt _homingMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
Declaration
IShadowBool _homingOptions_ClearPositionLag { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
Declaration
[EnumeratorDiscriminator(typeof(eEncoderReferenceMode))]
IShadowUDInt _homingOptions_ReferenceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowUDInt |
|
|
Improve this Doc
View Source
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
IShadowInt _homingOptions_SearchDirection { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
Declaration
IShadowLReal _homingOptions_SearchVelocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
Declaration
[EnumeratorDiscriminator(typeof(eDirection))]
IShadowInt _homingOptions_SyncDirection { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
Declaration
IShadowLReal _homingOptions_SyncVelocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
Declaration
IShadowLReal _position { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
Methods
|
Improve this Doc
View Source
Declaration
void CopyPlainToShadow(PlainHomeTask source)
Parameters
|
Improve this Doc
View Source
Declaration
PlainHomeTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
Declaration
void FlushShadowToOnline()