Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited

If Conditions Broke On 9-14-2012 Update

Here's some sample code that just keeps counting beyond 90 where on the previous update it exits as it's told.

Code:



$position = 10

:loop

servo(d1, $position)

print("Position: $position")

Say("$Position")

sleep(1000)

$position = $position + 10

if ($position > 90)
goto(done)

goto(loop)

:done
Say("I'm Done counting!")




Uninstalling the latest update and reinstalling the previous one was a solution for me.


Hope this helps.


ARC Pro

Upgrade to ARC Pro

Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.

AI Support Bot
Related Content
Synthiam