Robot Skill Store
The Synthiam Skill Store is the perfect place to find new robot skills for your ARC software. With industry experts creating these skills, you can easily make a robot that performs all sorts of tasks.
You may also create a robot skill or learn how to add them to a robot.
Most Recent
Adc
Artificial Intelligence
Audio
Camera
Communication
Digital
Display
Games
General
Gps
Graphs
I2c
Infrared Distance
Misc
Movement Panels
Navigation
Power
Pwm
Rafiki
Remote Control
Scripting
Servo
Ultrasonic
Ultrasonic Distance
Virtual Reality
The Scripting category in Synthiam ARC empowers users to create custom scripts and behaviors for robots. It includes scripting languages and tools that allow users to define complex and customized robot actions, expanding the flexibility and capabilities of robotic systems. Here are the manuals for <a href="/Support/javascript-api/javascript-overview">JavaScript</a>, <a href="/Support/python-api/python-overview">Python</a>, <a href="/Support/ez-script-api/ezscript">EZ-Script</a>, <a href="/Support/Programming/block-coding/Blockly">Blockly</a>, and <a href="/Support/Programming/block-coding/RoboScratch">RoboScratch</a>.
EZ-Script Console
This skill gives you a console directly to the EZ-Script engine. You can execute commands in real-time. A history of your commands is saved and can be recalled...
Get Line Containing From Array v7
Adds a new ez-script function GetLineContainingFromArray() that will return an item from the array that contains the specified text.
Movement Script
This skill allows you to trigger scripts based on the robots movement. It is best to understand what a movement panel is by reading this support document first....
On Variable Changed v3
This skill will execute a script when a variable has changed.
Personality Generator
This control uses a random-like algorithm to add a unique personality to your robot. By adding script commands to the Config section, the commands will be...
Recorder
This skill is a mimic tool. You perform specific actions while the skill records communication between the EZB and your PC (movement, servo positions, digital...
Script
The script skill is very versatile; it can interact with most ARC skills. It is also very intuitive, as it contains multiple detailed manuals for assistance...
for ARCx
Script v2
Execute a JavaScript or Python script to automate a process and control other robot skills.
Script Collection
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...
Script Monitor
This is a diagnosing tool to identify scripts that are running. Many skills have script events that are triggered based on activity. For example, a Wii Skill...
Servo Script v9
Bind a script to servo position movements. This allows you to create scripts that run each time a servo is moved. A good use case for this is to control a smart...
Sketch Pad
There are so many ways to present visual feedback with this skill. The Sketch Pad allows you to draw with controlCommand() from a script. You can create scripts...