Class TcoCylinderMoveTask
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()
Namespace: PlcDocu.TcoPneumatics
Assembly: TcoPneumaticsConnector.dll
Syntax
public abstract class TcoCylinderMoveTask : TcoTask
Constructors
| Improve this Doc View SourceTcoCylinderMoveTask()
Prevents creating instance of this class via public constructor
Declaration
public TcoCylinderMoveTask()
Fields
| Improve this Doc View Source_stringBuilder
Declaration
public StringBuilder _stringBuilder
Field Value
Type | Description |
---|---|
StringBuilder |
InverseSignal
Declaration
public object InverseSignal
Field Value
Type | Description |
---|---|
System.Object |
MaxTimeToReachPosition
Declaration
public object MaxTimeToReachPosition
Field Value
Type | Description |
---|---|
System.Object |
MoveToPositionSignal
Declaration
public object MoveToPositionSignal
Field Value
Type | Description |
---|---|
System.Object |
PositionName
Declaration
public object PositionName
Field Value
Type | Description |
---|---|
System.Object |
PositionSensor
Declaration
public object PositionSensor
Field Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceOnAbort()
Executes when task is aborted.
Declaration
[IgnoreReflection]
protected void OnAbort()