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

Stopping Rss/Radio/Movie Scripts

Hey all

How does one stop:
RSS news feeds
RSS radio feeds
Stop/pause Windows Media Player (playing movies through a USB monitor)

This is a embedded system so these commands must work by voice.
I have followed the info in this link but still unable to get feeds to stop.

www.ez-robot.com/Community/Forum/posts.aspx?threadId=2273

If I have a script called "news", which is a RSS feed, it should stop by ... ControlCommand("news", ScriptStop)
No workie?

Any ideas.


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!

PRO
Synthiam
#1  
If you use ControlCommand("News", ScriptStop), it will stop the script. It will not stop any commands that have already been executed within a script.

To stop speech from speaking, use the SpeakStop() command