Skip to content

Commit a3c80da

Browse files
authored
Update Commander.h
1 parent 42cf4b4 commit a3c80da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/communication/Commander.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ class Commander
143143
* 'C' - clear monitor
144144
* 'S' - set monitoring variables
145145
* 'G' - get variable value
146-
* '' - Target get/set
146+
* '' - Target setting interface
147+
* Depends of the motion control mode:
148+
* - torque : torque (ex. M2.5)
149+
* - velocity (open and closed loop) : velocity torque (ex.M10 2.5 or M10 to only chanage the target witout limits)
150+
* - angle (open and closed loop) : angle velocity torque (ex.M3.5 10 2.5 or M3.5 to only chanage the target witout limits)
147151
*
148152
* - Each of them can be get by sening the command letter -(ex. 'R' - to get the phase resistance)
149153
* - Each of them can be set by sending 'IdSubidValue' - (ex. SM1.5 for setting sensor zero offset to 1.5f)

0 commit comments

Comments
 (0)