Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

CM510 still not working

Bioloid robot kit from Korean company Robotis; CM5 controller block, AX12 servos..
24 postsPage 2 of 21, 2
24 postsPage 2 of 21, 2

Fedup

Post by UncleBob » Tue Jan 26, 2010 4:18 pm

Post by UncleBob
Tue Jan 26, 2010 4:18 pm

Still not working. Getting fedup.
Still not working. Getting fedup.
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Post by altwolf » Tue Jan 26, 2010 5:35 pm

Post by altwolf
Tue Jan 26, 2010 5:35 pm

I might try taking the cm-510 etc. over to a friend's house and see whether it works on their computer.

Or maybe you have another PC laying around you could test it on?
I might try taking the cm-510 etc. over to a friend's house and see whether it works on their computer.

Or maybe you have another PC laying around you could test it on?
altwolf
Savvy Roboteer
Savvy Roboteer
Posts: 50
Joined: Thu Jan 29, 2009 9:11 pm

Post by Fritzoid » Tue Jan 26, 2010 7:46 pm

Post by Fritzoid
Tue Jan 26, 2010 7:46 pm

I see at least four possible sources of the problem.

1. The CM-510 itself, blown UART or something.

2. The USB2Serial dongle, something physically wrong again.

3. The USB port on the computer is bad.

4. Your copy of RoboPlus is somehow corrupted, have you reinstalled yet?

To determine which one you need to isolate each source from all the others using equipment that is known to work otherwise. For example talking to the CM-510 without RoboPlus on a PC with a real serial port. And, use the USB2Dynamixel to talk to another computer or a modem.

Also at this point you need to consider that one bad component could be blowing out the others.

If the CM-510 worked for the distributor then take it back there and see if it still works.

When things get this bad, chances are that there are multiple problems here complicating the picture.
I see at least four possible sources of the problem.

1. The CM-510 itself, blown UART or something.

2. The USB2Serial dongle, something physically wrong again.

3. The USB port on the computer is bad.

4. Your copy of RoboPlus is somehow corrupted, have you reinstalled yet?

To determine which one you need to isolate each source from all the others using equipment that is known to work otherwise. For example talking to the CM-510 without RoboPlus on a PC with a real serial port. And, use the USB2Dynamixel to talk to another computer or a modem.

Also at this point you need to consider that one bad component could be blowing out the others.

If the CM-510 worked for the distributor then take it back there and see if it still works.

When things get this bad, chances are that there are multiple problems here complicating the picture.
Fritzoid
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 331
Joined: Mon Dec 18, 2006 1:00 am

Take

Post by UncleBob » Wed Jan 27, 2010 1:55 am

Post by UncleBob
Wed Jan 27, 2010 1:55 am

Taking laptop and everything to distributor and leave them to help me find out the problem. Maybe a faulty cable. Different version of roboplus or cm510 uart blow. Keep you guys update.
Taking laptop and everything to distributor and leave them to help me find out the problem. Maybe a faulty cable. Different version of roboplus or cm510 uart blow. Keep you guys update.
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Post by UncleBob » Wed Jan 27, 2010 6:09 am

Post by UncleBob
Wed Jan 27, 2010 6:09 am

I think it is problem with the cable. Try a different cable from distributors and it is work. Let's give more try at home.
I think it is problem with the cable. Try a different cable from distributors and it is work. Let's give more try at home.
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Great, back to doing some fun stuff

Post by marcdimmick » Wed Jan 27, 2010 6:16 am

Post by marcdimmick
Wed Jan 27, 2010 6:16 am

Fantastic, it took me 3 weeks to resolve my issue I fully understand your frustration. :)
Fantastic, it took me 3 weeks to resolve my issue I fully understand your frustration. :)
marcdimmick
Savvy Roboteer
Savvy Roboteer
Posts: 34
Joined: Wed Oct 28, 2009 6:35 am

More vid

Post by UncleBob » Wed Jan 27, 2010 7:41 am

Post by UncleBob
Wed Jan 27, 2010 7:41 am

guess you be seeing more vid from me when i get my stuff working :)
guess you be seeing more vid from me when i get my stuff working :)
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Looking forward to the new vids

Post by marcdimmick » Wed Jan 27, 2010 7:56 am

Post by marcdimmick
Wed Jan 27, 2010 7:56 am

I have been working with the software and getting some things happening but looking forward to seeing the new vids. You should look to make a series I would love to link them on a site I have been working on. I am not sure if you have seen it www.robotusersaustralia.com I am trying to get a user group going in Australia. See how I go.
I have been working with the software and getting some things happening but looking forward to seeing the new vids. You should look to make a series I would love to link them on a site I have been working on. I am not sure if you have seen it www.robotusersaustralia.com I am trying to get a user group going in Australia. See how I go.
marcdimmick
Savvy Roboteer
Savvy Roboteer
Posts: 34
Joined: Wed Oct 28, 2009 6:35 am

Post by Compadre » Fri Jul 22, 2011 4:05 am

Post by Compadre
Fri Jul 22, 2011 4:05 am

You guys have good simulations there, but still the 57,600 kb restrictions for the rs-232 is kind of stunning.

Because this let you control within 25 ms margin for doing all the computing stuff.

If we add 2 more dynamixels this time is still reduced, if we consider 2 ms for reading ports the time required for computing online control laws is very minimal.

Lets put 15 ms for sending informations among robots and the time is still reduced. If we want to compute derivatives integrals and filters you can think that the time for game strategy is like 6500 micro seconds so there is a hardware update to do.

In comparision if it takes to google about 125 ms to reply a ping this gets a physically present robot very fast.
You guys have good simulations there, but still the 57,600 kb restrictions for the rs-232 is kind of stunning.

Because this let you control within 25 ms margin for doing all the computing stuff.

If we add 2 more dynamixels this time is still reduced, if we consider 2 ms for reading ports the time required for computing online control laws is very minimal.

Lets put 15 ms for sending informations among robots and the time is still reduced. If we want to compute derivatives integrals and filters you can think that the time for game strategy is like 6500 micro seconds so there is a hardware update to do.

In comparision if it takes to google about 125 ms to reply a ping this gets a physically present robot very fast.
Compadre
Robot Builder
Robot Builder
Posts: 10
Joined: Fri Jul 22, 2011 3:58 am

Previous
24 postsPage 2 of 21, 2
24 postsPage 2 of 21, 2