Class TcoDriveSimple
Inheritance
System.Object
TcoDriveSimple
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public abstract class TcoDriveSimple : TcoComponent
Constructors
|
Improve this Doc
View Source
TcoDriveSimple()
Prevents creating instance of this class via public constructor
Declaration
Fields
|
Improve this Doc
View Source
_axisStatus
Declaration
public TcoAxisStatus _axisStatus
Field Value
|
Improve this Doc
View Source
_haltTask
Declaration
public HaltTask _haltTask
Field Value
|
Improve this Doc
View Source
Declaration
public HomeTask _homeTask
Field Value
|
Improve this Doc
View Source
_jog
Declaration
Field Value
|
Improve this Doc
View Source
_moveAbsoluteTask
Declaration
public MoveAbsoluteTask _moveAbsoluteTask
Field Value
|
Improve this Doc
View Source
_movementState
Declaration
TcoMovementState _movementState
Field Value
|
Improve this Doc
View Source
_moveModuloTask
Declaration
public MoveModuloTask _moveModuloTask
Field Value
|
Improve this Doc
View Source
_moveRelativeTask
Declaration
public MoveRelativeTask _moveRelativeTask
Field Value
|
Improve this Doc
View Source
_moveVelocityTask
Declaration
public MoveVelocityTask _moveVelocityTask
Field Value
|
Improve this Doc
View Source
_power
Declaration
Field Value
|
Improve this Doc
View Source
_resetTask
Declaration
public ResetTask _resetTask
Field Value
|
Improve this Doc
View Source
_setPositionTask
Declaration
public SetPositionTask _setPositionTask
Field Value
|
Improve this Doc
View Source
_soEResetTask
Declaration
public SoEResetTask _soEResetTask
Field Value
|
Improve this Doc
View Source
_stopTask
Declaration
public StopTask _stopTask
Field Value
|
Improve this Doc
View Source
inCalibrationCam
Declaration
public object inCalibrationCam
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
inEnable
Declaration
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
public object inEnableNegative
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
public object inEnablePositive
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
inoAxisRef
Declaration
Field Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Restore()
Restores this instance to the Ready state. Can be called explicitly or from within one of the restore mechanisms.
Declaration
[IgnoreReflection]
public dynamic Restore()
Returns
Type |
Description |
System.Object |
Plc type ITcoRestorable; Twin type:
|
|
Improve this Doc
View Source
ServiceMode()
Custom service (manual, maintenance) logic.
This method must be implemented in derived class.
Declaration
[IgnoreReflection]
protected void ServiceMode()