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

Key Control Not Cueing Scripts

when you type

Code:

controlcommand(scriptstart, "left")

it comes up with an error in the debug.
when i type

Code:

controlcommand("left", scriptstart)

it doesnt do anything. and the quotation marks mess up,
when i tried

Code:

controlcommand("left", scriptstart, "left")

still nothing.

has the script cue changed?


ARC Pro

Upgrade to ARC Pro

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

United Kingdom
#1  
Use the click & paste option. Click on Cheat Sheet in the script dialogue and click one of the available options below and it pastes it in for you.

The syntax is

Quote:

ContolCommand(WindowName, ControlCommandParameter, [value])


User-inserted image


You must have a script named "Left" for that to work.
United Kingdom
#2  
A quick video example of click & paste and that ControlCommand works just fine...


United Kingdom
#4  
What's the error? It will tell you where the error in the script is and why its an error.