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

Highspeed seton Highspeed set off ? And Deley 500 ?

Hitec robotics including ROBONOVA humanoid, HSR-8498HB servos, MR C-3024 Controllers and RoboBasic
13 postsPage 1 of 1
13 postsPage 1 of 1

Highspeed seton Highspeed set off ? And Deley 500 ?

Post by chitownrobo » Thu Nov 15, 2007 3:51 am

Post by chitownrobo
Thu Nov 15, 2007 3:51 am

If you can define the speed with 1 through 15 what would you need or whats the purpose of these commands Highspeed seton Highspeed set off ?

example Deley 500 ? what is that in real time .5 second ?
If you can define the speed with 1 through 15 what would you need or whats the purpose of these commands Highspeed seton Highspeed set off ?

example Deley 500 ? what is that in real time .5 second ?
chitownrobo
Robot Builder
Robot Builder
Posts: 21
Joined: Mon Nov 12, 2007 11:12 pm

Post by Gort » Thu Nov 15, 2007 3:21 pm

Post by Gort
Thu Nov 15, 2007 3:21 pm

HighSpeed

This command sets or cancels the high-speed mode of a servo in the MR-C3000
series controllers. High speed is about 3 times faster than normal speed.
- HIGHSPEED SETON: Enable high-speed mode in the MR-C3000 series
controllers.
- HIGHSPEED SETOFF: Cancel high-speed mode in the MR-C3000 series
controllers. (Returns to the normal speed mode).

This is one of Matt’s very fast Kung Fu moves as an example.

right_attack:
SPEED 7
GOSUB right_attack1

SPEED 12
HIGHSPEED SETON
MOVE G6D, 98, 157, 20, 134, 110, 100
MOVE G6A, 57, 115, 77, 125, 134, 100
MOVE G6B,112, 92, 99, 100, 100, 100
MOVE G6C,107, 135, 108, 100, 100, 100
WAIT
DELAY 1000
HIGHSPEED SETOFF
SPEED 15
GOSUB sit_pose
RETURN

Delay

This command will delay the program execution for a set time. Delay time for the MRC2000
series controllers is 10ms and it is 1ms for the MR-C3000 series controllers.
A figure, constant, or variable can be used for [delay time]
MR-C2000 series controller:
DELAY 10 'Delay for 100ms. (10ms * 10 = 100ms = 0.1sec)
MR-C3000 series controller:
DELAY 500 'Delay for 500ms. (1ms * 500 = 500ms = 0.5sec)


You need to download the RoboBasic manual. I hope that answered your question? :)
HighSpeed

This command sets or cancels the high-speed mode of a servo in the MR-C3000
series controllers. High speed is about 3 times faster than normal speed.
- HIGHSPEED SETON: Enable high-speed mode in the MR-C3000 series
controllers.
- HIGHSPEED SETOFF: Cancel high-speed mode in the MR-C3000 series
controllers. (Returns to the normal speed mode).

This is one of Matt’s very fast Kung Fu moves as an example.

right_attack:
SPEED 7
GOSUB right_attack1

SPEED 12
HIGHSPEED SETON
MOVE G6D, 98, 157, 20, 134, 110, 100
MOVE G6A, 57, 115, 77, 125, 134, 100
MOVE G6B,112, 92, 99, 100, 100, 100
MOVE G6C,107, 135, 108, 100, 100, 100
WAIT
DELAY 1000
HIGHSPEED SETOFF
SPEED 15
GOSUB sit_pose
RETURN

Delay

This command will delay the program execution for a set time. Delay time for the MRC2000
series controllers is 10ms and it is 1ms for the MR-C3000 series controllers.
A figure, constant, or variable can be used for [delay time]
MR-C2000 series controller:
DELAY 10 'Delay for 100ms. (10ms * 10 = 100ms = 0.1sec)
MR-C3000 series controller:
DELAY 500 'Delay for 500ms. (1ms * 500 = 500ms = 0.5sec)


You need to download the RoboBasic manual. I hope that answered your question? :)
Gort
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 555
Joined: Wed May 31, 2006 1:00 am
Location: KC, MO, USA

Post by chitownrobo » Thu Nov 15, 2007 7:59 pm

Post by chitownrobo
Thu Nov 15, 2007 7:59 pm

Thanks for your reply

So speed 10 with highspeed setoff is 3 times slower than speed 10 with highspeed seton is that right ?

Thanks
Thanks for your reply

So speed 10 with highspeed setoff is 3 times slower than speed 10 with highspeed seton is that right ?

Thanks
chitownrobo
Robot Builder
Robot Builder
Posts: 21
Joined: Mon Nov 12, 2007 11:12 pm

Post by i-Bot » Thu Nov 15, 2007 8:06 pm

Post by i-Bot
Thu Nov 15, 2007 8:06 pm

I would say that at the higher settings of SPEED while in HIGHSPEED SETON, the capability of the servo appears to make a limit. Otherwise you are correct, that is what the controller tells the servo to do
I would say that at the higher settings of SPEED while in HIGHSPEED SETON, the capability of the servo appears to make a limit. Otherwise you are correct, that is what the controller tells the servo to do
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by chitownrobo » Thu Nov 15, 2007 8:30 pm

Post by chitownrobo
Thu Nov 15, 2007 8:30 pm

Hummmm ok thanks just taught it would be easier to define the speed through 1-15 I am not sure I see the advantage or purpose of highspeed on/off function

I mean speed 5 is 5 if you want faster then write speed 10 or 15 right ?
Hummmm ok thanks just taught it would be easier to define the speed through 1-15 I am not sure I see the advantage or purpose of highspeed on/off function

I mean speed 5 is 5 if you want faster then write speed 10 or 15 right ?
chitownrobo
Robot Builder
Robot Builder
Posts: 21
Joined: Mon Nov 12, 2007 11:12 pm

Post by Gort » Thu Nov 15, 2007 8:48 pm

Post by Gort
Thu Nov 15, 2007 8:48 pm

I think that there is a different. Try Matt’s Kung Fu moves with it on and with it off. I think that the RN is faster with it on.
I think that there is a different. Try Matt’s Kung Fu moves with it on and with it off. I think that the RN is faster with it on.
Gort
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 555
Joined: Wed May 31, 2006 1:00 am
Location: KC, MO, USA

Post by DirtyRoboto » Fri Nov 16, 2007 12:36 am

Post by DirtyRoboto
Fri Nov 16, 2007 12:36 am

All of my Fast_Move routines were done using Highspeed.
All of my Fast_Move routines were done using Highspeed.
In servo's we trust!
DirtyRoboto
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 412
Joined: Tue Sep 19, 2006 1:00 am
Location: London

Post by chitownrobo » Fri Nov 16, 2007 7:07 am

Post by chitownrobo
Fri Nov 16, 2007 7:07 am

Hey congrats dirtyroboto on making cover of robot-dreams
Hey congrats dirtyroboto on making cover of robot-dreams
chitownrobo
Robot Builder
Robot Builder
Posts: 21
Joined: Mon Nov 12, 2007 11:12 pm

Post by DirtyRoboto » Sat Nov 17, 2007 2:57 am

Post by DirtyRoboto
Sat Nov 17, 2007 2:57 am

Wow, I think that must have been last year (2006) but thanks anyway.
Wow, I think that must have been last year (2006) but thanks anyway.
In servo's we trust!
DirtyRoboto
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 412
Joined: Tue Sep 19, 2006 1:00 am
Location: London

Post by chitownrobo » Sat Nov 17, 2007 4:30 am

Post by chitownrobo
Sat Nov 17, 2007 4:30 am

lol I guess they don't change there cover that often lol
lol I guess they don't change there cover that often lol
chitownrobo
Robot Builder
Robot Builder
Posts: 21
Joined: Mon Nov 12, 2007 11:12 pm

Post by DirtyRoboto » Sat Nov 17, 2007 8:08 pm

Post by DirtyRoboto
Sat Nov 17, 2007 8:08 pm

Hit my Youtube stuff if you want. I must have about 12+ clips up. I have not had the chance to do much lately but hope to change this soon.
Hit my Youtube stuff if you want. I must have about 12+ clips up. I have not had the chance to do much lately but hope to change this soon.
In servo's we trust!
DirtyRoboto
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 412
Joined: Tue Sep 19, 2006 1:00 am
Location: London

Post by tempusmaster » Sat Nov 17, 2007 11:02 pm

Post by tempusmaster
Sat Nov 17, 2007 11:02 pm

chitownrobo wrote:lol I guess they don't change there cover that often lol

Hmmmm, where are you seeing that? Could you let me know the url you're using? The lead articles on Robots Dreams get changed almost six or seven times a week.
chitownrobo wrote:lol I guess they don't change there cover that often lol

Hmmmm, where are you seeing that? Could you let me know the url you're using? The lead articles on Robots Dreams get changed almost six or seven times a week.
Latest robot news, information, reviews, hacks, photos, and videos - with special on-site coverage from Japan
http://www.robots-dreams.com
tempusmaster
Site Admin
Site Admin
User avatar
Posts: 532
Joined: Thu Oct 27, 2005 1:00 am

Post by chitownrobo » Sun Nov 18, 2007 2:17 am

Post by chitownrobo
Sun Nov 18, 2007 2:17 am

Not sure must of clicked on an old link
Not sure must of clicked on an old link
chitownrobo
Robot Builder
Robot Builder
Posts: 21
Joined: Mon Nov 12, 2007 11:12 pm


13 postsPage 1 of 1
13 postsPage 1 of 1