Class TcoDriveSimple
Inheritance
System.Object
TcoDriveSimple
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoDriveSimple", "TcoDrivesBeckhoff", TypeComplexityEnum.Complex)]
public class TcoDriveSimple : TcoComponent, IVortexIdentity, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, ITcoDriveSimple, ITcoComponent, ITcoObject, IShadowTcoDriveSimple, IShadowTcoComponent, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoDriveSimple()
Declaration
|
Improve this Doc
View Source
TcoDriveSimple(IVortexObject, String, String)
Declaration
public TcoDriveSimple(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
Fields
|
Improve this Doc
View Source
__axisStatus
Declaration
TcoAxisStatus __axisStatus
Field Value
|
Improve this Doc
View Source
__haltTask
Declaration
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
|
Improve this Doc
View Source
__jog
Declaration
Field Value
|
Improve this Doc
View Source
__moveAbsoluteTask
Declaration
MoveAbsoluteTask __moveAbsoluteTask
Field Value
|
Improve this Doc
View Source
__movementState
Declaration
TcoMovementState __movementState
Field Value
|
Improve this Doc
View Source
__moveModuloTask
Declaration
MoveModuloTask __moveModuloTask
Field Value
|
Improve this Doc
View Source
__moveRelativeTask
Declaration
MoveRelativeTask __moveRelativeTask
Field Value
|
Improve this Doc
View Source
__moveVelocityTask
Declaration
MoveVelocityTask __moveVelocityTask
Field Value
|
Improve this Doc
View Source
__power
Declaration
Field Value
|
Improve this Doc
View Source
__resetTask
Declaration
Field Value
|
Improve this Doc
View Source
__setPositionTask
Declaration
SetPositionTask __setPositionTask
Field Value
|
Improve this Doc
View Source
__soEResetTask
Declaration
SoEResetTask __soEResetTask
Field Value
|
Improve this Doc
View Source
__stopTask
Declaration
Field Value
|
Improve this Doc
View Source
_inCalibrationCam
Declaration
OnlinerBool _inCalibrationCam
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inEnable
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inEnableNegative
Declaration
OnlinerBool _inEnableNegative
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_inEnablePositive
Declaration
OnlinerBool _inEnablePositive
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
Properties
|
Improve this Doc
View Source
_axisStatus
Declaration
[ReadOnly]
public TcoAxisStatus _axisStatus { get; }
Property Value
|
Improve this Doc
View Source
_haltTask
Declaration
public HaltTask _haltTask { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public HomeTask _homeTask { get; }
Property Value
|
Improve this Doc
View Source
_jog
Declaration
Property Value
|
Improve this Doc
View Source
_moveAbsoluteTask
Declaration
public MoveAbsoluteTask _moveAbsoluteTask { get; }
Property Value
|
Improve this Doc
View Source
_movementState
Declaration
[ReadOnly]
TcoMovementState _movementState { }
Property Value
|
Improve this Doc
View Source
_moveModuloTask
Declaration
public MoveModuloTask _moveModuloTask { get; }
Property Value
|
Improve this Doc
View Source
_moveRelativeTask
Declaration
public MoveRelativeTask _moveRelativeTask { get; }
Property Value
|
Improve this Doc
View Source
_moveVelocityTask
Declaration
public MoveVelocityTask _moveVelocityTask { get; }
Property Value
|
Improve this Doc
View Source
_power
Declaration
public Power _power { get; }
Property Value
|
Improve this Doc
View Source
_resetTask
Declaration
public ResetTask _resetTask { get; }
Property Value
|
Improve this Doc
View Source
_setPositionTask
Declaration
public SetPositionTask _setPositionTask { get; }
Property Value
|
Improve this Doc
View Source
_soEResetTask
Declaration
public SoEResetTask _soEResetTask { get; }
Property Value
|
Improve this Doc
View Source
_stopTask
Declaration
public StopTask _stopTask { get; }
Property Value
|
Improve this Doc
View Source
inCalibrationCam
Declaration
public OnlinerBool inCalibrationCam { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inEnable
Declaration
public OnlinerBool inEnable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
public OnlinerBool inEnableNegative { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
public OnlinerBool inEnablePositive { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoDriveSimple)
Declaration
public void CopyPlainToShadow(PlainTcoDriveSimple source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoDriveSimple CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoDriveSimple)
Declaration
protected PlainTcoDriveSimple CreatePlainerType(PlainTcoDriveSimple cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoDriveSimple)
Declaration
public void FlushOnlineToPlain(PlainTcoDriveSimple source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoDriveSimple)
Declaration
public void FlushPlainToOnline(PlainTcoDriveSimple source)
Parameters
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
|
Improve this Doc
View Source
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
|
Improve this Doc
View Source
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
|
Improve this Doc
View Source
IShadowTcoDriveSimple._axisStatus
Declaration
[ReadOnly]
IShadowTcoAxisStatus IShadowTcoDriveSimple._axisStatus { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._haltTask
Declaration
IShadowHaltTask IShadowTcoDriveSimple._haltTask { get; }
Returns
|
Improve this Doc
View Source
Declaration
IShadowHomeTask IShadowTcoDriveSimple._homeTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._jog
Declaration
IShadowJog IShadowTcoDriveSimple._jog { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._moveAbsoluteTask
Declaration
IShadowMoveAbsoluteTask IShadowTcoDriveSimple._moveAbsoluteTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._moveModuloTask
Declaration
IShadowMoveModuloTask IShadowTcoDriveSimple._moveModuloTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._moveRelativeTask
Declaration
IShadowMoveRelativeTask IShadowTcoDriveSimple._moveRelativeTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._moveVelocityTask
Declaration
IShadowMoveVelocityTask IShadowTcoDriveSimple._moveVelocityTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._power
Declaration
IShadowPower IShadowTcoDriveSimple._power { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._resetTask
Declaration
IShadowResetTask IShadowTcoDriveSimple._resetTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._setPositionTask
Declaration
IShadowSetPositionTask IShadowTcoDriveSimple._setPositionTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._soEResetTask
Declaration
IShadowSoEResetTask IShadowTcoDriveSimple._soEResetTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple._stopTask
Declaration
IShadowStopTask IShadowTcoDriveSimple._stopTask { get; }
Returns
|
Improve this Doc
View Source
IShadowTcoDriveSimple.inCalibrationCam
Declaration
IShadowBool IShadowTcoDriveSimple.inCalibrationCam { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowTcoDriveSimple.inEnable
Declaration
IShadowBool IShadowTcoDriveSimple.inEnable { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowTcoDriveSimple.inEnableNegative
Declaration
IShadowBool IShadowTcoDriveSimple.inEnableNegative { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowTcoDriveSimple.inEnablePositive
Declaration
IShadowBool IShadowTcoDriveSimple.inEnablePositive { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
ITcoDriveSimple._axisStatus
Declaration
[ReadOnly]
ITcoAxisStatus ITcoDriveSimple._axisStatus { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._haltTask
Declaration
IHaltTask ITcoDriveSimple._haltTask { get; }
Returns
|
Improve this Doc
View Source
Declaration
IHomeTask ITcoDriveSimple._homeTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._jog
Declaration
IJog ITcoDriveSimple._jog { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._moveAbsoluteTask
Declaration
IMoveAbsoluteTask ITcoDriveSimple._moveAbsoluteTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._moveModuloTask
Declaration
IMoveModuloTask ITcoDriveSimple._moveModuloTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._moveRelativeTask
Declaration
IMoveRelativeTask ITcoDriveSimple._moveRelativeTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._moveVelocityTask
Declaration
IMoveVelocityTask ITcoDriveSimple._moveVelocityTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._power
Declaration
IPower ITcoDriveSimple._power { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._resetTask
Declaration
IResetTask ITcoDriveSimple._resetTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._setPositionTask
Declaration
ISetPositionTask ITcoDriveSimple._setPositionTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._soEResetTask
Declaration
ISoEResetTask ITcoDriveSimple._soEResetTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple._stopTask
Declaration
IStopTask ITcoDriveSimple._stopTask { get; }
Returns
|
Improve this Doc
View Source
ITcoDriveSimple.inCalibrationCam
Declaration
IOnlineBool ITcoDriveSimple.inCalibrationCam { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
ITcoDriveSimple.inEnable
Declaration
IOnlineBool ITcoDriveSimple.inEnable { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
ITcoDriveSimple.inEnableNegative
Declaration
IOnlineBool ITcoDriveSimple.inEnableNegative { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
ITcoDriveSimple.inEnablePositive
Declaration
IOnlineBool ITcoDriveSimple.inEnablePositive { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject