Windows Release 2016.01.06.00

(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

  • 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

Free

  • Includes a free 3rd party plugin robot skill per project
  • GPT-Powered AI support
  • 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
  • Premium support discount
  • 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
Premium support $14.99/ticket $9.99/ticket
Feature requests Yes
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.

#1  

I am excited about the EZTaskScheduler. Is there anything special that needs to be done with plugins to use EZTaskScheduler to manage its threads?

PRO
Synthiam
#2  

I'll post an example on how it works if anyone wants to use it. It is sort of like the background worker on steroids - with task queuing capabilities as well. It's pretty awesome!

PRO
Synthiam
#4  

Thanks - that example is meant to demonstrate what threading means and how the controls respond. You can't run a script more than once - so if a script is already running, it won't do anything. It's important lessons for threading and demonstrates how to logically sequence tasks.

Portugal
#5  

Happy New Year to all EZ´s. Downloading......

PRO
USA
#6  

Fantastic update! Speed increase is always a plus! Happy New Year!

PRO
Synthiam
#7  

Well! What do you think?

PRO
USA
#8  

If your asking then it must just be crazy super fast! I'm so slammed, I can't even test drive it, but I'm waiting to hear from those that have!

#9  

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?

#10  

@Bob I haven't tried yet... I will tomorrow since I have the day off... I will let you know....

PRO
Synthiam
#11  

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.

#12  

DJ, the lines that are being skipped are Sayezb and Sayezbwait lines. Probably related to the Talk Servo?

PRO
Synthiam
#13  

Yeah that would make sense - the talk servo would do that. I'll take a look on my next flight in a few minutes