Click or drag to resize

GroupSignalWrite Method (UInt32)

Writes a value of the group signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void Write(
	uint newValue
)

Parameters

newValue
Type: SystemUInt32
New value of the signal.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also