Class TcoAoConfig
TcoAo
settings/config structure.
Inheritance
System.Object
TcoAoConfig
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.TcoElements
Assembly: TcoElementsConnector.dll
Syntax
public abstract class TcoAoConfig
Constructors
| Improve this Doc View SourceTcoAoConfig()
Prevents creating instance of this class via public constructor
Declaration
public TcoAoConfig()
Fields
| Improve this Doc View SourceGain
Allows simple adjustment of the calculated value multiplying the value by factor of Gain
.
Declaration
public object Gain
Field Value
Type | Description |
---|---|
System.Object |
Offset
Allows simple adjustment of the calculated value by adding Offset
value.
Declaration
public object Offset
Field Value
Type | Description |
---|---|
System.Object |
RawHigh
Highest possible value of the raw input.
Declaration
public object RawHigh
Field Value
Type | Description |
---|---|
System.Object |
RawLow
Lowest possible value of the raw input.
Declaration
public object RawLow
Field Value
Type | Description |
---|---|
System.Object |
RealHigh
Highest threshold range of scaled value.
RealLow
and RealHigh
should represent the real range of an continuous input.
Declaration
public object RealHigh
Field Value
Type | Description |
---|---|
System.Object |
RealLow
Lowest threshold of scaled value.
RealLow
and RealHigh
should represent the real range of an continuous input.
Declaration
public object RealLow
Field Value
Type | Description |
---|---|
System.Object |