Class TcoInspectorTask
Base block for inspectors.
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.TcoInspectors
Assembly: TcoInspectorsConnector.dll
Syntax
public abstract class TcoInspectorTask : TcoTask
Constructors
| Improve this Doc View SourceTcoInspectorTask()
Prevents creating instance of this class via public constructor
Declaration
public TcoInspectorTask()
Fields
| Improve this Doc View Source_failTimer
Declaration
public object _failTimer
Field Value
Type | Description |
---|---|
System.Object |
_inspectionData
Declaration
public object _inspectionData
Field Value
Type | Description |
---|---|
System.Object |
_onDoneFlag
Declaration
public object _onDoneFlag
Field Value
Type | Description |
---|---|
System.Object |
_passTimer
Declaration
public object _passTimer
Field Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceExecute()
Returns true if the task is Busy, otherwise false. This method needs to be called cyclically.
Declaration
[IgnoreReflection]
public dynamic Execute()
Returns
Type | Description |
---|---|
System.Object | Plc type BOOL; Twin type: Vortex.Connector.ValueTypes.OnlinerBool |
OnDone()
Executes when task reaches the Done
state .
Declaration
[IgnoreReflection]
protected void OnDone()
OnStart()
Executes once when inspection starts.
Declaration
[IgnoreReflection]
protected void OnStart()
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: |