Windows Release 2015.04.29.00

Desktop — Windows & macOS

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 or Mac.

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

Change Release Notes

  • updated main menu flat icon with colors to easily identify menu items

  • all config menus of controls changed to look the same, white background, etc...

  • Camera control uses color coding for tabs

  • Project History when ARC is first loaded, or NEW button is pressed. Keeps track of recent projects that you've loaded. It will display the first time that there is something to display... You'll see what I mean

  • Right Click when editing soundboard ez-b to add Auto Position actions instantly to create dances and animations

User-inserted image

User-inserted image

User-inserted image


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

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

#1  

Hey DJ,

Not to detract from another great update, but what would the possibility be of having the AutoPosition panels allow you to use multiple EZ-B's by specifying which board and then digital pin on that board you are controlling? If you need a tester, I would be happy to do so:)

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#2  

Unfortunately no - the delay between each EZ-B's wifi and communication will prevent an auto positioner from controlling more than one EZ-B at a time. There will need to be multiple Auto Positioners, each with their own EZ-B specified to achieve what you're asking. It's a limitation of timing for syncing over the network. The Auto Position uses high precision calculations based on the ez-b's communication speed to synchronize the servo positions.

#5  

cool, I will give it a try as soon as I have time to jump back into the project.

#7  

@DJ Would it be possible to use the serial connection to overcome issues with wireless? For example, could you connect 3 ezb ' s using the high speed serial connections as a way to sync multiple servos between controllers in one Auto Position control? It may still be too slow. I am just throwing out an idea. This would allow 3 ezb ' s to be attached to a master controller and might work.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#8  

Bandwidth of UART/Serial is too slow for the EZ-B. The EZ-B works at 10mbps and serial without proper rts/cts and short wires will have issues with anything over 1mbps

Also, the EZ-B doesn't accept commands over the UART - limited to the WiFi.

We have considered a USB version in the future - when we have more resources:)