Interface IShadowSetPositionTask
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IShadowSetPositionTask : IShadowTcoTask, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_mode
Declaration
[EnumeratorDiscriminator(typeof(eSetPositionMode))]
IShadowInt _mode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_position
Declaration
IShadowLReal _position { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainSetPositionTask)
Declaration
void CopyPlainToShadow(PlainSetPositionTask source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainSetPositionTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()