Change Release Notes
This new release has a few enhancements for ARC for Windows. This also has a huge change to the EZ-Script Compiler Cache. What I had done is created a pre-compiled cache of the EZ-Script operational codes. The cache is updated every time you edit an EZ-Script, or load a new project. This provides a significantly noticeable improvement to any actions that use EZ-Script. This includes Custom Movement Panel, WiiMote, Joysticks, etc..
Pre-Compiled cache of EZ-Script
New camera command for ControlCommand(): ClearLastGlyph (i.e. ControlCommand("Camera", ClearLastGlyph)
Array reference by variable fix (i.e. $Variable[$n] )
Fine tune adjustments to the Face Detection and custom HAAR object detection algorithm
EZ-Script commands DefineArray and FillArray will create an array that now displays values of each location in the Variable Viewer. If you are an array user, you'll see
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.
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 |
** 1,000 per cognitive type (vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech)
Upgrade to ARC Pro
Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.
Awesome. Once again ++1 for attending to customer requests. (ClearLastGlyph). Array contents in variable tracker is great enhancement. Thanks again. Downloading NOW!
Five more bricks added to this might tower .... Thanks for the late hours(We know cause we can view the office cams )
Hi, there's always the same error with speech recognition in french.
See: synthiam.com/Community/Questions/5248
@Wofty: ARC supports English only.
The older versions works well with french recognition. Why do you change this? What is the reason?
Nothing was changed. English is the only language that EZ-Robot supports for speech recognition. However, if you have the proper language and culture installed for Windows, ARC will support any language installed - long as it is setup correctly in your OS. We cannot support the language configuration for your OS because it is out of our control. Also, we do not know any other languages so it is impossible for us to test.
Nothing has changed for speech recognition since day one. If it worked for you before, that is because your system was setup correctly for that culture and language. If it does not work anymore, your system is not configured correctly for the desired language or culture.
To clarify, there is no explicit statement in ARC that says "Speech recognition must be English".
By default, the preferred culture is EN-US. If that culture does not exist, it will use the default culture. As an example, here is the speech recognition initialization code from ARC to close this discussion. As you can see, the preferred culture is searched, if it is not found then it uses the default culture of your OS.
@DJSures,
It appears this release introduced a bug with empty variables. See page 6 of this thread:
https://synthiam.com/Community/Questions/5267&page=6
Alan
@DJSures (or anyone from EZ-Robot) could you take a look at the variable return as reported by @Rich for
Returning the variable as only a single quote " Do you guys think this is a bug or was that the intended functionality in the newest release? It did not do that in version 2014.02.21
As Alan mentioned, as discusses in https://synthiam.com/Community/Questions/5267&page=6
This is fixed in the latest version: https://synthiam.com/Community/Questions/5311
Thanks DJ!