Interface ITcoDriveSimple
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface ITcoDriveSimple : ITcoComponent, ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_axisStatus
Declaration
[ReadOnly]
ITcoAxisStatus _axisStatus { get; }
Property Value
|
Improve this Doc
View Source
_haltTask
Declaration
IHaltTask _haltTask { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IHomeTask _homeTask { get; }
Property Value
|
Improve this Doc
View Source
_jog
Declaration
Property Value
|
Improve this Doc
View Source
_moveAbsoluteTask
Declaration
IMoveAbsoluteTask _moveAbsoluteTask { get; }
Property Value
|
Improve this Doc
View Source
_moveModuloTask
Declaration
IMoveModuloTask _moveModuloTask { get; }
Property Value
|
Improve this Doc
View Source
_moveRelativeTask
Declaration
IMoveRelativeTask _moveRelativeTask { get; }
Property Value
|
Improve this Doc
View Source
_moveVelocityTask
Declaration
IMoveVelocityTask _moveVelocityTask { get; }
Property Value
|
Improve this Doc
View Source
_power
Declaration
Property Value
|
Improve this Doc
View Source
_resetTask
Declaration
IResetTask _resetTask { get; }
Property Value
|
Improve this Doc
View Source
_setPositionTask
Declaration
ISetPositionTask _setPositionTask { get; }
Property Value
|
Improve this Doc
View Source
_soEResetTask
Declaration
ISoEResetTask _soEResetTask { get; }
Property Value
|
Improve this Doc
View Source
_stopTask
Declaration
IStopTask _stopTask { get; }
Property Value
|
Improve this Doc
View Source
inCalibrationCam
Declaration
IOnlineBool inCalibrationCam { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inEnable
Declaration
IOnlineBool inEnable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
IOnlineBool inEnableNegative { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
IOnlineBool inEnablePositive { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoDriveSimple CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoDriveSimple)
Declaration
void FlushOnlineToPlain(PlainTcoDriveSimple source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoDriveSimple)
Declaration
void FlushPlainToOnline(PlainTcoDriveSimple source)
Parameters