Class TcoAi
Generic component for monitoring of a continuous signal input. (e.g. AnalogSensor).
Inherited Members
Namespace: PlcDocu.TcoElements
Assembly: TcoElementsConnector.dll
Syntax
public abstract class TcoAi : TcoComponent
Constructors
| Improve this Doc View SourceTcoAi()
Prevents creating instance of this class via public constructor
Declaration
public TcoAi()
Fields
| Improve this Doc View Source_config
Contains information about the settings and configuration of this instance of TcoAi
.
Declaration
public TcoAiConfig _config
Field Value
Type | Description |
---|---|
TcoAiConfig |
_rawRange
Declaration
public object _rawRange
Field Value
Type | Description |
---|---|
System.Object |
_realRange
Declaration
public object _realRange
Field Value
Type | Description |
---|---|
System.Object |
_scaled
Declaration
public object _scaled
Field Value
Type | Description |
---|---|
System.Object |
_signal
Backing variable for signal; this variable is used directly by the component. It updates inoSingal
in FB body call.
Declaration
public object _signal
Field Value
Type | Description |
---|---|
System.Object |
_signalInfo
Provides information about the input signal of this instance of TcoAi
.
Declaration
public TcoSignalInfo _signalInfo
Field Value
Type | Description |
---|---|
TcoSignalInfo |
_status
Contains information about the status if this instance of TcoAi
.
Declaration
public TcoAiStatus _status
Field Value
Type | Description |
---|---|
TcoAiStatus |
inoSignal
Input continious signal. Typically an %I* : INT
or %I* : DINT
variable.
Declaration
public object inoSignal
Field Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceRestore()
Restores this instance to the Ready state. Can be called explicitly or from within one of the restore mechanisms.
Declaration
[IgnoreReflection]
public dynamic Restore()
Returns
Type | Description |
---|---|
System.Object | Plc type ITcoRestorable; Twin type: |
ServiceMode()
Custom service (manual, maintenance) logic. This method must be implemented in derived class.
Declaration
[IgnoreReflection]
protected void ServiceMode()