ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
446 stars 398 forks source link

Dynamixel SDK - bulk read/write #468

Open ramonestana opened 3 years ago

ramonestana commented 3 years ago

ISSUE TEMPLATE ver. 1.2.0

Please fill this template for more accurate and prompt support.

  1. Which DYNAMIXEL SDK version do you use?

    • ex) 3.5.4
  2. Which programming language/tool do you use?

    • ex) C#,
  3. Which operating system do you use?

    • ex) Windows 10,
  4. Which USB serial converter do you use?

    • ex) `U2D2
  5. Which DYNAMIXEL do you use?

    • ex) `XM540-W270-T.
  6. Have you searched the issue from the closed issue threads? Yes

  7. Please describe the issue in detail I have tried to run the example BulkReadWrite with two XM540-W270-T, but nothing happend. In de terminal window, I get the following messages;

Succeeded to open the port! Succeeded to change the baudrate! Dynamixel1 has been successfully connected Dynamixel2 has been successfully connected Press any key to continue! (or press ESC to quit!)

But when I press a key, the messages at the screen are a bulk of equal messages like: [ID: 1] Present Position : 415 [ID: 2] LED Value : 0 [ID: 1] Present Position : 415 [ID: 2] LED Value : 0 [ID: 1] Present Position : 415 [ID: 2] LED Value : 0 [ID: 1] Present Position : 415 [ID: 2] LED Value : 0 [ID: 1] Present Position : 415 [ID: 2] LED Value : 0

and so on. At the beginning, one of the servos is moving a little bit, but then nothing happens any more.

I should mention that the example with only one servo (example readwrite) is running perfectly (I changed the Control table values as you suggested in a previous thread).

Please help!

Thank you very much in advance!

Best, Ramon

  1. How can we reproduce the issue?

I dont know, sadly

ROBOTIS-David commented 3 years ago

Hi,

I am wondering if you could copy your code and paste it in order for me to look through.

ROBOTIS-Will commented 3 years ago

@ramonestana Could you copy and paste your BulkReadWrite.cs code here? Without the source code, it is difficult for us to figure out what went wrong. Thanks.