DoaSend8ServoPosition Method

Phcc Interface Library .NET / COM

Sends data to a DOA_servo daughtercard to control the position of an individual servo wired to the card.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Sub DoaSend8ServoPosition ( _
	deviceAddr As Byte, _
	servoNum As Byte, _
	position As Byte _
)
C#
public void DoaSend8ServoPosition(
	byte deviceAddr,
	byte servoNum,
	byte position
)

Parameters

deviceAddr
Type: System..::.Byte
The device address of the specific DOA_servo daughtercard to send data to.
servoNum
Type: System..::.Byte
The number of the specific servo on the DOA_servo daughtercard, to which this position update will be sent.
position
Type: System..::.Byte
The position value to set this servo to.

See Also