Release 2013.01.10.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

Progress sometimes means change... This release has many additional features, but a few things have changed also. :)

  • EZ-Script Variables can return boolean response during assignment (i.e. $x = (3 > 2))

  • HTTP Server's Script Interface encodes script console command

  • Windows 8 bug fix when stopping HTTP Server or TCP Server

  • EZ-Script compiler and executor is much faster

  • Variables can be increments and decremented with ++ and -- (i.e. $x++ or $x--)

  • Auto Format EZ-Script feature (ALT-F). Will automatically indent code within IF, ELSEIF, ELSE and ENDIF condition

  • Joystick supports 3 analog joysticks

  • New EZ-Script command: PlayAudio() and StopAudio() will play files from your local drive, rather than embedding within SoundBoard EZB File

  • IF/ELSEIF/ELSE/ENDIF stack bug fix. There was a state stack issue in the compiler when creating the condition tree. It's been fixed, and now all IF statement condition trees need to be terminated with an ENDIF. See examples below.

  • Multi EZ-B references have changed. No longer do you specify the board # at the beginning of the line. It was limiting and ugly - so it's been changed to be an optional parameter of the port. Example: Servo(2.d2, 20) will move servo D2 to position 20 on EZ-B #2

  • HTTPGet now also receives data to a string - rather than simply performing a request (See Example -> Functions)

  • New EZ-Script Command: IsConnected()

  • Firmware Updater has a fix for some computers that have been returning strange results

  • New EZ-Script Command: ToString() is used for sanitizing a variable to a string from an i2c read, for example.

  • Many new EZ-Script examples of functions

IF/ELSEIF/ELSE/ENDIF The IF conditioning has been changed, here are the examples..


IF (true)
  print("Yes")
ENDIF


IF (true)
  print("Yes")
ELSE
  print("No")
ENDIF


IF (true)
  print("Yes")
ELSEIF (false)
  print("No")
ELSE
  print("Maybe")
ENDIF


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

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

#1  

Nicccceeeeee! Thanks DJ.

Also I noticed that since a December update I'm no longer having to attempt several times to initially connect.

Happy New Years

#2  

Downloading immediately!

Canada
#4  

Very nice... I download this update after work ! Thanks :)

#5  

every day i have to come here and update,don't you ever sleep? keep it up love every update

#6  

@DJ

I'm now getting an error on Command Control call: CC("Script manager", ScriptStartWait, "Shake Head")

Syntax error, unknown command.

Worked before. What changed?

PRO
Synthiam
#7  

@cyberdude, oops let me update the release today.

#8  

Ah, community QA. What could be better ; )

#9  

It cant get any better cyberdude when we get a release on my birthday.:) Thanks DJ! almost better then a black forest cake with toooooo many candles to reveal! Prior to the addition of PlayAudio() I was using an Exec command...but once again its become EZ ...ER! :)

Ireland
#10  

@Dj i made a robot but it doesnt go that fast so how would i get better one and in the robot i only have 10m range how would i solve that

#11  

@dj, did you post a new build? Most of my scripts rely on command control. Thanks.

@dj, Never mind. Saw the flashing upgrade box when I reloaded the editor. All is right in the universe again. So long, and thanks for all the fish!...until next time ;)