Asked — Edited

Ax12 Led On/Off Command In Ez Script

Hello,

I set up one of my dynamixels tonight, used the plug in, wrote scripting to "exercise" this servo. All works fine. In EZ script there is an instruction AX12Led(port,on) and AX12Led(port,off). I cant make either of these work. Using the plug in I can turn the LED on the servo on and off. Is there a way via scripting to do this. During startup I would like to see these all come on and go off as a way of ok communications. Thanks


ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

#9  

Tried that, still doesn't work, same error.

#10  

How do I get this new control into my existing project.

EDIT:

Not sure how I did it but it is there now. Thanks Chris

PRO
Synthiam
#11  
  1. Close ARC

  2. Visit the ez-robot website at www.ez-robot.com and click on Software -> Plugins

  3. Locate the plugin that you wish to install and press it's INSTALL button

  4. Follow the installation procedure

  5. Load ARC

  6. If you have a project with an existing dynamixel plugin, it will load the updated plugin automatically. If you do not have a project with a dynamixel plugin, use the Project->Add Control->Plugins

#12  

So I have the updated plug in now. However the ControlCommand for led control still does not work. From the setup page where I can address the dynamixels, the led on/ off works fine . As to my other thread in speaking with trossen robotics tech support today they have assured me that the mx 64 t servo uses the exact same protocol as the ax12a yet I cannot control the mx 64 t. The only difference I was told was that the mx 64t ships with a baud rate of 57,600 rather than the 1000000 ARC uses as default. I tried changing the baud rate in ARC to 57,600 but I don't believe it's actually changing anything. Anyone have any experience with this?

PRO
Synthiam
#13  

baud rate change works. unless you're not pressing the Force Init, the baud rate change does nothing

i'll check the led to see if there's somethign else

PRO
Synthiam
#14  

get the latest version of the plugin, i added help icons to assist you. I also added a button on the config menu so you can initialize from that menu to assist you.

Here are instructions to install/update a plugin:

  1. Close ARC

  2. Visit the ez-robot website at www.ez-robot.com and click on Software -> plugins

  3. Locate the plugin that you wish to install and press it's INSTALL button

  4. Follow the installation software by double clicking on the downloaded file

  5. Verify there are no errors in the installer window

  6. Load ARC and locate your plugin in the Add Controls menu

#15  

Hey Dj,

I hate to report another issue I just came about... with dynamixels ax12a. I may be doing something wrong so. Is there a way to adjust the speed of the dynamixel servo? I ask because when I tried to use the ServoSpeed(port,speed) command my ezb4 did something completely weird. I run my controller in AP mode. When I ran the script I created using the servo speed instruction the ezb4 started speaking "I have successfully connected to your network" I verified this twice, deleting the servo speed instruction-all fine, re inserting speed command and it spoke the message again. I did insert the servo speed instruction before the actual position command. Thanks again! Chris