Dynamixel
MovingSpeed Property
NamespacesDynamixelDynamixelMovingSpeed
Get or set the MovingSpeed register.
Declaration Syntax
C#Visual BasicVisual C++
public int MovingSpeed { get; set; }
Public Property MovingSpeed As Integer
public:
property int MovingSpeed {
	int get ();
	void set (int value);
}
Remarks
If this Dynamixel is in Synchronized mode, a set value will be saved in the cache until 'DynamixelNextwork.Synchronize' is called when all changed Dynamixel positions and speeds will be set at once.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0