Interface IShadowTcoDriveSimple
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IShadowTcoDriveSimple : IShadowTcoComponent, IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_axisStatus
Declaration
[ReadOnly]
IShadowTcoAxisStatus _axisStatus { get; }
Property Value
|
Improve this Doc
View Source
_haltTask
Declaration
IShadowHaltTask _haltTask { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IShadowHomeTask _homeTask { get; }
Property Value
|
Improve this Doc
View Source
_jog
Declaration
Property Value
|
Improve this Doc
View Source
_moveAbsoluteTask
Declaration
IShadowMoveAbsoluteTask _moveAbsoluteTask { get; }
Property Value
|
Improve this Doc
View Source
_moveModuloTask
Declaration
IShadowMoveModuloTask _moveModuloTask { get; }
Property Value
|
Improve this Doc
View Source
_moveRelativeTask
Declaration
IShadowMoveRelativeTask _moveRelativeTask { get; }
Property Value
|
Improve this Doc
View Source
_moveVelocityTask
Declaration
IShadowMoveVelocityTask _moveVelocityTask { get; }
Property Value
|
Improve this Doc
View Source
_power
Declaration
IShadowPower _power { get; }
Property Value
|
Improve this Doc
View Source
_resetTask
Declaration
IShadowResetTask _resetTask { get; }
Property Value
|
Improve this Doc
View Source
_setPositionTask
Declaration
IShadowSetPositionTask _setPositionTask { get; }
Property Value
|
Improve this Doc
View Source
_soEResetTask
Declaration
IShadowSoEResetTask _soEResetTask { get; }
Property Value
|
Improve this Doc
View Source
_stopTask
Declaration
IShadowStopTask _stopTask { get; }
Property Value
|
Improve this Doc
View Source
inCalibrationCam
Declaration
IShadowBool inCalibrationCam { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inEnable
Declaration
IShadowBool inEnable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
IShadowBool inEnableNegative { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
IShadowBool inEnablePositive { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoDriveSimple)
Declaration
void CopyPlainToShadow(PlainTcoDriveSimple source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoDriveSimple CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()