Click or drag to resize

GroupSignalWrite Method (Int32)

Note: This API is now obsolete.

Writes a value to the group signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
[ObsoleteAttribute("Use overloaded function instead")]
public void Write(
	int newValue
)

Parameters

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