loading
 
AX 12 Dynamixel servo control
Nurul Fuad from Australia  [13 posts]
8 year
Hi Steven,

Currently, I have problem in connecting AX 12 Dynamixel servo. The servo is being recognized by RR however, when I did some programming to turn servo into certain angle, it did not work.

I use VBS script function.

This is my program that I have made and use the mean intensity value to move the servo.

___________________________________________________________________

'Get servo variables

meanIntensity = GetVariable ("MEAN_INTENSITY")
SetVariable "CENTRE", 512

'Servo rotate according to mean intensity value

if meanIntensity < 126 then

Position_New= CENTRE + 100

end if

SetVariable "Position_New", Position_New

__________________________________________________________________

Questions:

1. What are the possible reasons for the servo is not moving?
2. Do I have to everytime check on the Robotis Dynamixel function before doing any programming coding in VBS script?

Your help are highly appreciated.

Thanks

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index