Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device..::.DoaSend8ServoGain Method |
Device Class See Also Send Feedback |
Sends data to a DOA_servo daughtercard to control the gain
parameter of an individual servo wired to the card.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub DoaSend8ServoGain ( _ deviceAddr As Byte, _ servoNum As Byte, _ gain As Byte _ ) |
C# |
---|
public void DoaSend8ServoGain( byte deviceAddr, byte servoNum, byte gain ) |
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 gain parameter value will be applied.
- gain
- Type: System..::.Byte
The new gain value to use for the specified servo.