Class TcoInspectorData
Defines data commonly used accross different types of inspectors.
Inheritance
Inherited Members
Namespace: PlcDocu.TcoInspectors
Assembly: TcoInspectorsConnector.dll
Syntax
public abstract class TcoInspectorData
Constructors
| Improve this Doc View SourceTcoInspectorData()
Prevents creating instance of this class via public constructor
Declaration
public TcoInspectorData()
Fields
| Improve this Doc View SourceErrorCode
Error code.
Declaration
public object ErrorCode
Field Value
| Type | Description |
|---|---|
| System.Object |
FailTime
Fail time. Is the maximum test duration (or timeout). If the condition for the successul test is not met within this time, the test fails.
Declaration
public object FailTime
Field Value
| Type | Description |
|---|---|
| System.Object |
FailureDescription
Verbatim description of the failure.
Declaration
public object FailureDescription
Field Value
| Type | Description |
|---|---|
| System.Object |
IsByPassed
Test is bypassed, no eveluation occurs.
Evaluation of excluded test should be handled by user code.
Declaration
public object IsByPassed
Field Value
| Type | Description |
|---|---|
| System.Object |
IsExcluded
Test is excluded from evaluation. If TRUE the check is excluded, the test will run and provide detected value. Evaluation of excluded test should be handled by user code.
Declaration
public object IsExcluded
Field Value
| Type | Description |
|---|---|
| System.Object |
NumberOfAllowedRetries
Counter of allowed inspections.
Declaration
public object NumberOfAllowedRetries
Field Value
| Type | Description |
|---|---|
| System.Object |
PassTime
Pass time, elapses when the measured value has required value (see ReuiredStatus).
The signal must have required value continuosly for this time span for the check to pass.
Declaration
public object PassTime
Field Value
| Type | Description |
|---|---|
| System.Object |
Result
Test result.
Declaration
public short Result
Field Value
| Type | Description |
|---|---|
| System.Int16 |
RetryAttemptsCount
Counter inspections.
Declaration
public object RetryAttemptsCount
Field Value
| Type | Description |
|---|---|
| System.Object |
TimeStamp
Inspection timestamp.
Declaration
public object TimeStamp
Field Value
| Type | Description |
|---|---|
| System.Object |