Asked — Edited

Ad Movement To Forwart()

i cant seems to ad a movement to script movement panel?

Forward( 255,5000 ) sleep(1000) ControlCommand("Auto Position", AutoPositionAction, "Armwalk")

anyone thank you


ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

PRO
Belgium
#17  

dj thank you again. blush

PRO
Synthiam
#18  

i asked you a question lol - show me the code you put into the script movement control

PRO
Belgium
#19  

ah didn see that. i try pwm(D0,90) but it dont work?

PRO
Belgium
#20  

ah i see the pwm change to 89 percent whits is correct. the bar in the H-bridge dont move

PRO
Synthiam
#21  

I can’t help unless you post the code of the script movement control

You cannot use pwm() and expect the speed to change. You set the speed and the pwm will change. The speed controls the pwm or what ever kind of speed the Movement Panel uses.

Use the speed() and let the Movement Panel do its own thing. Don’t override it

PRO
Belgium
#22  

dj

sorry i dont understand coding.do you have an excample?

PRO
Synthiam
#23  

Why don't you use blockly? It sets the speed for you.

PRO
Belgium
#24  

any coding is diff for me.but i will see if i can notest something in blockly.