Click or drag to resize

AnalogSignalWriteRelative Method

Writes the relative value of the analog signal.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void WriteRelative(
	float newProcentualValue
)

Parameters

newProcentualValue
Type: SystemSingle
A float value from 0 to 1 that represents the new value calculated by percent.
Exceptions
ExceptionCondition
ArgumentExceptionThe newProcentualValue is not between 0 and 1.
GeneralExceptionA General Exception has occurred.
See Also