Manage and execute multiple scripts in a single Script Manager using ControlCommand(), with Control Details showing available commands.
How to add the Script Collection robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Scripting category tab.
- Press the Script Collection icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Script Collection robot skill.
How to use the Script Collection robot skill
This control holds many scripts. Rather than having one control per script, this contains many.Like the regular Script control, you can execute scripts within the Script Manager using the ControlCommand(). Here is an example that will execute a script within the Script Manager named MyScript.
ControlCommand("Script Manager", ScriptStart, "MyScript")
To view all available ControlCommand()'s, use the Control Details tab when editing the script. This will show all ControlCommands() for all controls within your project.
Video
Related Tutorials
tutorial
If Elseif Else Goto & Return Commands
IF commands enable conditional logic with multiple comparisons and functions; enclose conditions in brackets and close...
tutorial
Display Popup Tutorial.
Display plugin shows robot responses as text on computer or tablet screens, enabling interaction for hearing-impaired...
tutorial
Explanation And Uses Of Arrays.
Arrays in EZ-Builder: what they are and examples of using them in robotics projects to manage data and simplify...
tutorial
The ARC Script Manual.
EZ-Script manual for Synthiam ARC - full and alphabetical EZ-Script Help reference, accessible without EZ-Builder.
tutorial
Using Amazon Echo (Alexa) As Microphone For Synthiam
Connect Amazon Echo Dots to EZ-Robot AdventureBot via IFTTT Maker to send HTTP commands for multi-room, noise-tolerant...
tutorial
Setting Servo Speeds And Initialization Script Tutorial
Initialize EZ-Builder projects with Init (Run Once) scripts to prime controls, devices, set servo speeds and variables.
Related Questions
Upgrade to ARC Pro
Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.
