Change Release Notes
Happy New Year
Audio Buffer Enhancement for quicker audio play and response
Camera video performance decreased lag time by a 50 milliseconds in every second will increase framerate
Biggest performance boost yet. The last few performance increases have been a result of experimenting with Microsoft's TPL to handle the many many threadable controls and background functions in ARC and EZ-B.DLL. While the TPL has provided performance improvements, I have recognized significant overhead in Microsoft's Task Factory which handles thread pooling and resource allocation. Since EZ-Robot is responsible and aware of our resources, i decided to write my own TPL task factory equivalent and replace Microsoft's library. This has provided the biggest performance increase that ARC has ever seen for EZ-Script, Audio, Video Tracking and general UI responsiveness. I call it the EZTaskScheduler, which is technically a factory, scheduler and thread handler all in one. I'm quite pleased with the result, and i'm certain you will be too.
Added new EZ-Script examples in the examples folder that installs with ARC. One that is relevant to this release is the Procedural 4 (Threading) example.
ARC Downloads
ARC
FREE- 1 third-party plugin skill per project
- Trial cloud services
- Personal, DIY & education use
- Updated every 6–12 months
ARC
PRO- Use on 2+ PCs simultaneously
- Unlimited robot skills
- Cloud backup & revision history
- Weekly features & bug fixes
- Business use permitted
ARC
RUNTIME- 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
Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

My InMoov is not running very well on this release. Scripts are skipping lines and the Talk servo is creating this error;
Talk servo Error: System.InvalidCastException: Unable to cast object of type 'System.Text.StringBuilder' to type 'System.IConvertible'. at System.Convert.ToInt32(Object value) at EZ_Builder.Common.NumberToWords(String inText) at EZ_Builder.UCForms.FormTalkServo.l9hl9MbhBp(Object )
I have uninstalled this release and re-installed the previous one and everything works OK. After re-installing this release, I have the some problems.
Is anyone else experiencing any problems?
@Bob I haven't tried yet... I will tomorrow since I have the day off... I will let you know....
I'll take a look at the talk servo - that control is a nitemare!
As for scripts skipping lines - that's quite improbable. Can you explain further on that subject? It's pretty much impossible for that to happen, specifically since the complied hasn't been touched in many many months.
DJ, the lines that are being skipped are Sayezb and Sayezbwait lines. Probably related to the Talk Servo?
Yeah that would make sense - the talk servo would do that. I'll take a look on my next flight in a few minutes