AnalogSignal Class |
Namespace: ABB.Robotics.Controllers.IOSystemDomain
public sealed class AnalogSignal : Signal, IDisposable
The AnalogSignal type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) | |
| MaxValue | Gets the maximum value of the analog signal. | |
| MinValue | Gets the minimum value of the analog signal. | |
| Name | Gets the name of the IO data. (Inherited from Signal.) | |
| SignalValue |
Gets or sets the value of the Signal.
(Inherited from Signal.) | |
| State |
Gets SignalState of the Signal.
(Inherited from Signal.) | |
| Type |
Gets the signal type.
(Inherited from Signal.) | |
| Value | Obsolete.
Gets or sets the value of the Signal.
(Inherited from Signal.) |
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ReadRelative |
Reads the relative value of the analog signal.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteRelative |
Writes the relative value of the analog signal.
|
| Name | Description | |
|---|---|---|
| Changed |
Occurs when the value or the state of the signal has changed.
(Inherited from Signal.) |