Windows Release 2016.02.18.02

(Autonomous Robot Control Software)
Make robots with the easiest robot programming software. Experience user-friendly features that make any robot easy to program.

Change Release Notes

  • disable camera tracking after waiting for color in roboscratch

  • optimized references for smaller memory footprint

  • restored control sorting to previous version after receiving scrolling issue feedback


ARC Downloads

ARC Free

Free

  • Includes one free 3rd party plugin robot skill per project
  • Trial cloud services
  • Free with trial limitations

For schools, personal use & organizations. This edition is updated every 6-12 months.

Recommended

ARC Pro

Only $8.99/mo

  • 2 or more PCs simultaneously
  • Includes unlimited skills
  • Cloud backup
  • And much more

Experience the latest features and bug fixes weekly. A Pro subscription is required to use this edition.

Runtime

Free

  • Load and run any ARC project
  • Operates in read-only mode
  • Unlimited robot skills
  • Early access fixes & features

Have you finished programming your robot? Use this to run existing ARC projects for free*.

  • Minimum requirements are Windows 10 or higher with 2+gb ram and 500+MB free space.
  • Recommended requirements are Windows 10 or higher with 8+gb ram and 1000+MB free space.
  • ARC Free known-issues can be viewed by clicking here.
  • Get more information about each ARC edition by clicking here.
  • See what's new in the latest versions with Release notes.

Compare Editions

Feature ARC
FREE
ARC
PRO
  Get ARC for Free View Plans
Usage Personal
DIY
Education
Personal
DIY
Education
Business
Early access to new features & fixes Yes
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 recongition phrases* 10 Unlimited
Camera devices* 1 Unlimited
Vision resolution max 320x240 Unlimited
Interface builder* 2 Unlimited
Cloud project size 128 MB
Cloud project revision history Yes
Create Exosphere requests 50/month
Exosphere API access Contact Us
Volume license discounts Contact Us
  Get ARC for 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

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

#17  

Yes, I can confirm this. It stopped working a couple upgrades ago.

PRO
Synthiam
#18  

Syntax Check button is being deprecated due to the compiled nature of ez-script. It will most likely be removed in the next release. It doesn't do much anymore. Use the RUN command instead.

United Kingdom
#21  

Speaking of GUI related points... it probably only impacts a few of us now, the increase in 4k screens does make it more difficult to use ARC.

User-inserted image

I'll be fine since I'm starting to use the SDK more, but I thought I'd mention it as more people get 4k screen computers. (I wish I hadn't - ARC is just one of the apps I use which now makes me have to guess at what button I'm clicking). This isn't a bug in ARC, but I just thought I'd mention it since you've done some work with the scroll bars recently. Thanks

(you can delete this message if this isn't the appropriate place to post it)

PRO
Synthiam
#22  

We've been aware of that - and like the rest of the software world, hoping that Microsoft releases system tools to help gui development with 4k displays. Currently, it's one of the hugest pains to accommodate, which is why ARC is one of many wondering when we will see proper OS level support for 4k displays.

PS, this is an old thread. The latest version at the time of my response is 2016.02.20.00 and the thread for that revision can be found here: https://synthiam.com/Community/Questions/9086

#23  

Quote:

Syntax Check button is being deprecated due to the compiled nature of ez-script. It will most likely be removed in the next release. It doesn't do much anymore. Use the RUN command instead.
Wait, what? Are you saying scripts are now compiled, as opposed to interpreted? Compiled as exe, obj, P-code, ... ? I also don't understand why the syntax checker is no longer useful.

PRO
Synthiam
#24  

Scripts have always been compiled to an opcode - you have engaged in conversations with this mentioned with details. Search will be useful as a refresher. Syntax check has been removed in this release. Use RUN instead.

PS, stay tuned for upcoming releases where we're working to implement something quite awesome - in the direction EZ-Script is moving...