Class TcoAo
Generic component for continious control of an output.(e. g. Continious analog sensor)
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 TcoAo : TcoComponent
Constructors
| Improve this Doc View SourceTcoAo()
Prevents creating instance of this class via public constructor
Declaration
public TcoAo()
Fields
| Improve this Doc View Source_config
Declaration
public TcoAoConfig _config
Field Value
Type | Description |
---|---|
TcoAoConfig |
_rawRange
Declaration
public object _rawRange
Field Value
Type | Description |
---|---|
System.Object |
_realRange
Declaration
public object _realRange
Field Value
Type | Description |
---|---|
System.Object |
_requiredValue
Declaration
public object _requiredValue
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
Declaration
public TcoSignalInfo _signalInfo
Field Value
Type | Description |
---|---|
TcoSignalInfo |
_status
Declaration
public TcoAoStatus _status
Field Value
Type | Description |
---|---|
TcoAoStatus |
_unscaled
Declaration
public object _unscaled
Field Value
Type | Description |
---|---|
System.Object |
inoSignal
Controlled signal. Typically an %Q* : INT
,%Q* : 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()