GroupSignal Class |
Namespace: ABB.Robotics.Controllers.IOSystemDomain
public sealed class GroupSignal : Signal, IDisposable
The GroupSignal type exposes the following members.
Name | Description | |
---|---|---|
ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) | |
GroupMaxValue | Gets the maximum value of the group signal. | |
GroupValue |
Gets or sets the value of the group signal
| |
MaxValue | Obsolete. Gets the maximum value of the group 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.
|
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write(Int32) | Obsolete.
Writes a value to the group signal.
| |
Write(UInt32) |
Writes a value of the group signal.
|
Name | Description | |
---|---|---|
Changed |
Occurs when the value or the state of the signal has changed.
(Inherited from Signal.) |