Class SetPositionTask
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.TcoDrivesBeckhoff
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public abstract class SetPositionTask : TcoTask
Constructors
| Improve this Doc View SourceSetPositionTask()
Prevents creating instance of this class via public constructor
Declaration
public SetPositionTask()
Fields
| Improve this Doc View Source_mode
Declaration
public short _mode
Field Value
Type | Description |
---|---|
System.Int16 |
_position
Declaration
public object _position
Field Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceOnDone()
Executes when task reaches the Done
state .
Declaration
[IgnoreReflection]
protected void OnDone()
OnError()
Executes when task reaches the Error
state.
Do not confuse with WhileError(), that is called cyclically until '''Error''' state is left.
Declaration
[IgnoreReflection]
protected void OnError()
Restore()
Restores this instance to the Ready state. Can be called explicitly or from within one of the restore mechanisms.
See also AutoRestorable
Declaration
[IgnoreReflection]
public dynamic Restore()
Returns
Type | Description |
---|---|
System.Object | Plc type ITcoRestorable; Twin type: |
WhileError()
Executes until task is in Error
state .
Declaration
[IgnoreReflection]
protected void WhileError()