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

Robobasic Codes

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

Robobasic Codes

Post by LOtrobot » Mon Jan 12, 2009 4:03 am

Post by LOtrobot
Mon Jan 12, 2009 4:03 am

Hi guys, just got my robonova and enjoying it. I would like to know if anyone knows where can download or obtain more customized codes for robonova. I've seen the Hitec performance and is it possible to get the coding for it or anything else? I would love to cut and paste the codes in as I have no programming knowledge at all and wouldn't know how to do my own customise codes?
Hi guys, just got my robonova and enjoying it. I would like to know if anyone knows where can download or obtain more customized codes for robonova. I've seen the Hitec performance and is it possible to get the coding for it or anything else? I would love to cut and paste the codes in as I have no programming knowledge at all and wouldn't know how to do my own customise codes?
LOtrobot
Robot Builder
Robot Builder
Posts: 8
Joined: Mon Jan 12, 2009 4:01 am

Post by Gort » Mon Jan 12, 2009 9:46 pm

Post by Gort
Mon Jan 12, 2009 9:46 pm

There is a lot of code for the Robonova in this forum. Matt Bauer has some code examples on his website and Hitec also was code examples on their website. Do a web search for RoboBasic. That should bring up the Robobasic manual. I hope that helps.
There is a lot of code for the Robonova in this forum. Matt Bauer has some code examples on his website and Hitec also was code examples on their website. Do a web search for RoboBasic. That should bring up the Robobasic manual. I hope that helps.
Gort
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 555
Joined: Wed May 31, 2006 1:00 am
Location: KC, MO, USA

Post by LOtrobot » Tue Jan 13, 2009 7:20 am

Post by LOtrobot
Tue Jan 13, 2009 7:20 am

Ok saw those scripts. However, do I copy all the different moves and scripts into the overall template? How do I program the remocon to correspond to the different variety of moves?
Ok saw those scripts. However, do I copy all the different moves and scripts into the overall template? How do I program the remocon to correspond to the different variety of moves?
LOtrobot
Robot Builder
Robot Builder
Posts: 8
Joined: Mon Jan 12, 2009 4:01 am

Post by LOtrobot » Fri Jan 16, 2009 4:02 am

Post by LOtrobot
Fri Jan 16, 2009 4:02 am

Any advice?
Any advice?
LOtrobot
Robot Builder
Robot Builder
Posts: 8
Joined: Mon Jan 12, 2009 4:01 am

Post by Tohm » Fri Jan 16, 2009 7:16 pm

Post by Tohm
Fri Jan 16, 2009 7:16 pm

What you want to do is cut and paste the sub-routines into the overall template. Then you will assign a gosub to the key you want to use in the overall template.

For example, if you were to use the push-up routines, you would first cut and paste the sub-routines into the overall template, then go to line 151 where it says
k18: ' E
TEMPO 230
MUSIC "C"
GOTO main_exit

And replace it with-
k18: ' E
GOSUB Pushup
GOTO main_exit


Now when you push the E key on the remote, the robonova will begin the push-ups.

Hope this helps
What you want to do is cut and paste the sub-routines into the overall template. Then you will assign a gosub to the key you want to use in the overall template.

For example, if you were to use the push-up routines, you would first cut and paste the sub-routines into the overall template, then go to line 151 where it says
k18: ' E
TEMPO 230
MUSIC "C"
GOTO main_exit

And replace it with-
k18: ' E
GOSUB Pushup
GOTO main_exit


Now when you push the E key on the remote, the robonova will begin the push-ups.

Hope this helps
Tohm
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 26
Joined: Tue Apr 04, 2006 1:00 am

Post by LOtrobot » Wed Jan 21, 2009 3:31 am

Post by LOtrobot
Wed Jan 21, 2009 3:31 am

Sorry for the questions, what about wanting to put in more customize scripts from the "Contributed Scripts Thread"? Your eg is for E18, but the main scripts pertaining to E18 routine, where do I paste it into? Is it K18?

Does this applies to any other custom scripts too? Say I paste sit up routine to K9 and then I paste the gosub situp to E18? Is this correct?
Sorry for the questions, what about wanting to put in more customize scripts from the "Contributed Scripts Thread"? Your eg is for E18, but the main scripts pertaining to E18 routine, where do I paste it into? Is it K18?

Does this applies to any other custom scripts too? Say I paste sit up routine to K9 and then I paste the gosub situp to E18? Is this correct?
LOtrobot
Robot Builder
Robot Builder
Posts: 8
Joined: Mon Jan 12, 2009 4:01 am


6 postsPage 1 of 1
6 postsPage 1 of 1