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
USA
Asked — Edited

Controlcommand Error: Unknown Command For This Window: Scriptstart

I can't start Http Server using the code below:

Code:


ControlCommand("HTTP Server", ScriptStart)


Quote:


Unknown command for this window: ScriptStart


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates with ARC Early Access edition. You'll have everything that's needed to unleash your robot's potential!

AI Support Bot
Related Content
Synthiam
Based on your post activity, we found some content that may be interesting to you. Explore these other tutorials and community conversations.
PRO
USA
#1  
ptp,
The command is:

Code:


ControlCommand("HTTP Server", StartServer)
PRO
USA
#2  
rz90208,

You are right to avoid spelling mistakes, i used the Cheat Sheet (ScriptStart).

@DJ,
When you have the opportunity...
PRO
Synthiam
#3  
Good find! I'll fix that