Click or drag to resize

GroupSignal Class

This class represent a group signal.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class GroupSignal : Signal, 
	IDisposable

The GroupSignal type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyGroupMaxValue
Gets the maximum value of the group signal.
Public propertyGroupValue
Gets or sets the value of the group signal
Public propertyMaxValue Obsolete.
Gets the maximum value of the group signal.
Public propertyName
Gets the name of the IO data.
(Inherited from Signal.)
Public propertySignalValue
Gets or sets the value of the Signal.
(Inherited from Signal.)
Public propertyState
Gets SignalState of the Signal.
(Inherited from Signal.)
Public propertyType
Gets the signal type.
(Inherited from Signal.)
Public propertyValue Obsolete.
Gets or sets the value of the Signal.
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(Int32) Obsolete.
Writes a value to the group signal.
Public methodWrite(UInt32)
Writes a value of the group signal.
Top
Events
  NameDescription
Public eventChanged
Occurs when the value or the state of the signal has changed.
(Inherited from Signal.)
Top
See Also