Class TcoDataInspector
Provides a mechanism for inspecting status of discrete signal.
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 TcoDataInspector : TcoInspector
Constructors
| Improve this Doc View SourceTcoDataInspector()
Prevents creating instance of this class via public constructor
Declaration
public TcoDataInspector()
Fields
| Improve this Doc View Source_data
Declaration
public TcoDataInspectorData _data
Field Value
Type | Description |
---|---|
TcoDataInspectorData |
Properties
| Improve this Doc View SourceCommonData
Gets common data settings of inspectors.
Declaration
[IgnoreReflection]
public dynamic CommonData { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type TcoInspectorData; Twin type: TcoInspectorData |
Data
Gets data of this inspector.
Declaration
[IgnoreReflection]
public dynamic Data { get; }
Property Value
Type | Description |
---|---|
System.Object | Plc type TcoDataInspectorData; Twin type: TcoDataInspectorData |
Methods
| Improve this Doc View SourceInspect(Object)
Inspects the signal and evaluates that it matches the value set in RequiredStatus
.
Declaration
[IgnoreReflection]
public dynamic Inspect(dynamic Status)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Status | Plc type : STRING [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerString
|
Returns
Type | Description |
---|---|
System.Object | Returns the interface with information about the state of inspection. |
OnDone()
Executes when task reaches the Done
state .
Declaration
[IgnoreReflection]
protected void OnDone()