EZ Chart icon EZ Chart 4-series bar chart for real-time sensor comparison in ARC; set titles, values, RGB bar colors and conditional coloring via EZ-Script. Try it →
Asked — Edited

Brookstone Rover And Creating A Time Delay For Movement

I am looking to adapt the Brookstone Rover to use in an educational demonstration about communication delays between Earth and Mars as it relates to the Mars rovers. Can I use the ARC to create a delay to movement (say three or four seconds) after a directional button is pushed on the iPad/iPhone or will I have to write code via the SDK?

Thanks in advance for any help or suggestions!


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

#1  

Simple. In your script just add

sleep(4000) as your first line for 4 second delays.:).

#2  

iskandershah: excellent! Thanks for the info!