
roineust
Israel
Asked
— Edited

Hello!
I have built this robot with the EZ-Robot card!
Now i would like to build a script, that when i start it, a text input window will pop up, where i can enter a string of characters, and this string will be taken apart to its single characters, by the script, and for each character case, a certain movement of the robot will be executed, one after the other.
Is it possible to do all that, using an ARC script?
How do i do it?
Thanks,
Roi.
You can assign each movement script to single keyboard characters to be run when the key is down or when it is up or you can write a script that will execute a number of scripts one after the other on a single key press.
But without the dialogue for a string of characters you would need to write your own application and send the commands to trigger each script in turn via either telnet or http.
OK,
Say i enter the string within the script itself and don't need a pop-up window, is it possible to break down the string to its single characters and execute a movement per character, using the script language?
Thanks.