Click or drag to resize

DigitalSignalPulse Method (Int32)

Generates a pulse on a digital signal for a specified period of time.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void Pulse(
	int time
)

Parameters

time
Type: SystemInt32
Time of the pulse in milliseconds.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also