Asked — Edited
Resolved Resolved by thetechguru!

Arrow Keys And Auto Position Panel

Is it possible to have moviment panel working with its actions, but having at the same time the possibility to control motors with hbridge and Arrow Keys and even keyboard commands ? It seems not possible. Everyone disables the other.


ARC Pro

Upgrade to ARC Pro

ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

#9  

Ok. Alan, now it works ! I had tried with control commands , but my sintax was not exact , (capital letters, blank spaces between words , parameters , etc). It was necessary to be 100% correct ! I had no detailed diagnostic, no intellisense available. Thanks, you solved my problem !

PRO
Synthiam
#11  

Please use the learn section tutorial regarding ezscript: https://synthiam.com/Tutorials/Lesson/23?courseId=6

The Cheat Sheet will make locating the syntax super easy and accurate. Use the ControlCommand syntax with the cheat sheet. All commands available for your project are listed there. You can also explore ControlCommand syntax by right clicking on the script editor window.

The Cheat Sheet is the way to identify dynamic commands for controls regarding your specific project configuration. The Cheat Sheet is your intellicense.

The above tutorial is super useful for tips and tricks with ezscript:)

#12  

@leonardo46 No need to type in the Control Commands (Cheat Sheet commands) manually.... just click on them and they will automatically get copied into your script....

#13  

Ok, DJ, ARC has many powerful tools, but to discover them is not always easy. Answers from community members are often more efficient than tutorials . Often tutorials aren't detailed enough to provide an answer to my banal questions.