Class TcoAnalogueInspector
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 TcoAnalogueInspector : TcoInspector
Constructors
| Improve this Doc View SourceTcoAnalogueInspector()
Prevents creating instance of this class via public constructor
Declaration
public TcoAnalogueInspector()
Fields
| Improve this Doc View Source_data
Declaration
public TcoAnalogueInspectorData _data
Field Value
Type | Description |
---|---|
TcoAnalogueInspectorData |
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 TcoAnalogueInspectorData; Twin type: TcoAnalogueInspectorData |
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 : LREAL [VAR_INPUT]; Twin type : Vortex.Connector.ValueTypes.OnlinerLReal
|
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()