Click or drag to resize

IOSystemGetSignal Method

Gets a Signal object referring to a specific IO signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public Signal GetSignal(
	string signalName
)

Parameters

signalName
Type: SystemString
Name of the signal.

Return Value

Type: Signal
A Signal object used to access the signal. If the signal does not exist, the return value is null.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also