ADC Graph icon ADC Graph Historical ADC graph and numeric readout (0-255) for 0-3.3/5V inputs; configurable board/port, sample interval, color, and pause for ezb controllers. Try it →

New Release 2015.04.04.00

Desktop — Windows

ARC Release

ARC (Autonomous Robot Control) is Synthiam's flagship desktop robot programming platform. Build, program, and control any robot with powerful AI, 500+ plugins, and a visual no-code interface — all from your PC.

🤖 500+ Robot Plugins
🧠 AI & Machine Learning
☁️ Synthiam Cloud
🖥️ Windows 10 or 11

Change Release Notes

  • New control for monitoring files that you have open for reading (File Manager found in Add Control -> General -> File Manager)

  • new controls (File Manager & Com Manager) for debugging file and com usage

  • new EZ-Script commands for local COM port usage (ComRead, ComWrite, ComWriteLine, ComAvailable, ComReadAll, ComWriteBinary, ComReadBinary, ComOpen, ComClose)

  • Fix for referencing array's in an assignment (i.e. $x = $array[1] + $array[2] )

  • ezcloud account settings displayed as a dialog if no user account is entered

  • auto positoin uses options to configure the thread priority for faster response

  • added corrected link for appstore link


ARC Downloads

ARC

FREE
$0 always free
  • 1 third-party plugin skill per project
  • Trial cloud services
  • Personal, DIY & education use
  • Updated every 6–12 months
Recommended

ARC

PRO
$8.99 per month
  • Use on 2+ PCs simultaneously
  • Unlimited robot skills
  • Cloud backup & revision history
  • Weekly features & bug fixes
  • Business use permitted

ARC

RUNTIME
$0 always free
  • Load & run any ARC project
  • Read-only mode
  • Unlimited robot skills
  • Includes early access fixes & features
  • Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
  • Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
  • Prices are in USD.
  • More about each edition: Download & install guide.
  • Latest changes: Release notes.

Compare Editions

Feature
ARC
FREE
ARC
PRO
Get ARC Free View Plans
Usage Personal · DIY · Education Personal · DIY · Education · Business
Early access to new features & fixes
Simultaneous microcontroller connections * 1 255
Robot skills * 20 Unlimited
Skill Store plugins * 1 Unlimited
Cognitive services usage ** 10 / day 6,000 / day
Auto-positions gait actions * 40 Unlimited
Speech recognition phrases * 10 Unlimited
Camera devices * 1 Unlimited
Vision resolution max 320×240 Unlimited
Interface builder * 2 Unlimited
Cloud project size 128 MB
Cloud project revision history
Create Exosphere requests 50 / month
Exosphere API access Contact Us
Volume license discounts Contact Us
Get ARC Free View Plans

* Per robot project

** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech


ARC Pro

Upgrade to ARC Pro

Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.

#9  

I dont know a lot about this yet but it looks like there are also converters that will allow you to go through your computers USB port:

USB Adaptors

Author Avatar
PRO
USA
LinkedIn Twitter Google+ YouTube
#10  

Yeah I saw those. A lot of cool options with this version update!

#11  

Can you use Bluetooth... you PC probably has it built in? The other device will obviously have to have it too....

Author Avatar
PRO
USA
LinkedIn Twitter Google+ YouTube
#12  

Yeah the device does not. I operated it in the past with a USB to serial cable .

#13  

The install screen is all fancy! <Iggy Azalea> "It's sooo fancy, you already know, you're in the fast lane, from the splash screen to the final installation-e-o"

Author Avatar
Brazil
#14  

Can anyone give an exemple on how can we control other devices (let's say, a Bluetooth speaker, or so...) using This feature? I'm lost here... ??

#15  

@tevans Bluetooth speakers are driven by windows... when active they just bypass your laptop or pc speakers so the sound/music comes out the Bluetooth speakers instead...

The new com port commands have nothing to do with that. What they do is allow you to control/read serial devices attached to your PC via one of your pc's com port...like a gps, sending and receiving data from an arduino, controlling a servo board like the lynmotion ssc-32.... Practically any device that uses a serial port attached to your pc... Remember it has to be a serial device. Bluetooth speakers do not use a serial interface....

I mentioned Bluetooth because some serial devices like the Lynxmotion SSC-32 servo board can be connected to your PC via Bluetooth (Bluetooth X-bee module). Using the new com serial commands you can control the servos attached to this board over Bluetooth via ARC. ARC would be controlling the servos directly without the ezb....

Author Avatar
Brazil
#16  

Ah! I get it. That's cool.. But of course, would make no sense using the ARC withouth the ez-b... Why complicate, if things are going simple.. LOL?